Skip to content

Commit f335e3c

Browse files
committed
Fix to mkdocs.yml as syntax error prevented build
Signed-off-by: Scott McCarthy <scott.mccarthy@opencastsoftware.com>
1 parent 5f816d0 commit f335e3c

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

mkdocs.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
### --- SITE BASE CONFIG --- ###
22

33
# Default values, taken from mkdocs_theme.yml
4-
site_name: Devops Docs
5-
site_url: https://niodus.github.io/devops-docs/
6-
language: en
4+
site_name: Devops Docs
5+
site_url: https://niodus.github.io/devops-docs/
6+
site_author: Scott McCarthy
7+
repo_url: https://github.com/example/repository/
8+
language: en
79
font:
8-
text: Roboto
9-
code: Roboto Mono
10-
favicon: assets/favicon.png
10+
text: Roboto
11+
code: Roboto Mono
12+
favicon: img/favicon.png
1113
icon:
12-
logo: logo
14+
logo: logo
1315
theme:
14-
name: material
16+
name: material
1517
# custom_dir: overrides # Not currently used
1618

1719
features:
@@ -55,6 +57,7 @@ markdown_extensions:
5557
markdown_extensions:
5658
- tables
5759

60+
5861
### --- START OF NAVIGATION SECTION -- ###
5962

6063
nav:
@@ -82,8 +85,7 @@ nav:
8285
- Team Agreements: devops-practices/continuous-planning/agile-development/team-agreements.md
8386

8487
- Tools:
85-
- Tools Overview: devops-tools/tools-overview.md
86-
-
88+
- Tools Overview: devops-tools/tools-overview.md
8789

8890
- Learning:
8991
- devops-learning/learning-overview.md

0 commit comments

Comments
 (0)