aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 1175f3b413ec93bc9a16f93b881beab680a919bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: "Projectile: The Project Interaction Library for Emacs"
repo_url: https://github.com/bbatsov/projectile
site_favicon: favicon.ico
copyright: "Copyright (C) 2011-2019 Bozhidar Batsov and Projectile contributors"
docs_dir: doc
pages:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Projects: projects.md
- Configuration: configuration.md
- Extensions: extensions.md
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- Support: support.md
extra_css:
  - css/extra.css
markdown_extensions:
  - admonition
theme: readthedocs