Skip to content

Commit

Permalink
Feat: Remove CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamagotchi committed Jan 15, 2024
1 parent 05a7b2b commit 64a2371
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 351 deletions.
30 changes: 0 additions & 30 deletions cli/commands/build/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions cli/commands/new/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions cli/commands/parse/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions cli/commands/project/clone.md

This file was deleted.

30 changes: 0 additions & 30 deletions cli/commands/project/list.md

This file was deleted.

30 changes: 0 additions & 30 deletions cli/commands/workspace/list.md

This file was deleted.

33 changes: 0 additions & 33 deletions cli/guides/continuous-deployment.md

This file was deleted.

24 changes: 0 additions & 24 deletions cli/guides/workspace-modules.md

This file was deleted.

44 changes: 0 additions & 44 deletions cli/overview.mdx

This file was deleted.

22 changes: 3 additions & 19 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand All @@ -132,7 +116,7 @@ const config = {
{
paths: [
{ path: 'nodes/', folderName: true },
{ path: 'library/modules/' }
{ path: 'library/modules/' },
],
},
],
Expand All @@ -155,8 +139,8 @@ const config = {
},
{
name: 'google-site-verification',
content: 'KjANYZkN8ymGFD0SGnAVlRkD85p-fpNHCRAOKxurpWI'
}
content: 'KjANYZkN8ymGFD0SGnAVlRkD85p-fpNHCRAOKxurpWI',
},
],
colorMode: {
disableSwitch: true,
Expand Down
41 changes: 0 additions & 41 deletions sidebarsCli.js

This file was deleted.

0 comments on commit 64a2371

Please sign in to comment.