-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
16 lines (15 loc) · 614 Bytes
/
mkdocs.yml
File metadata and controls
16 lines (15 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
site_name: AutoDocumentsExample - Write The FAQ ‘n Manual
repo_url: https://github.com/markekraus/AutoDocumentsExample
site_author: Mark Kraus
edit_uri: edit/master/docs/
theme: readthedocs
copyright: "AutoDocumentsExample is licensed under the <a href='https://github.com/markekraus/AutoDocumentsExample/raw/master/LICENSE'>MIT license"
pages:
- Home: index.md
- Realse Notes: RELEASE.md
- Change Log: ChangeLog.md
- Functions:
- Add-Widget: functions/Add-Widget.md
- Get-Widget: functions/Get-Widget.md
- Remove-Widget: functions/Remove-Widget.md
- Set-Widget: functions/Set-Widget.md