forked from skoczen/will
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 794 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Will's Docs
site_url: http://skoczen.github.io/will
site_description: "Will is a simple, beautiful-to-code python hipchat bot"
pages:
- Get Started: index.md
- Teach Your Will:
- The Basics: plugins/basics.md
- What Will Can Notice: plugins/notice.md
- How Will Can Respond: plugins/reply.md
- Creating and Organizing Plugins: plugins/create.md
- Plugin Builtins: plugins/builtins.md
- Bundled Plugins: plugins/bundled.md
- Configure: config.md
- Deploy: deploy.md
- Improve: improve.md
- Roadmap: roadmap.md
# theme: will
site_name: Will
theme_dir: "docs/themes/will/"
repo_url: https://github.com/skoczen/will/
copyright: Copyright © 2014, GreenKahuna, Steven Skoczen and the individual contributors.
# google_analytics: ['UA-1234567-8', 'skoczen.github.io/will']