-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (31 loc) · 1.46 KB
/
mkdocs.yml
File metadata and controls
32 lines (31 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
use_directory_urls: false
site_author: Zachary Loeber
copyright: ModuleBuild is licensed under <a href='https://github.com/ModuleBuild/ModuleBuild/blob/master/License.md'>this</a> license
theme: readthedocs
site_name: ModuleBuild Docs
pages:
- Acknowledgements: Acknowledgements.md
- ChangeLog: ChangeLog.md
- Contributing: Contributing.md
- index: index.md
- ToDo: ToDo.md
- Functions:
- Add-MBPublicFunction: Functions/Add-MBPublicFunction.md
- Import-MBModulePrivateFunction: Functions/Import-MBModulePrivateFunction.md
- Import-MBModulePublicFunction: Functions/Import-MBModulePublicFunction.md
- Initialize-MBModuleBuild: Functions/Initialize-MBModuleBuild.md
- Introduction: Introduction/Introduction.md
- Usage:
- 1 - Initialization: Usage/1 - Initialization.md
- 2 - Make Your Module: Usage/2 - Make Your Module.md
- 3 - Build A Release: Usage/3 - Build A Release.md
- 4 - Test A Release: Usage/4 - Test A Release.md
- 5 - Publish A Release: Usage/5 - Publish A Release.md
- 6 - Your Next Release: Usage/6 - Your Next Release.md
- 7 - Project Documentation: Usage/7 - Project Documentation.md
- 8 - Special Files: Usage/8 - Special Files.md
- 9 - ModuleBuild Configuration: Usage/9 - ModuleBuild Configuration.md
- 10 - Converting To ModuleBuild: Usage/10 - Converting To ModuleBuild.md
- 11 - Module Plugins: Usage/11 - Module Plugins.md
- 12 - Writing Pester tests: Usage/12 - Writing Pester tests.md
repo_url: https://github.com/ModuleBuild/ModuleBuild