-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (67 loc) · 1.8 KB
/
mkdocs.yml
File metadata and controls
71 lines (67 loc) · 1.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: AnyVali Docs
site_description: Documentation for the AnyVali portable validation system.
site_url: https://docs.anyvali.com
repo_name: BetterCorp/AnyVali
repo_url: https://github.com/BetterCorp/AnyVali
docs_dir: .docs-build
site_dir: dist-docs
use_directory_urls: true
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.png
features:
- navigation.sections
- navigation.expand
- content.code.copy
- search.suggest
- search.highlight
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
homepage: https://anyvali.com
social:
- icon: fontawesome/brands/github
link: https://github.com/BetterCorp/AnyVali
nav:
- Home: index.md
- Guides:
- Overview: docs/overview.md
- Numeric Semantics: docs/numeric-semantics.md
- Portability Guide: docs/portability-guide.md
- SDK Authors Guide: docs/sdk-authors-guide.md
- SDK Reference:
- JavaScript / TypeScript: docs/sdk-js.md
- Python: docs/sdk-python.md
- Go: docs/sdk-go.md
- Rust: docs/sdk-rust.md
- "C#": docs/sdk-csharp.md
- Java: docs/sdk-java.md
- Kotlin: docs/sdk-kotlin.md
- PHP: docs/sdk-php.md
- Ruby: docs/sdk-ruby.md
- "C++": docs/sdk-cpp.md
- Specification:
- Normative Spec: spec/spec.md
- JSON Interchange Format: spec/json-format.md
- Conformance Corpus: spec/corpus/README.md
- Project:
- Contributing: CONTRIBUTING.md
- License: LICENSE
markdown_extensions:
- admonition
- tables
- toc:
permalink: true