-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto-cn.yml
More file actions
53 lines (49 loc) · 1.2 KB
/
_quarto-cn.yml
File metadata and controls
53 lines (49 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# filename: _quarto-cn.yml
project:
render:
- cn/index.qmd
- cn/linux.qmd
- cn/docker.qmd
- cn/git.qmd
- cn/kubernetes.qmd
- cn/helm.qmd
- cn/terraform.qmd
- cn/about.qmd
lang: zh
metadata-files:
- locales/zh-cn/_site.yml
- locales/zh-cn/linux.yml
- locales/zh-cn/docker.yml
- locales/zh-cn/git.yml
- locales/zh-cn/kubernetes.yml
- locales/zh-cn/helm.yml
- locales/zh-cn/terraform.yml
- locales/zh-cn/about.yml
website:
title: "DevOps 速查表"
sidebar:
search: true
contents:
- cn/index.qmd
- cn/linux.qmd
- cn/docker.qmd
- cn/git.qmd
- cn/kubernetes.qmd
- cn/helm.qmd
- cn/terraform.qmd
navbar:
logo: assets/brand/cn/hackitect7-logo-light-cn.png
logo-alt: "Hackitect7 标志 (简体中文)"
left:
- text: "首页"
href: /
- text: "帮助"
menu:
- text: "报告错误"
icon: "bug"
href: "https://github.com/Hackitect7/devops-cheat-sheet/issues"
- text: "提问"
icon: "chat-right-text"
href: "https://github.com/Hackitect7/devops-cheat-sheet/discussions"
- text: "关于"
href: cn/about.qmd