forked from devstream-io/devstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
162 lines (162 loc) · 4.79 KB
/
mkdocs.yml
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
site_name: "DevStream - Your DevOps Toolchain Manager"
theme:
name: material
features:
- content.tabs.link
- content.code.annotate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
edit_uri: edit/main/docs
site_url: https://docs.devstream.io
repo_name: devstream
repo_url: https://github.com/devstream-io/devstream
site_description: The DevStream Docs
markdown_extensions:
- abbr
- toc:
permalink: true
- pymdownx.snippets:
base_path:
- "docs"
- "docs/../internal/pkg/show/config/plugins/"
auto_append:
- includes/glossary.md
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- admonition
- pymdownx.details
extra_css:
- assets/versions.css
extra_javascript:
- assets/versions.js
extra:
alternate:
- name: English
link: ""
lang: en
- name: 中文
link: index.zh/
lang: zh
plugins:
- search:
- i18n:
languages:
en: "English"
zh: "简体中文"
default_language: 'en'
no_translation:
en: "This page isn't translated to English."
zh: "这个页面还没有中文翻译。"
translate_nav:
en:
DTM Commands Explained in Depth: "DTM Commands Explained in Depth"
Plugins: "Plugins"
Use Cases: "Use Cases"
Overview: "Overview"
Reference: "Reference"
Developer Guide: "Developer Guide"
Core Concepts: "Core Concepts"
Commands: "Commands"
Contributor Ladder: "Contributor Ladder"
Road Map: "Road Map"
Code Review Guide: "Code Review Guide"
Case Overview: "Case Overview"
Contribute Workflow: "Contribute Workflow"
DevStream Architecture: "DevStream Architecture"
Environment Setup and Development: "Environment Setup and Development"
Docs Contribution: "Docs Contribution"
Helm Installer: "Helm Installer"
GitLab + Jenkins + Harbor Toolchain Management: "GitLab + Jenkins + Harbor Toolchain Management"
zh:
DTM Commands Explained in Depth: "DTM 命令详解"
Plugins: "插件"
Use Cases: "应用场景"
Overview: "概览"
Reference: "参考实践"
Developer Guide: "开发指导"
Core Concepts: "核心概念"
Commands: "命令"
Contributor Ladder: "贡献者成长阶梯"
Road Map: "路线图"
Code Review Guide: "代码 review 指导"
Case Overview: "场景概览"
Contribute Workflow: "贡献与协作流程"
DevStream Architecture: "DevStream 架构"
Environment Setup and Development: "环境搭建与开发"
Docs Contribution: "文档类贡献"
Helm Installer: "Helm 安装器"
GitLab + Jenkins + Harbor Toolchain Management: "GitLab + Jenkins + Harbor 工具链管理"
- literate-nav
nav:
- Overview: .
- understanding_the_basics*.md
- quickstart*.md
- install*.md
- Core Concepts:
- core-concepts/overview*.md
- core-concepts/tools*.md
- core-concepts/apps*.md
- core-concepts/state*.md
- core-concepts/config*.md
- Commands:
- commands/autocomplete*.md
- commands/*.md
- commands/develop*.md
- commands/verify*.md
- Use Cases:
- use-cases/case-overview*.md
- GitLab + Jenkins + Harbor Toolchain Management:
- use-cases/gitlab-jenkins-harbor/*.md
- GitOps with Python Flask:
- use-cases/gitops-python-flask/*.md
- GitOps:
- use-cases/gitops/*.md
- Reference:
- use-cases/reference/*.md
- Plugins:
- plugins/plugins-list*.md
- Helm Installer:
- plugins/helm-installer/helm-installer*.md
- plugins/helm-installer/*.md
- plugins/*.md
- contributing_guide*.md
- contributor_ladder*.md
- Governance ⧉: https://github.com/devstream-io/devstream/blob/main/GOVERNANCE.md
- PMC: pmc.md
- Developer Guide:
- Contribute Workflow:
- development/git-workflow/git-workflow*.md
- development/git-workflow/good-first-issue*.md
- development/git-workflow/help-wanted*.md
- development/git-workflow/commit-messages*.md
- development/git-workflow/branch-and-release*.md
- development/git-workflow/reviewing*.md
- development/architecture*.md
- development/project-layout*.md
- Environment Setup and Development:
- development/dev/dev-env-setup*.md
- development/dev/lint*.md
- development/dev/build*.md
- development/dev/test*.md
- development/dev/creating-a-plugin*.md
- Docs Contribution:
- development/docs-contribution/mkdocs*.md
- development/docs-contribution/translation*.md
- Road Map ⧉: https://github.com/devstream-io/devstream/blob/main/ROADMAP.md