Skip to content

Commit

Permalink
feat: add docs for advanced topics
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed May 25, 2023
1 parent 7f22a56 commit b62902c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ export default defineConfig({
],
collapsed: false,
},
{
text: 'Advanced Topics',
items: [
{ text: 'Pattern Match Algorithm', link: '/advanced/match-algorithm'},
{ text: 'Custom Language Support', link: '/advanced/custom-language'},
{ text: 'Comparison with Other Tools', link: '/advanced/tool-comparison'},
],
collapsed: true,
},
{
text: 'Links',
items: [
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit b62902c

Please sign in to comment.