mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
docs: added docs of the syntax of config template
This commit is contained in:
parent
b1b6e8fec8
commit
d3184ff8d0
16 changed files with 566 additions and 253 deletions
|
@ -26,6 +26,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
items: [
|
||||
{text: 'Build', link: '/guide/build'},
|
||||
{text: 'Project Structure', link: '/guide/project-structure'},
|
||||
{text: 'Config Template', link: '/guide/nginx-ui-template'},
|
||||
{text: 'Contributing', link: '/guide/contributing'}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -31,6 +31,7 @@ export const zhCNConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
items: [
|
||||
{text: '构建', link: '/zh_CN/guide/build'},
|
||||
{text: '项目结构', link: '/zh_CN/guide/project-structure'},
|
||||
{text: '配置模板', link: '/zh_CN/guide/nginx-ui-template'},
|
||||
{text: '贡献代码', link: '/zh_CN/guide/contributing'}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -121,3 +121,16 @@
|
|||
.VPNavBar {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.vp-doc table {
|
||||
display: table;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
.VPImage .logo {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue