Skip to content

Commit f8ed3a9

Browse files
committed
Update site docs
1 parent 725142c commit f8ed3a9

File tree

4 files changed

+614
-586
lines changed

4 files changed

+614
-586
lines changed

Diff for: docs/cider/indent_spec.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -645,16 +645,25 @@ <h2 id="indentation-inference"><a class="anchor" href="#indentation-inference"><
645645
<ul>
646646
<li>
647647
<p>If your macro is analog to a clojure.core one, name it identically</p>
648-
</li>
648+
<div class="ulist">
649+
<ul>
649650
<li>
650651
<p>e.g. name your macro <code>defprotocol</code>, not <code>my-defprotocol</code></p>
651-
</li>
652+
<div class="ulist">
653+
<ul>
652654
<li>
653655
<p>(this is intentful usage of Clojure&#8217;s namespace system)</p>
654656
</li>
657+
</ul>
658+
</div>
659+
</li>
660+
</ul>
661+
</div>
662+
</li>
655663
<li>
656664
<p>If your macro is analog to a clojure.core one, mirror all its arglists</p>
657-
</li>
665+
<div class="ulist">
666+
<ul>
658667
<li>
659668
<p>The exact names that you choose for your args do not matter</p>
660669
</li>
@@ -664,9 +673,13 @@ <h2 id="indentation-inference"><a class="anchor" href="#indentation-inference"><
664673
<li>
665674
<p>It doesn&#8217;t matter if you express a given arg as a name, or as a destructured map/vector.</p>
666675
</li>
676+
</ul>
677+
</div>
678+
</li>
667679
<li>
668680
<p>Name 'body' args like using clojure.core customs</p>
669-
</li>
681+
<div class="ulist">
682+
<ul>
670683
<li>
671684
<p>good: <code>[opts body]</code></p>
672685
</li>
@@ -684,6 +697,9 @@ <h2 id="indentation-inference"><a class="anchor" href="#indentation-inference"><
684697
</li>
685698
</ul>
686699
</div>
700+
</li>
701+
</ul>
702+
</div>
687703
<div class="paragraph">
688704
<p>You certainly don&#8217;t <em>have</em> to follow these suggestions - it&#8217;s only for your convenience,
689705
as the indentation produced by CIDER will be better.</p>

Diff for: docs/cider/troubleshooting.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -967,22 +967,28 @@ <h3 id="interactions-fail-with-no-linked-cider-sessions"><a class="anchor" href=
967967
<ul>
968968
<li>
969969
<p>You&#8217;re evaluating code in a buffer from a project that hasn&#8217;t started a repl</p>
970-
</li>
970+
<div class="ulist">
971+
<ul>
971972
<li>
972973
<p>You can fix this by switching instead to a project that has.</p>
973974
</li>
974975
<li>
975976
<p>You can also, simply, start a repl in the current project.</p>
976977
</li>
978+
</ul>
979+
</div>
980+
</li>
977981
<li>
978982
<p>There&#8217;s a bug in the CIDER/Sesman integration</p>
979-
</li>
983+
<div class="ulist">
984+
<ul>
980985
<li>
981986
<p>Session linking generally works by determining whether the current buffer is related to the classpath of some REPL.</p>
982987
</li>
983988
<li>
984989
<p>You can obtain debug info echoed to the <code><strong>messages</strong></code> buffer by running <code>M-x cider-debug-sesman-friendly-session-p</code> on the problematic buffer.</p>
985-
</li>
990+
<div class="ulist">
991+
<ul>
986992
<li>
987993
<p>By reading it, you might be able to determine why CIDER failed to see the relationship between <code>(buffer-filename)</code> and the classpath.</p>
988994
</li>
@@ -991,6 +997,12 @@ <h3 id="interactions-fail-with-no-linked-cider-sessions"><a class="anchor" href=
991997
</li>
992998
</ul>
993999
</div>
1000+
</li>
1001+
</ul>
1002+
</div>
1003+
</li>
1004+
</ul>
1005+
</div>
9941006
</div>
9951007
</div>
9961008
</div>

Diff for: docs/sitemap-cider-nrepl.xml

+48-48
Original file line numberDiff line numberDiff line change
@@ -2,194 +2,194 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.cider.mx/cider-nrepl/latest/about/changelog.html</loc>
5-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
5+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.cider.mx/cider-nrepl/latest/about/history.html</loc>
9-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
9+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.cider.mx/cider-nrepl/latest/about/license.html</loc>
13-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
13+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.cider.mx/cider-nrepl/latest/compatibility.html</loc>
17-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
17+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.cider.mx/cider-nrepl/latest/faq.html</loc>
21-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
21+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://docs.cider.mx/cider-nrepl/latest/hacking.html</loc>
25-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
25+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://docs.cider.mx/cider-nrepl/latest/index.html</loc>
29-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
29+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://docs.cider.mx/cider-nrepl/latest/internals.html</loc>
33-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
33+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://docs.cider.mx/cider-nrepl/latest/nrepl-api/ops.html</loc>
37-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
37+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://docs.cider.mx/cider-nrepl/latest/nrepl-api/supplied_middleware.html</loc>
41-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
41+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://docs.cider.mx/cider-nrepl/latest/release_policy.html</loc>
45-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
45+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://docs.cider.mx/cider-nrepl/latest/usage.html</loc>
49-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
49+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://docs.cider.mx/cider-nrepl/0.26/about/changelog.html</loc>
53-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
53+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://docs.cider.mx/cider-nrepl/0.26/about/history.html</loc>
57-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
57+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://docs.cider.mx/cider-nrepl/0.26/about/license.html</loc>
61-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
61+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://docs.cider.mx/cider-nrepl/0.26/compatibility.html</loc>
65-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
65+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://docs.cider.mx/cider-nrepl/0.26/faq.html</loc>
69-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
69+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://docs.cider.mx/cider-nrepl/0.26/hacking.html</loc>
73-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
73+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://docs.cider.mx/cider-nrepl/0.26/index.html</loc>
77-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
77+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://docs.cider.mx/cider-nrepl/0.26/internals.html</loc>
81-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
81+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://docs.cider.mx/cider-nrepl/0.26/nrepl-api/ops.html</loc>
85-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
85+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://docs.cider.mx/cider-nrepl/0.26/nrepl-api/supplied_middleware.html</loc>
89-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
89+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://docs.cider.mx/cider-nrepl/0.26/release_policy.html</loc>
93-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
93+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://docs.cider.mx/cider-nrepl/0.26/usage.html</loc>
97-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
97+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://docs.cider.mx/cider-nrepl/0.25/about/changelog.html</loc>
101-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
101+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://docs.cider.mx/cider-nrepl/0.25/about/history.html</loc>
105-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
105+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://docs.cider.mx/cider-nrepl/0.25/about/license.html</loc>
109-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
109+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://docs.cider.mx/cider-nrepl/0.25/compatibility.html</loc>
113-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
113+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://docs.cider.mx/cider-nrepl/0.25/faq.html</loc>
117-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
117+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://docs.cider.mx/cider-nrepl/0.25/hacking.html</loc>
121-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
121+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://docs.cider.mx/cider-nrepl/0.25/index.html</loc>
125-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
125+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://docs.cider.mx/cider-nrepl/0.25/internals.html</loc>
129-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
129+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://docs.cider.mx/cider-nrepl/0.25/nrepl-api/ops.html</loc>
133-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
133+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://docs.cider.mx/cider-nrepl/0.25/nrepl-api/supplied_middleware.html</loc>
137-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
137+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://docs.cider.mx/cider-nrepl/0.25/release_policy.html</loc>
141-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
141+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://docs.cider.mx/cider-nrepl/0.25/usage.html</loc>
145-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
145+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://docs.cider.mx/cider-nrepl/0.24/about/changelog.html</loc>
149-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
149+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://docs.cider.mx/cider-nrepl/0.24/about/history.html</loc>
153-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
153+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
154154
</url>
155155
<url>
156156
<loc>https://docs.cider.mx/cider-nrepl/0.24/about/license.html</loc>
157-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
157+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
158158
</url>
159159
<url>
160160
<loc>https://docs.cider.mx/cider-nrepl/0.24/compatibility.html</loc>
161-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
161+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
162162
</url>
163163
<url>
164164
<loc>https://docs.cider.mx/cider-nrepl/0.24/faq.html</loc>
165-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
165+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
166166
</url>
167167
<url>
168168
<loc>https://docs.cider.mx/cider-nrepl/0.24/hacking.html</loc>
169-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
169+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
170170
</url>
171171
<url>
172172
<loc>https://docs.cider.mx/cider-nrepl/0.24/index.html</loc>
173-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
173+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
174174
</url>
175175
<url>
176176
<loc>https://docs.cider.mx/cider-nrepl/0.24/internals.html</loc>
177-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
177+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
178178
</url>
179179
<url>
180180
<loc>https://docs.cider.mx/cider-nrepl/0.24/nrepl-api/ops.html</loc>
181-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
181+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
182182
</url>
183183
<url>
184184
<loc>https://docs.cider.mx/cider-nrepl/0.24/nrepl-api/supplied_middleware.html</loc>
185-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
185+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
186186
</url>
187187
<url>
188188
<loc>https://docs.cider.mx/cider-nrepl/0.24/release_policy.html</loc>
189-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
189+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
190190
</url>
191191
<url>
192192
<loc>https://docs.cider.mx/cider-nrepl/0.24/usage.html</loc>
193-
<lastmod>2023-08-28T06:35:07.158Z</lastmod>
193+
<lastmod>2023-08-28T06:55:16.038Z</lastmod>
194194
</url>
195195
</urlset>

0 commit comments

Comments
 (0)