forked from ghandic/jsf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (65 loc) · 1.84 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
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:
- Getting Started: index.md
- Features: features.md
- JSON Schema Intro: intro-to-json-schema.md
- Tutorial - User Guide:
- Tutorial - User Guide - Intro: user-guide/intro.md
- First Steps: user-guide/first-steps.md
- Alternatives, Inspiration and Comparisons: alternatives.md
- Help jsf - Get Help: help-us.md
- Development - Contributing: contributing.md
- Code of Conduct: code-of-conduct.md
- Release Notes: release-notes.md
theme:
name: material
custom_dir: docs/overrides
logo: assets/imgs/index.png
favicon: assets/imgs/index.png
palette:
scheme: youtube
extra_css:
- assets/css/styles.css
extra_javascript:
- assets/js/theme.js
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed
- toc:
permalink: "¤"
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
rendering:
show_root_heading: no
show_if_no_docstring: no
watch:
- src/jsf
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