Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/virtualeconomy/docs into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
myeung-vsys committed Feb 8, 2022
2 parents 12ba34f + 5d41e3e commit ebcb953
Show file tree
Hide file tree
Showing 6 changed files with 2,482 additions and 3,689 deletions.
6 changes: 1 addition & 5 deletions scripts/crawl/sitemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
"title": "Environment Setup",
"url": "/environment"
},
{
"title": "Brightlayer UI CLI",
"url": "/cli"
},
{
"title": "Testing",
"url": "/testing"
Expand All @@ -88,7 +84,7 @@
{
"title": "Workflows",
"url": "/workflows",
"hidden": true,
"hidden": true
},
{
"title": "Tools",
Expand Down
1 change: 0 additions & 1 deletion src/__configuration__/design/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/__configuration__/design/resources.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/__configuration__/navigationMenu/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ export const pageDefinitions: SimpleNavItem[] = [
<MarkdownPage title={'Environment Setup for Developers'} markdown={Docs.Development.Environment} />
),
},
{
title: 'Brightlayer UI CLI',
url: '/cli',
component: <MarkdownPage title={'Brightlayer UI CLI'} markdown={Docs.Development.CLI} />,
},
{
title: 'Testing',
url: '/testing',
Expand Down
Loading

0 comments on commit ebcb953

Please sign in to comment.