FossilRepo

fossilrepo / mkdocs.yml
Blame History Raw 92 lines
1
site_name: Fossilrepo
2
site_url: https://fossilrepo.dev
3
site_description: Self-hosted Fossil forge -- omnibus installer for production Fossil SCM hosting
4
site_author: CONFLICT LLC
5
repo_url: https://github.com/ConflictHQ/fossilrepo
6
repo_name: ConflictHQ/fossilrepo
7
8
theme:
9
name: material
10
custom_dir: docs/overrides
11
logo: assets/images/conflict-logo.svg
12
favicon: assets/images/favicon.png
13
font:
14
text: Roboto
15
code: Roboto Mono
16
palette:
17
- media: "(prefers-color-scheme: dark)"
18
scheme: slate
19
primary: custom
20
accent: custom
21
toggle:
22
icon: material/brightness-4
23
name: Switch to light mode
24
- media: "(prefers-color-scheme: light)"
25
scheme: default
26
primary: custom
27
accent: custom
28
toggle:
29
icon: material/brightness-7
30
name: Switch to dark mode
31
features:
32
- navigation.instant
33
- navigation.tabs
34
- navigation.sections
35
- navigation.expand
36
- navigation.top
37
- search.suggest
38
- search.highlight
39
- content.code.copy
40
- content.tabs.link
41
- header.autohide
42
icon:
43
repo: fontawesome/brands/github
44
45
extra_css:
46
- assets/css/custom.css
47
48
plugins:
49
- search
50
51
markdown_extensions:
52
- admonition
53
- pymdownx.details
54
- pymdownx.superfences:
55
custom_fences:
56
- name: mermaid
57
class: mermaid
58
format: !!python/name:pymdownx.superfences.fence_code_format
59
- pymdownx.tabbed:
60
alternate_style: true
61
- pymdownx.highlight:
62
anchor_linenums: true
63
- pymdownx.inlinehilite
64
- pymdownx.snippets
65
- attr_list
66
- md_in_html
67
- toc:
68
permalink: true
69
70
nav:
71
- Home: index.md
72
- Features: features.md
73
- Getting Started:
74
- Prerequisites: getting-started/prerequisites.md
75
- Installation: getting-started/installation.md
76
- Configuration: getting-started/configuration.md
77
- First Repository: getting-started/first-repo.md
78
- Administration: getting-started/administration.md
79
- Architecture:
80
- Overview: architecture/overview.md
81
- Sync Bridge: architecture/sync-bridge.md
82
- API:
83
- Reference: api/reference.md
84
- Agentic Development: api/agentic-development.md
85
86
extra:
87
social:
88
- icon: fontawesome/brands/github
89
link: https://github.com/ConflictHQ/fossilrepo
90
91
copyright: Copyright © 2026 CONFLICT LLC
92

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button