emacs-prelude/mkdocs.yml

33 lines
963 B
YAML
Raw Normal View History

2019-01-16 14:31:52 +02:00
site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone"
repo_url: https://github.com/bbatsov/prelude
2021-02-14 12:28:40 +02:00
copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors"
docs_dir: docs
2019-01-16 14:31:52 +02:00
pages:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- Modules:
- Overview: modules/index.md
2020-04-08 10:34:55 +03:00
- Company: modules/company.md
2019-01-16 14:31:52 +02:00
- ERC: modules/erc.md
2020-04-08 10:15:30 +03:00
- 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
2019-01-16 14:31:52 +02:00
- Python: modules/python.md
- Ruby: modules/ruby.md
- Rust: modules/rust.md
2019-01-16 14:31:52 +02:00
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- Support: support.md
extra_css:
- css/extra.css
markdown_extensions:
- admonition
theme: readthedocs