forked from ghandic/jsf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
120 lines (110 loc) · 2.9 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: "jsf"
site_description: "Creates fake JSON files from a JSON schema"
site_url: "https://ghandic.github.io/jsf"
repo_url: "https://github.com/ghandic/jsf"
repo_name: "ghandic/jsf"
nav:
- JSF: index.md
- Features: features.md
- Learn:
- JSON Schema Intro: intro-to-json-schema.md
- Tutorial - User Guide: user-guide/first-steps.md
- Advanced User Guide: user-guide/advanced.md
- About:
- About: about/about.md
- Alternatives, Inspiration and Comparisons: about/alternatives.md
- Code of Conduct: about/code-of-conduct.md
- Help:
- Help: help/index.md
- Get Help: help/get-help.md
- Help jsf - Contributing: help/contributing.md
- Release Notes: https://github.com/ghandic/jsf/releases
theme:
name: material
logo: assets/imgs/index.png
favicon: assets/imgs/index.png
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.indexes
- content.tooltips
- navigation.path
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.tabs
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: slate
primary: blue
accent: yellow
toggle:
icon: material/lightbulb
name: Switch to light mode
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: blue
accent: yellow
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: blue
accent: yellow
toggle:
icon: material/lightbulb-outline
name: Switch to system preference
extra_css:
- assets/css/styles.css
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed
- toc:
permalink: "¤"
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: no
show_if_no_docstring: no
watch:
- jsf
- termynal:
title: "shell"
buttons: "macos"
prompt_literal_start:
- "$"
- ">"
- ">>>"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ghandic
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/achallis
- icon: fontawesome/solid/globe
link: https://www.andrewchallis.co.uk
- icon: fontawesome/brands/docker
link: https://hub.docker.com/orgs/challisa