forked from codespaces-io/codespaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·24 lines (24 loc) · 807 Bytes
/
mkdocs.yml
File metadata and controls
executable file
·24 lines (24 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: Codespaces Guide
nav:
- Home: "index.md"
- Setting up Ansible Codespace: "ansible.md"
- Setting up Puppet Codespace: "puppet.md"
docs_dir: chapters
theme: readthedocs
plugins:
- search
site_url: http://codespaces.schoolofdevops.com/
site_author: Gourav Shah
site_description: Codespaces by School of Devops
google_analytics: ['', 'codespaces.schoolofdevops.com']
repo_url: https://github.com/codespaces-io/codespaces
edit_uri: edit/chapters/manuscript
copyright: Copyright @ 2017-2020 Gourav Shah, School of Devops. Some rights reserved. License CC BY-NC-SA
extra:
social:
- type: 'github'
link: 'https://github.com/schoolofdevops'
- type: 'twitter'
link: 'https://twitter.com/gouravhah'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/gouravshah'