Skip to content

Commit adc4400

Browse files
committed
Add some additional resources for Figwheel setup
1 parent ac411db commit adc4400

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

doc/modules/ROOT/pages/cljs/figwheel.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ using the `cider-figwheel-main-default-options`.
109109
See https://github.com/bhauman/figwheel-main/blob/master/src/figwheel/main/api.clj[figwheel.main.api/start]
110110
for details.
111111

112-
TIP: Figwheel's own documentation has a nice https://figwheel.org/docs/emacs.html[section, dedicated to CIDER].
113-
114112
== Using legacy Figwheel (Leiningen-only)
115113

116114
WARNING: This has been deprecated in favour of using `figwheel-main`. Check out
@@ -143,3 +141,14 @@ WARNING: Keep in mind that CIDER does not support versions versions of Piggiebac
143141

144142
You should also check out
145143
https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl[Figwheel's wiki].
144+
145+
== Additional Resources
146+
147+
=== Official Figwheel Documentation
148+
149+
* https://figwheel.org/docs/installation.html[Installation]
150+
* https://figwheel.org/docs/emacs.html[Using Figwheel with CIDER].
151+
152+
=== Tutorials
153+
154+
* https://cjohansen.no/tools-deps-figwheel-main-devcards-emacs/[tools.deps, figwheel-main, Devcards, and Emacs]

doc/modules/ROOT/pages/cljs/shadow-cljs.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ As noted earlier you can also set a default build via `cider-shadow-default-opti
8383

8484
== Additional Resources
8585

86+
=== Official shadow-cljs Documentation
87+
8688
Here are a few useful sections from `shadow-cljs`'s own documentation:
8789

8890
* https://shadow-cljs.github.io/docs/UsersGuide.html#_installation[Installation]

0 commit comments

Comments
 (0)