forked from BetterThanTomorrow/calva
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
91 lines (91 loc) · 1.87 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
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
features:
- search.share
# - toc.integrate
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.
extra:
analytics:
provider: google
property: UA-69796730-5
repo_name: Calva
repo_url: https://github.com/BetterThanTomorrow/calva
edit_uri: edit/published/docs/site
strict: true
plugins:
- search:
separator: '[\s\-\._]'
markdown_extensions:
- meta
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.superfences
nav:
- index.md
- Start Here:
- getting-started.md
- connect.md
- try-first.md
- finding-commands.md
- eval-tips.md
- why-calva.md
- Features:
- commands-top10.md
- evaluation.md
- rich-comments.md
- clojuredocs.md
- output.md
- formatting.md
- paredit.md
- debugger.md
- pprint.md
- refactoring.md
- test-runner.md
- syntax-highlighting.md
- connect-sequences.md
- custom-commands.md
- linting.md
- namespace-form-auto-creation.md
- clojure-lsp.md
- nrepl_and_cider-nrepl.md
- customizing.md
- Using Calva with X:
- wsl.md
- remote-development.md
- live-share.md
- vim.md
- reveal.md
- babashka.md
- nbb.md
- luminus.md
- re-frame-template.md
- polylith.md
- krell.md
- rebl.md
- static-only.md
- parinfer.md
- Tips and Tricks:
- emacs-keybindings.md
- workspace-layouts.md
- quirks.md
- async-out.md
- clj-java-decompiler.md
- In Depth:
- jack-in-guide.md
- Guides:
- get-started-with-clojure.md
- tao.md
- contribute.md
- sponsors.md
- merch.md