forked from meonBot/calva
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
51 lines (51 loc) · 1.09 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
site_name: Calva User Guide
docs_dir: docs/site
theme:
name: material
custom_dir: docs/site/theming
favicon: img/favicon.ico
logo: img/calva-symbol-white.svg
extra_css:
- stylesheets/extra.css
site_url: https://calva.io
site_description: Learn how to use Calva to boost your Clojure and ClojureScript coding in VS Code.
repo_name: Calva
repo_url: https://github.com/BetterThanTomorrow/calva
edit_uri: edit/master/docs/site
strict: true
markdown_extensions:
- admonition
- codehilite
nav:
- index.md
- Getting Started:
- connect.md
- try-first.md
- finding-commands.md
- eval-tips.md
- Features:
- commands-top10.md
- output.md
- formatting.md
- paredit.md
- debugger.md
- pprint.md
- test-runner.md
- connect-sequences.md
- custom-commands.md
- linting.md
- customizing.md
- Using Calva with X:
- rebl.md
- vim.md
- wsl.md
- remote-development.md
- live-share.md
- luminus.md
- re-frame-template.md
- Etcetera:
- workspace-layouts.md
- quirks.md
- In Depth:
- jack-in-guide.md
- sponsors.md