mirror of
https://github.com/halo-dev/docs.git
synced 2026-04-10 02:00:35 +08:00
docs: add documentation for custom template tag (#179)
添加 Halo 为 Thymeleaf 提供的 Halo 专有标签的文档。 /kind documentation Fixes #160 ```release-note None ```
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
]
|
||||
},
|
||||
"developer-guide/theme/global-variables",
|
||||
"developer-guide/theme/template-tag",
|
||||
"developer-guide/theme/code-snippets"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -134,6 +134,7 @@
|
||||
]
|
||||
},
|
||||
"developer-guide/theme/global-variables",
|
||||
"developer-guide/theme/template-tag",
|
||||
"developer-guide/theme/code-snippets"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -76,9 +76,7 @@
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"items": [
|
||||
"developer-guide/plugin/prepare"
|
||||
]
|
||||
"items": ["developer-guide/plugin/prepare"]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
@@ -134,6 +132,7 @@
|
||||
]
|
||||
},
|
||||
"developer-guide/theme/global-variables",
|
||||
"developer-guide/theme/template-tag",
|
||||
"developer-guide/theme/code-snippets"
|
||||
]
|
||||
},
|
||||
@@ -147,10 +146,7 @@
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"items": [
|
||||
"contribution/issue",
|
||||
"contribution/pr"
|
||||
]
|
||||
"items": ["contribution/issue", "contribution/pr"]
|
||||
},
|
||||
"about"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user