-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (44 loc) · 1.3 KB
/
Copy pathmkdocs.yml
File metadata and controls
50 lines (44 loc) · 1.3 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
# Technical documentation for Initializer for Apache Maven™
# Rendered as GitHub Pages via .github/workflows/docs.yml
site_name: Initializer for Apache Maven™ — Technical Documentation
site_description: Technical documentation for Initializer for Apache Maven™
site_url: https://support-and-care.github.io/maven-initializer/
theme:
name: material
palette:
- scheme: default
primary: teal
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
# Navbar uses primary; overridden in extra_css to match screenshot (#67c2a7)
features:
- content.tabs.link
- navigation.tabs
- navigation.sections
- navigation.indexes
- toc.integrate
extra_css:
- stylesheets/extra.css
plugins:
- search
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Architecture: architecture.md
- ADRs:
- adr/index.md
- ADR 001 — Project Generation: adr/01-maven-project-generation.md
- Contributing to the docs: contributing.md