forked from nocalhost/nocalhost.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (92 loc) · 3.41 KB
/
mkdocs.yml
File metadata and controls
97 lines (92 loc) · 3.41 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: Nocalhost Docs
theme:
name: material
custom_dir: overrides
logo: assets/images/favicon.ico
favicon: assets/images/favicon.ico
palette:
- scheme: nocalhost
extra_css:
- stylesheets/extra.css
- stylesheets/home.css
- stylesheets/grid.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
nav:
- 中文文档:
- 快速上手: zh/getting-started.md
- 安装教程: zh/installation.md
- 部署教程: zh/deployment.md
- 概念介绍:
- Cluster: zh/Concepts/cluster.md
- Application: zh/Concepts/application.md
- User: zh/Concepts/user.md
- Service: zh/Concepts/service.md
- DevMode: zh/Concepts/devmode.md
- DevSpace: zh/Concepts/devspace.md
- DevContainer: zh/Concepts/devcontainer.md
- 使用教程:
- Manifest 应用: zh/Tutorials/nocalhost-with-k8s-manifests.md
- Helm Chart 应用: zh/Tutorials/nocalhost-with-helm.md
- 参考手册:
- Nocalhost 配置说明: zh/References/nocalhost-config-yaml-spec.md
- Nocalhost 架构: zh/References/architecture.md
- Nhctl CLI: zh/References/cli-commands.md
- 文件同步与忽略: zh/References/syncfilepattern-ignorefilepattern.md
- k8s 资源管理: zh/References/resource-management.md
- 常见问题:
- Helm 工作负载名称: zh/FAQ/work-with-helm.md
- 依赖标签选择器: zh/FAQ/dep-label-selector.md
- HPA 控制的 Deployment: zh/FAQ/deployment-with-hpa.md
- 多容器 Pod: zh/FAQ/multi-container-pods.md
- VSCode:
- VSCode 插件功能限制: zh/FAQ/vscode/vscode-plugin-limits.md
- 加密的 SSH 私钥: zh/FAQ/ssh-private-keys-passphrase.md
- 默认管理账户: zh/FAQ/default-account.md
- 无可用的 pv: zh/FAQ/pvc-unbound.md
- 支持的版本: zh/FAQ/support-version.md
- 换行符: zh/FAQ/line-endings.md
- Getting started: getting-started.md
- Installation: installation.md
- Concepts:
- Cluster: Concepts/cluster.md
- Application: Concepts/application.md
- User: Concepts/user.md
- Service: Concepts/service.md
- DevSpace: Concepts/devspace.md
- DevContainer: Concepts/devcontainer.md
- DevMode: Concepts/devmode.md
- References:
- Architecture : References/architecture.md
- Config Specs: References/nocalhost-config-yaml-spec.md
- CLI Commands: References/cli-commands.md
- Sync/Ignore File Pattern: References/syncfilepattern-ignorefilepattern.md
- Service Dependency: References/service-dependency.md
- Port Forward: References/port-forward.md
- FAQ:
- Work with Helm: FAQ/work-with-helm.md
- Dependency Label Selector: FAQ/dep-label-selector.md
- Deployment with HPA: FAQ/deployment-with-hpa.md
- Multi-container Pods: FAQ/multi-container-pods.md
- VSCode:
- VSCode Plugin Limits: FAQ/vscode/vscode-plugin-limits.md
- SSH Private Keys Passphrase: FAQ/ssh-private-keys-passphrase.md
- Default admin account: FAQ/default-account.md
- No persistent volumes available: FAQ/pvc-unbound.md
- Version Support: FAQ/support-version.md
- Line Endings: FAQ/line-endings.md
google_analytics: ['G-5MSJE3N1YD', 'nocalhost.dev']