Skip to content

Commit 75d0fb2

Browse files
committed
add audit report link
1 parent a761a3d commit 75d0fb2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

sidebars.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
1212
*/
1313
const sidebars: SidebarsConfig = {
1414
// 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-
/*
1915
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+
},
2728
],
28-
*/
2929
};
3030

3131
export default sidebars;

0 commit comments

Comments
 (0)