mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
Feat: Remove CLI docs (#57)
This commit is contained in:
@@ -91,22 +91,6 @@ const config = {
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
// CLI
|
||||
[
|
||||
'@docusaurus/plugin-content-docs',
|
||||
{
|
||||
id: 'cli',
|
||||
path: 'cli',
|
||||
routeBasePath: 'cli',
|
||||
breadcrumbs: false,
|
||||
sidebarPath: require.resolve('./sidebarsCli.js'),
|
||||
remarkPlugins: [
|
||||
_parseNoodlMarkupPlugin,
|
||||
require('./plugins/import-markdown'),
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
// Whats new
|
||||
[
|
||||
@@ -132,7 +116,7 @@ const config = {
|
||||
{
|
||||
paths: [
|
||||
{ path: 'nodes/', folderName: true },
|
||||
{ path: 'library/modules/' }
|
||||
{ path: 'library/modules/' },
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -155,8 +139,8 @@ const config = {
|
||||
},
|
||||
{
|
||||
name: 'google-site-verification',
|
||||
content: 'KjANYZkN8ymGFD0SGnAVlRkD85p-fpNHCRAOKxurpWI'
|
||||
}
|
||||
content: 'KjANYZkN8ymGFD0SGnAVlRkD85p-fpNHCRAOKxurpWI',
|
||||
},
|
||||
],
|
||||
colorMode: {
|
||||
disableSwitch: true,
|
||||
|
||||
Reference in New Issue
Block a user