This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (60 loc) · 1.55 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: Statute Patterns Docs
site_description: Philippine statutory law pattern matching and unit retrieval
site_url: https://lawsql.com
site_author: Marcelino Veloso III
repo_url: https://github.com/justmars/statute-patterns
theme:
name: "material"
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- index.md
- api-match.md
- api-extract.md
- Rule API:
- api-rule.md
- api-rule-serial.md
- api-rule-named.md
- api-rule-base.md
extra:
homepage: https://mv3.dev
social:
- icon: fontawesome/brands/github
link: https://github.com/justmars
name: justmars on Github
- icon: fontawesome/brands/mastodon
link: https://esq.social/@mv
name: mv on Mastodon
copyright: Copyright © Marcelino Veloso III
plugins:
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_root_toc_entry: false
show_category_heading: true
show_source: true
heading_level: 3
- search:
lang: en
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format