forked from devstream-io/devstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
115 lines (115 loc) · 3.29 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
site_name: "DevStream - Your DevOps Toolchain Manager"
theme:
name: material
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:
- toc:
permalink: true
- pymdownx.snippets:
base_path:
- "docs"
- "docs/../internal/pkg/show/config/plugins/"
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
- pymdownx.superfences
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"
Best Practices: "Best Practices"
Developer Guide: "Developer Guide"
Core Concepts: "Core Concepts"
Commands: "Commands"
Contributor Ladder: "Contributor Ladder"
Road Map: "Road Map"
Code Review Guide: "Code Review Guide"
Overview: "Overview"
zh:
DTM Commands Explained in Depth: "DTM 命令详解"
Plugins: "插件"
Best Practices: "最佳实践"
Developer Guide: "开发指导"
Core Concepts: "核心概念"
Commands: "命令"
Contributor Ladder: "贡献者成长阶梯"
Road Map: "路线图"
Code Review Guide: "代码 review 指导"
Overview: "概览"
- literate-nav
nav:
- Overview: .
- understanding_the_basics*.md
- quickstart*.md
- Core Concepts:
- core-concepts/core-concepts*.md
- core-concepts/config*.md
- core-concepts/stateconfig*.md
- core-concepts/variable*.md
- core-concepts/dependencies*.md
- core-concepts/output*.md
- Commands:
- commands/autocomplete*.md
- commands/*.md
- Plugins:
- plugins/plugins-list*.md
- plugins/*.md
- Best Practices: best-practices/
- contributing_guide*.md
- contributor_ladder*.md
- Governance ⧉: https://github.com/devstream-io/devstream/blob/main/GOVERNANCE.md
- Developer Guide:
- development/architecture*.md
- development/development-workflow*.md
- development/commit-messages*.md
- development/lint*.md
- development/project-layout*.md
- development/build*.md
- development/test*.md
- development/mkdocs*.md
- development/creating-a-plugin*.md
- development/commands/develop*.md
- development/reviewing*.md
- development/good-first-issues*.md
- development/help-wanted*.md
- development/branch-and-release*.md
- Road Map ⧉: https://github.com/devstream-io/devstream/blob/main/ROADMAP.md