summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-27 17:42:29 -0500
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-27 17:42:29 -0500
commit69e6bed26f84bbd4432c8600d085e2def872ff08 (patch)
tree783fd42b83b0028605018e8d0d0c2527f642cea0 /mkdocs.yml
parenta34fc95afabf87efbd1efeea8ae34b2ffcf866fd (diff)
Move the ClojureScript documentation to a dedicated section of the
manual
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 283f9e87..5c6ad112 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,6 +7,7 @@ pages:
- Home: index.md
- Installation: installation.md
- Up and Running: up_and_running.md
+- ClojureScript: clojurescript.md
- Interactive Programming: interactive_programming.md
- Using the REPL: using_the_repl.md
- Code Completion: code_completion.md