Skip to content

Commit

Permalink
feat: add cpp entry
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 19, 2025
1 parent 06fcfa5 commit 89a14bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default defineConfig({
link: '/catalog/',
items: [
{ text: 'C', link: '/catalog/c/'},
{ text: 'C++', link: '/catalog/cpp/'},
{ text: 'Go', link: '/catalog/go/'},
{ text: 'Java', link: '/catalog/java/'},
{ text: 'Python', link: '/catalog/python/'},
Expand Down
2 changes: 1 addition & 1 deletion website/catalog/cpp/fix-format-vuln.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ sprintf(buf1, "%s", Text_String(TXT_WAITING_FOR_CONNECTIONS));
```

### Contributed by
[xiaoxiangmoe](https://github.com/xiaoxiangmoe)
[xiaoxiangmoe](https://github.com/xiaoxiangmoe)
4 changes: 3 additions & 1 deletion website/catalog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
* [Match Function Call](/catalog/c/#match-function-call)
* [Rewrite Method to Function Call](/catalog/c/#rewrite-method-to-function-call)
* [Rewrite Check to Yoda Condition](/catalog/c/#rewrite-check-to-yoda-condition)
* [C++](/catalog/cpp/)
* [Fix Format String Vulnerability](/catalog/cpp/#fix-format-string-vulnerability)
* [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)
Expand Down Expand Up @@ -41,4 +43,4 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
* [Rewrite MobX Component Style](/catalog/tsx/#rewrite-mobx-component-style)
* [Unnecessary React Hook](/catalog/tsx/#avoid-unnecessary-react-hook)
* [YAML](/catalog/yaml/)
* [Find key/value and show message](/catalog/yaml/#find-key-value-and-show-message-using-those-key-vals)
* [Find key/value and show message](/catalog/yaml/#find-key-value-and-show-message-using-those-key-vals)

0 comments on commit 89a14bd

Please sign in to comment.