-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (34 loc) · 1.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
37 lines (34 loc) · 1.03 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
site_name: schema2class
site_description: Kotlin-native XSD and JSON Schema to Kotlin code generation.
site_url: https://esmcelroy.github.io/schema2class/
repo_url: https://github.com/esmcelroy/schema2class
repo_name: esmcelroy/schema2class
theme:
name: material
features:
- navigation.sections
- navigation.instant
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Programmatic API: programmatic-api.md
- Compatibility Matrix: compatibility.md
- Annotation Modes: annotation-modes.md
- Configuration Reference: configuration.md
- Release Process: release.md
- Guides:
- Mixed-Format Projects: mixed-format-projects.md
- Naming Bindings: naming-bindings.md
- Namespace Mapping: namespace-mapping.md
- DTD and RELAX NG Conversion: trang-conversion.md
- Contributing: contributing.md
- Background:
- Domain Survey: domain-survey.md