emacs-prelude/mkdocs.yml
Kostas Tsiligkiris 9ed0d772da [DOCS] Fix problem with Edit in github link
The link is created with docs in it, even if the mkdocs.yml file
mentions doc as the documentation folder. I am not aware if there is
any other dependency in the name doc, I have renamed it to docs and
changed it also in the mkdocs.yml file. It seems docs is hardcoded in
the readthedocs theme :(
2022-04-11 09:11:28 +03:00

32 lines
935 B
YAML

site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone"
repo_url: https://github.com/bbatsov/prelude
copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors"
docs_dir: docs
pages:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- Modules:
- Overview: modules/index.md
- Company: modules/company.md
- ERC: modules/erc.md
- Programming: modules/programming.md
- Lisp: modules/lisp.md
- Emacs Lisp: modules/emacs_lisp.md
- Common Lisp: modules/common_lisp.md
- Scheme: modules/scheme.md
- Clojure: modules/clojure.md
- Dart: modules/dart.md
- Python: modules/python.md
- Ruby: modules/ruby.md
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- Support: support.md
extra_css:
- css/extra.css
markdown_extensions:
- admonition
theme: readthedocs