emacs-prelude/mkdocs.yml

35 lines
1,013 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
2024-02-15 15:46:10 +02:00
copyright: "Copyright (C) 2011-2024 Bozhidar Batsov and Prelude contributors"
docs_dir: docs
nav:
2019-01-16 14:31:52 +02:00
- 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
- F#: modules/fsharp.md
- Go: modules/go.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