Skip to content

Commit 08b5863

Browse files
committed
Make sure all pages have leading headings
It's a bit lame that those headings appear in the sidebar, but they make for nicer and more consistent pages.
1 parent 9c35c05 commit 08b5863

21 files changed

+66
-12
lines changed

doc/about/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Changelog
2+
13
An extensive changelog is available [here](https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md).

doc/about/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Contributing
2+
13
## Issues
24

35
Report issues and suggest features and improvements on the

doc/about/license.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# License
2+
13
Copyright (C) 2012-2016 Tim King, Phil Hagelberg, Bozhidar Batsov, Artur Malabarba and
24
[contributors](https://github.com/clojure-emacs/cider/contributors).
35

doc/about/logo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Logo
2+
13
CIDER's logo was created by [@tapeinosyne](https://github.com/tapeinosyne). You can find
24
the logo in various formats
35
[here](https://github.com/clojure-emacs/cider/tree/master/logo).

doc/about/support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Support
2+
13
CIDER currently has several official & unofficial support channels.
24

35
For questions, suggestions and support refer to one of them. Please, don't

doc/about/team.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Team
2+
13
## The Core Team
24

35
The direction of the project is being stewarded by the CIDER core team. This

doc/additional_packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Additional Packages
2+
13
There are many additional Emacs packages that can enhance your Clojure programming
24
experience. The majority of the minor modes listed here should be enabled for both
35
`cider-repl-mode` and `clojure-mode` for optimal effects.

doc/additional_resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Additional Resources
2+
13
## Quick reference
24

35
A single-page quick reference PDF for CIDER commands is available

doc/caveats.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Caveats
2+
3+
CIDER is certainly not perfect and has some limitations that everyone
4+
should be aware of.
5+
16
## ClojureScript limitations
27

38
Currently, the following features are not supported for ClojureScript

doc/code_completion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Code Completion
2+
13
CIDER provides intelligent code completion for both source buffers (powered by
24
`cider-mode`) and REPL buffers.
35

0 commit comments

Comments
 (0)