Skip to content

Commit

Permalink
add audit report link
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jul 10, 2024
1 parent a761a3d commit 75d0fb2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
*/
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],

// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
{ type: "autogenerated", dirName: "." },
{
type: 'category',
label: 'Audit',
items: [
{
type: 'link',
label: 'Audit Report',
href: 'https://github.com/helix-bridge/contracts/blob/master/helix-contract/audit/2024-07-04%20Audit%20Report%20-%20Helix%20Bridge%20v1.0.pdf',
}
],
},
],
*/
};

export default sidebars;

0 comments on commit 75d0fb2

Please sign in to comment.