File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
12
12
*/
13
13
const sidebars : SidebarsConfig = {
14
14
// By default, Docusaurus generates a sidebar from the docs folder structure
15
- tutorialSidebar : [ { type : "autogenerated" , dirName : "." } ] ,
16
-
17
- // But you can create a sidebar manually
18
- /*
19
15
tutorialSidebar : [
20
- 'intro',
21
- 'hello',
22
- {
23
- type: 'category',
24
- label: 'Tutorial',
25
- items: ['tutorial-basics/create-a-document'],
26
- },
16
+ { type : "autogenerated" , dirName : "." } ,
17
+ {
18
+ type : 'category' ,
19
+ label : 'Audit' ,
20
+ items : [
21
+ {
22
+ type : 'link' ,
23
+ label : 'Audit Report' ,
24
+ href : 'https://github.com/helix-bridge/contracts/blob/master/helix-contract/audit/2024-07-04%20Audit%20Report%20-%20Helix%20Bridge%20v1.0.pdf' ,
25
+ }
26
+ ] ,
27
+ } ,
27
28
] ,
28
- */
29
29
} ;
30
30
31
31
export default sidebars ;
You can’t perform that action at this time.
0 commit comments