This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (48 loc) · 1.64 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
site_name: CLOJURE-TEMPLATE
site_url: https://readthedocs.org/projects/Clojure-Template/
#repo_url: https://github.com/Release-Candidate/Clojure-Template
#repo_name: GitHub
#copyright: (C) 2023 Roland Csaszar
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Project Links:
- "Downloads": https://github.com/Release-Candidate/Clojure-Template/releases/latest
- "GitHub Project Page": "https://github.com/Release-Candidate/Clojure-Template"
- "Report a Bug or a Feature Request": "https://github.com/Release-Candidate/Clojure-Template/issues/new/choose"
- "Issue Tracker at GitHub": "https://github.com/Release-Candidate/Clojure-Template/issues"
- "Installation & Usage":
- "Installation & Usage": usage.md
- License: license.md
- Contributing:
- Contributing: contributing.md
theme:
name: readthedocs
prev_next_buttons_location: both
navigation_depth: 8
collapse_navigation: False
style_nav_header_background: "#5DB1DE"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- markdown.extensions.fenced_code
- markdown.extensions.meta
- markdown.extensions.smarty
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.attr_list
- markdown.extensions.abbr
- markdown.extensions.footnotes
- markdown.extensions.codehilite:
guess_lang: False
noclasses: True
pygments_style: emacs
- markdown.extensions.tables
- markdown.extensions.nl2br
- markdown.extensions.sane_lists
- markdown.extensions.toc:
permalink: True
- mdx_math
plugins:
- search