docs: restructure theme development documentation (#450)

重构主题开发的部分文档,合并模板路由和模板变量章节。

/kind documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-10-28 16:18:05 +08:00
committed by GitHub
parent 5ef6bc2712
commit cd44c8ba89
29 changed files with 309 additions and 29 deletions

View File

@@ -189,7 +189,7 @@ const config = {
prism: {
theme: darkCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["java","sql"],
additionalLanguages: ["java", "json", "sql"],
},
zoom: {
selector: ".markdown :not(a) > img",