-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (64 loc) · 1.87 KB
/
mkdocs.yml
File metadata and controls
64 lines (64 loc) · 1.87 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
site_name: DevStream Docs
theme: material
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
extra_css:
- assets/versions.css
extra_javascript:
- assets/versions.js
nav:
- 'quickstart_en.md'
- Best Practices:
- 'best-practices/gitops.md'
- Commands:
- 'commands/autocomplete.md'
- 'commands/init.md'
- 'commands/apply.md'
- 'commands/verify.md'
- 'commands/delete.md'
- 'commands/destroy.md'
- 'commands/develop.md'
- Core Concepts:
- 'core-concepts/core-concepts.md'
- 'core-concepts/config.md'
- 'core-concepts/variables.md'
- 'core-concepts/stateconfig.md'
- 'core-concepts/dependencies.md'
- 'core-concepts/output.md'
- Plugins:
- 'plugins/plugins-list.md'
- 'plugins/argocd.md'
- 'plugins/argocdapp.md'
- 'plugins/devlake.md'
- 'plugins/github-repo-scaffolding-golang.md'
- 'plugins/githubactions-golang.md'
- 'plugins/githubactions-nodejs.md'
- 'plugins/githubactions-python.md'
- 'plugins/gitlab-repo-scaffolding-golang.md'
- 'plugins/gitlabci-generic.md'
- 'plugins/gitlabci-golang.md'
- 'plugins/hashicorp-vault.md'
- 'plugins/jenkins.md'
- 'plugins/jira-github-integ.md'
- 'plugins/kube-prometheus.md'
- 'plugins/openldap.md'
- 'plugins/trello.md'
- 'plugins/trello-github-integ.md'
- 'contribute.md'
- Development:
- 'development/development-workflow.md'
- 'development/contributor_ladder_growth_programs.md'
- 'development/project-layout.md'
- 'development/architecture.md'
- 'development/build.md'
- 'development/test.md'
- 'development/commit-messages.md'
- 'development/lint.md'
- 'development/creating-a-plugin.md'
- 'development/branch-and-release.md'
- 'troubleshooting.md'