-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (42 loc) · 1.08 KB
/
Copy pathmkdocs.yml
File metadata and controls
45 lines (42 loc) · 1.08 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
site_name: sysml2kit
site_description: API-first Python tooling for SysML v2 models
site_url: https://jman4162.github.io/sysml2kit/
repo_url: https://github.com/jman4162/sysml2kit
repo_name: jman4162/sysml2kit
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
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
nav:
- Home: index.md
- Quickstart: quickstart.md
- Concepts: concepts.md
- Traceability: traceability.md
- Verification: verification.md
- Interchange: interchange.md
- Diagrams: views.md
- Command line: cli.md
- MCP server: mcp.md
- API client: api-client.md
- Parser backends: backends.md
- RF library: rf-library.md
- Reference: reference.md