-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (67 loc) · 1.85 KB
/
Copy pathmkdocs.yml
File metadata and controls
73 lines (67 loc) · 1.85 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
site_name: CodeVelo Documentation
site_description: Public documentation for CodeVelo services, platform direction, and engineering practices.
site_url: https://codevelohq.github.io/codevelo-docs/
repo_url: https://github.com/CodeVeloHQ/codevelo-docs
repo_name: CodeVeloHQ/codevelo-docs
edit_uri: edit/main/docs/
copyright: Copyright © 2026 CodeVelo.dev LLC
theme:
name: material
language: en
features:
- content.action.edit
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.top
- search.highlight
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Platform:
- Overview: platform-overview.md
- Product and capability catalog: product-catalog.md
- Architecture principles: architecture-principles.md
- Public release status: release-status.md
- Services: service-capabilities.md
- Security and privacy: security-and-privacy.md
- Repository:
- Repository guide: repository-guide.md
- Contributing: contributing.md
- Security policy: security-policy.md
- License: license.md
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.snippets:
base_path:
- .
check_paths: true
- pymdownx.superfences
- tables
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/CodeVeloHQ
name: CodeVelo on GitHub
generator: false