Skip to content

Commit

Permalink
fix: add html example
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 20, 2025
1 parent 9ec3b3f commit 5acd974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export default defineConfig({
{ text: 'C', link: '/catalog/c/'},
{ text: 'C++', link: '/catalog/cpp/'},
{ text: 'Go', link: '/catalog/go/'},
{ text: 'HTML', link: '/catalog/html/'},
{ text: 'Java', link: '/catalog/java/'},
{ text: 'Python', link: '/catalog/python/'},
{ text: 'Ruby', link: '/catalog/ruby/'},
Expand Down
2 changes: 2 additions & 0 deletions website/catalog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
* [Go](/catalog/go/)
* [Match Function Call](/catalog/go/#match-function-call)
* [Find function declarations with names of certain pattern](/catalog/go/#find-function-declarations-with-names-of-certain-pattern)
* [HTML](/catalog/go/)
* [Upgrade Ant Design Vue](/catalog/html/#upgrade-ant-design-vue)
* [Java](/catalog/java/)
* [No Unused Vars](/catalog/java/#no-unused-vars)
* [Python](/catalog/python/)
Expand Down

0 comments on commit 5acd974

Please sign in to comment.