Skip to content

Commit 9aa5e72

Browse files
committed
Add AST viewer link
1 parent 76aad6a commit 9aa5e72

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sidebars.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
1515
const sidebars = {
1616
// By default, Docusaurus generates a sidebar from the docs folder structure
17-
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
17+
tutorialSidebar: [
18+
{type: 'autogenerated', dirName: '.'},
19+
{
20+
type: 'link',
21+
label: 'AST Viewer',
22+
href: 'https://apexlang.github.io/ast-viewer',
23+
},
24+
],
1825

1926
// But you can create a sidebar manually
2027
/*

0 commit comments

Comments
 (0)