mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +01:00
chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
const path = require('path')
|
||||
const remark = require('remark')
|
||||
const { remark } = require('remark')
|
||||
const remarkMdx = require('remark-mdx')
|
||||
const { _parseNoodlMarkupPlugin } = require('./markdown-syntax')
|
||||
const readFileSync = require('fs').readFileSync
|
||||
|
||||
Reference in New Issue
Block a user