Skip to content

Commit

Permalink
Remove sidebar for project report
Browse files Browse the repository at this point in the history
  • Loading branch information
benson1029 committed Apr 17, 2024
1 parent 9b705bf commit d03a0d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/docs/project-report/report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
sidebar_position: 1
---

# CS4215 Project Report

**Title**: Explicit-control evaluator (ECE) for Go
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const config: Config = {
label: 'Language Specification',
},
{
type: 'docSidebar',
sidebarId: 'reportSidebar',
type: 'doc',
docId: 'project-report/report',
position: 'left',
label: 'Project Report',
},
Expand Down
2 changes: 0 additions & 2 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
*/
const sidebars: SidebarsConfig = {
specSidebar: [{type: 'autogenerated', dirName: 'language-spec'}],
reportSidebar: [{type: 'autogenerated', dirName: 'project-report'}],
notesSidebar: [{type: 'autogenerated', dirName: 'developer-notes'}],
};

export default sidebars;

0 comments on commit d03a0d8

Please sign in to comment.