Skip to content

Commit 34c823f

Browse files
fix: add entry
1 parent e2a763f commit 34c823f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

website/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export default defineConfig({
126126
{ text: 'Rust', link: '/catalog/rust/'},
127127
{ text: 'TypeScript', link: '/catalog/typescript/'},
128128
{ text: 'TSX', link: '/catalog/tsx/'},
129+
{ text: 'YAML', link: '/catalog/yaml/'},
129130
],
130131
collapsed: true,
131132
},

website/catalog/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
1313
* [Go](/catalog/go/)
1414
* [Match Function Call](/catalog/go/#match-function-call)
1515
* [Find function declarations with names of certain pattern](/catalog/go/#find-function-declarations-with-names-of-certain-pattern)
16+
* [Java](/catalog/java/)
17+
* [No Unused Vars](/catalog/java/#no-unused-vars)
1618
* [Python](/catalog/python/)
1719
* [Migrate OpenAi SDK](/catalog/python/#migrate-openai-sdk)
1820
* [Use Walrus Operator in `if` statement](/catalog/python/#use-walrus-operator-in-if-statement)
@@ -38,5 +40,5 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
3840
* [Avoid `&&` short circuit in JSX](/catalog/tsx/#avoid-short-circuit-in-jsx)
3941
* [Rewrite MobX Component Style](/catalog/tsx/#rewrite-mobx-component-style)
4042
* [Unnecessary React Hook](/catalog/tsx/#avoid-unnecessary-react-hook)
41-
* [Java](/catalog/java/)
42-
* [No Unused Vars](/catalog/java/#no-unused-vars)
43+
* [YAML](/catalog/yaml/)
44+
* [Find key/value and show message](/catalog/yaml/#find-key-value-and-show-message-using-those-key-vals)

website/catalog/yaml/find-key-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Description
66

7-
This YAML rule helps detect specific host and port configurations in your code. For example, it checks if the port is set to something other than 8000 or if a particular host is used. It provides an error message prompting you to update the configuration.
7+
This YAML rule helps detecting specific host and port configurations in your code. For example, it checks if the port is set to something other than 8000 or if a particular host is used. It provides an error message prompting you to update the configuration.
88

99
### YAML
1010

0 commit comments

Comments
 (0)