-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (37 loc) · 1023 Bytes
/
mkdocs.yml
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
# -- splitme Mkdocs Static Site Configuration ----------------------------
site_name: splitme
site_description: "Markdown splitter for modular docs and flexible content."
site_author: "splitme"
repo_name: eli64s/splitme
repo_url: https://github.com/eli64s/splitme
edit_uri: edit/main/docs/
docs_dir: "docs/"
copyright: "© 2024-2025 splitme"
theme:
name: material
logo: assets/icon.svg
icon:
repo: fontawesome/brands/github-alt
edit: material/pencil
view: material/eye
palette:
primary: "deep-purple"
accent: "white"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Features:
- Split Markdown: features/split-markdown.md
- Merge Markdown: features/merge-markdown.md
- Convert Markdown: features/convert-markdown.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- Contributing: contributing.md
- Changelog: changelog.md
- License: license.md
plugins:
- search