Skip to content

Commit

Permalink
Cleaning up unused files and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nirname committed Aug 11, 2023
1 parent f0519a5 commit 566576d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
34 changes: 0 additions & 34 deletions packages/mermaid/src/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,40 +203,6 @@ function sidebarCommunity() {
];
}

// Development and Contributing
// function sidebarCommunityDevelopContribute() {
// const page_path = '/community/development';
// return [
// {
// text: 'Contributing to Mermaid',
// link: page_path + '#contributing-to-mermaid',
// collapsed: false,
// items: [
// {
// text: 'Technical Requirements and Setup',
// link: pathToId(page_path, 'technical-requirements-and-setup'),
// },
// {
// text: 'Contributing Code',
// link: pathToId(page_path, 'contributing-code'),
// },
// {
// text: 'Contributing Documentation',
// link: pathToId(page_path, 'contributing-documentation'),
// },
// {
// text: 'Questions or Suggestions?',
// link: pathToId(page_path, 'questions-or-suggestions'),
// },
// {
// text: 'Last Words',
// link: pathToId(page_path, 'last-words'),
// },
// ],
// },
// ];
// }

function sidebarNews() {
return [
{
Expand Down
68 changes: 0 additions & 68 deletions packages/mermaid/src/docs/community/n00b-overview.md

This file was deleted.

0 comments on commit 566576d

Please sign in to comment.