mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
docs: add filter tutorial and clarify exact matching rules
This commit is contained in:
parent
8c9720b1b3
commit
1fc702ceb4
7 changed files with 500 additions and 46 deletions
|
|
@ -34,6 +34,7 @@ export default defineConfig({
|
|||
{ text: "Introduction", link: "/guide/introduction" },
|
||||
{ text: "Getting Started", link: "/guide/getting-started" },
|
||||
{ text: "Configuration", link: "/guide/configuration" },
|
||||
{ text: "Filter Tutorial", link: "/guide/filters" },
|
||||
{ text: "Deployment", link: "/guide/deployment" },
|
||||
],
|
||||
},
|
||||
|
|
@ -89,6 +90,7 @@ export default defineConfig({
|
|||
{ text: "简介", link: "/zh/guide/introduction" },
|
||||
{ text: "快速开始", link: "/zh/guide/getting-started" },
|
||||
{ text: "配置", link: "/zh/guide/configuration" },
|
||||
{ text: "过滤器教程", link: "/zh/guide/filters" },
|
||||
{ text: "部署", link: "/zh/guide/deployment" },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue