summaryrefslogtreecommitdiff
path: root/mkdocs.yml
Commit message (Collapse)AuthorAge
* configure mkdocs for DebianSean Whitton2017-12-26
| | | | | | | | | | | | | 1. set site_dir so that docs end up in /usr/share/doc/elpa-cider/html 2. set use_directory_urls so that links are to foo/index.html rather than to just foo/, which is better for offline browsing 3. don't generate installation instructions page 4. use bootstrap theme not readthedocs theme: the readthedocs theme has template directives that are evaluated only when the docs are uploaded to readthedocs.org, and its search functionality also fails
* [Fix #1862] Add "Hacking on CIDER" section to the manualBozhidar Batsov2017-01-04
|
* Update the copyright years in the documentationBozhidar Batsov2017-01-03
|
* Add a FAQ section to the manualBozhidar Batsov2016-10-06
|
* Fix CIDER expansion in the docs (#1754)Puneeth Chaganti2016-05-19
|
* Move the changelog to a separate manual sectionBozhidar Batsov2016-04-13
|
* Group a few pages together in an About section of the manualBozhidar Batsov2016-04-13
|
* Try to deal with an encoding issueBozhidar Batsov2016-04-13
| | | | For some reason unicode characters break the readthedocs build.
* Add a copyright notice to the manualBozhidar Batsov2016-04-13
|
* Use the readthedocs theme locallyBozhidar Batsov2016-04-13
|
* Extract a dedicated section for connection managementBozhidar Batsov2016-04-12
|
* Rename "Extended Workflow" to "Miscellaneous Features"Bozhidar Batsov2016-04-11
|
* Fix a couple of manual section referencesBozhidar Batsov2016-04-11
|
* Extract a few more standalone manual sections from extended workflowBozhidar Batsov2016-04-10
|
* Extract a standalone code completion sectionBozhidar Batsov2016-04-10
|
* Add a repo url and a favicon to the manualBozhidar Batsov2016-04-10
|
* Prettify the keybindings in the manual with some custom cssBozhidar Batsov2016-04-09
|
* Split the basic usage section in twoBozhidar Batsov2016-04-06
|
* Introduce a dedicated REPL sectionBozhidar Batsov2016-04-06
|
* Slim down the manual's home pageBozhidar Batsov2016-04-02
|
* Improve a section titleBozhidar Batsov2016-03-31
|
* Add a support section to the manualBozhidar Batsov2016-03-31
|
* Create a dedicate manual section for additional packagesBozhidar Batsov2016-03-30
|
* Revert "Change the manual's theme"Bozhidar Batsov2016-03-29
| | | | | | | This reverts commit b59729612fef2db0be668e05dc385408904f38de. Turned out readthedocs doesn't support changing mkdocs's theme. More info here - https://github.com/rtfd/readthedocs.org/issues/978
* Change the manual's themeBozhidar Batsov2016-03-29
|
* Use only underscores in manual file namesBozhidar Batsov2016-03-28
|
* Move the additional resources to a separate section of the manualBozhidar Batsov2016-03-28
|
* Move the team info to a separate section of the manualBozhidar Batsov2016-03-28
|
* Break up the manual into several documentsBozhidar Batsov2016-03-28
|
* Update the name of the indentation page's sourceBozhidar Batsov2016-03-28
|
* Introduce the first draft of an online manualBozhidar Batsov2016-03-28
It's based on mkdocs and is hosted at readthedocs.org.