-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (61 loc) · 1.66 KB
/
Copy pathmkdocs.yml
File metadata and controls
67 lines (61 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
60
61
62
63
64
65
66
67
site_name: Pacta
site_description: Architecture Governance & Architecture-as-Code
site_url: https://pacta-dev.github.io/pacta-cli/
repo_name: pacta-dev/pacta-cli
repo_url: https://github.com/pacta-dev/pacta-cli
theme:
name: material
features:
- navigation.sections
- navigation.expand
- content.code.copy
- content.tabs.link
palette:
- scheme: default
primary: indigo
accent: indigo
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- CLI Reference: cli.md
- Architecture Model:
- Overview: architecture/index.md
- v1: architecture/v1.md
- v2: architecture/v2.md
- Rules DSL: rules.md
- Examples:
- Overview: examples/index.md
- Simple Layered App: examples/simple-layered-app.md
- Microservices Platform: examples/microservices-platform.md
- Hexagonal Architecture: examples/hexagonal-app.md
- Legacy Migration: examples/legacy-migration.md
- Integration:
- CI/CD: ci-integration.md
- Reference:
- Configuration: configuration.md
- Troubleshooting: troubleshooting.md
- Changelog: changelog.md
markdown_extensions:
- admonition
- pymdownx.snippets:
base_path: ['.']
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- attr_list
- md_in_html
- tables
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
extra_css:
- stylesheets/extra.css