-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (56 loc) · 1.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (56 loc) · 1.66 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
site_name: ChangeSharp
site_description: A .NET tool for changelog-driven semantic versioning.
site_url: https://manuc66.github.io/ChangeSharp/
repo_url: https://github.com/manuc66/ChangeSharp
repo_name: ChangeSharp
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.superfences
- pymdownx.tabbed
- wikilinks:
base_url: .
end_url: /
nav:
- Home: index.md
- Guide:
- Getting Started: getting-started.md
- SemVer Rules: "SemVer Rules.md"
- Fragment Naming: FragmentNaming.md
- Frictionless Workflow: FrictionlessWorkflow.md
- Migration Guide: Migration.md
- Exit Codes: ExitCodes.md
- Features:
- CI/CD Integration: features/CiIntegration.md
- Api Surface Gate: features/ApiSurfaceGate.md
- Approval Gates: features/ApprovalGates.md
- Custom Categories: features/CustomCategories.md
- Monorepo Support: features/MonorepoSupport.md
- Pre-releases: features/Prereleases.md
- Continuous Discovery: features/ContinuousDiscovery.md
- Development:
- Architecture: Architecture.md
- Roadmap: Roadmap.md
- Code Review: CodeReview.md
- Audit Plan: AuditPlan.md
- MCP:
- MCP Integration: McpIntegration.md