-
-
Notifications
You must be signed in to change notification settings - Fork 219
/
mkdocs.yml
117 lines (117 loc) · 2.4 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
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
- content.tabs.link
# - 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
mkdocs_env: !ENV MKDOCS_ENV
repo_name: Calva
repo_url: https://github.com/BetterThanTomorrow/calva
edit_uri: edit/published/docs/site
#strict: true
plugins:
- search:
separator: '[\s\-\._]'
- social:
cards: true
cards_color:
fill: "#db9550"
text: "#fafafa"
markdown_extensions:
- meta
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: '#'
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
- formatting.md
- syntax-highlighting.md
- paredit.md
- REPL:
- repl-window.md
- output.md
- inspector.md
- fiddle-files.md
- connect-sequences.md
- custom-commands.md
- refactoring.md
- notebooks.md
- clojuredocs.md
- debugger.md
- pprint.md
- test-runner.md
- rich-comments.md
- hiccup.md
- Via clojure-lsp:
- clojure-lsp.md
- linting.md
- namespace-form-auto-creation.md
- Customizing Calva:
- customizing.md
- customizing-jack-in-and-connect.md
- when-clauses.md
- nrepl_and_cider-nrepl.md
- Using Calva with ...:
- shadow-cljs.md
- wsl.md
- remote-development.md
- live-share.md
- vim.md
- reveal.md
- babashka.md
- nbb.md
- basilisp.md
- joyride.md
- clojuredart.md
- luminus.md
- re-frame-template.md
- polylith.md
- krell.md
- rebl.md
- parinfer.md
- Tips and Tricks:
- emacs-keybindings.md
- workspace-layouts.md
- quirks.md
- async-out.md
- clj-java-decompiler.md
- API:
- api.md
- commands.md
- Guides:
- get-started-with-clojure.md
- jack-in-guide.md
- tao.md
- contribute.md
- sponsors.md
- merch.md