Skip to content

Commit 5acd974

Browse files
fix: add html example
1 parent 9ec3b3f commit 5acd974

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

website/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default defineConfig({
121121
{ text: 'C', link: '/catalog/c/'},
122122
{ text: 'C++', link: '/catalog/cpp/'},
123123
{ text: 'Go', link: '/catalog/go/'},
124+
{ text: 'HTML', link: '/catalog/html/'},
124125
{ text: 'Java', link: '/catalog/java/'},
125126
{ text: 'Python', link: '/catalog/python/'},
126127
{ text: 'Ruby', link: '/catalog/ruby/'},

website/catalog/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
1515
* [Go](/catalog/go/)
1616
* [Match Function Call](/catalog/go/#match-function-call)
1717
* [Find function declarations with names of certain pattern](/catalog/go/#find-function-declarations-with-names-of-certain-pattern)
18+
* [HTML](/catalog/go/)
19+
* [Upgrade Ant Design Vue](/catalog/html/#upgrade-ant-design-vue)
1820
* [Java](/catalog/java/)
1921
* [No Unused Vars](/catalog/java/#no-unused-vars)
2022
* [Python](/catalog/python/)

0 commit comments

Comments
 (0)