-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 1020 Bytes
/
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
site_name: Verifiable Trade Documents
site_url: https://uncefact.github.io/spec-unvtd/
theme:
name: material
logo: images/logo.svg
favicon: images/favicon.png
features:
- navigation.sections
- navigation.indexes
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/white-balance-sunny
name: Switch to dark mode
primary: white
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: grey
copyright:
UN/CEFACT 2024
plugins:
- include-markdown
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js
- https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js
- https://cdnjs.cloudflare.com/ajax/libs/ajv/8.12.0/ajv.min.js
- https://unpkg.com/@rjsf/core/dist/react-jsonschema-form.umd.min.js