-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (38 loc) · 1.27 KB
/
mkdocs.yml
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
32
33
34
35
36
37
38
39
# https://www.mkdocs.org/user-guide/configuration/
# https://www.mkdocs.org/user-guide/writing-your-docs/
# https://www.mkdocs.org/user-guide/writing-your-docs/#writing-with-markdown
# https://mkdocs.readthedocs.io/en/0.15.2/user-guide/writing-your-docs/
# https://mkdocs.readthedocs.io/en/0.15.2/user-guide/styling-your-docs/
# https://example-mkdocs-basic.readthedocs.io/en/latest/
# https://github.com/mkdocs/mkdocs/blob/master/mkdocs.yml
# mkdocs.yml
site_name: ObservabilityWithPowerShell
# site_url:
# repo_url:
# repo_name:
# edit_uri: edit/main/docs/
# edit_uri_template:
site_description: Provides key foundation for using PowerShell for generating, collecting, and aggregating metrics, events, logs, and telemetry for observability purposes. # meta tag to the generated HTML header
site_author: Michael Soule # meta tag to the generated HTML header
# copyright:
# remote_branch:
# remote_name:
# docs_dir: docs
# site_dir:
# extra_css:
# extra_javascript:
# extra_templates:
# extra:
theme: readthedocs
# theme:
# name: readthedocs
# locale: en
# custom_dir: my_theme_customizations/
# static_templates:
# - sitemap.html
# include_sidebar: true
nav:
- Home: index.md
- Change Log: CHANGELOG.md
# - Functions:
# - Function1: functions/function1.md