Changed theme to material. Added new Documentation Project: 'ServiceNow'
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 5s
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# Welcome to Lerndoku Template
|
||||
@@ -1,8 +1,6 @@
|
||||
site_name: Lehrlingsdoku
|
||||
site_url: https://pombas_n.pages.psi.ch
|
||||
|
||||
theme:
|
||||
name: material
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Getting Started: getting-started.md
|
||||
|
||||
1
docs/projects/servicenow/docs/index.md
Normal file
1
docs/projects/servicenow/docs/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Welcome to ServiceNow docs
|
||||
@@ -1,9 +1,6 @@
|
||||
site_name: Lehrlingsdoku
|
||||
site_url: https://pombas_n.pages.psi.ch
|
||||
|
||||
theme:
|
||||
name: windmill-dark
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Getting Started: getting-started.md
|
||||
12
mkdocs.yml
12
mkdocs.yml
@@ -2,11 +2,11 @@ site_name: Lehrlingsdoku
|
||||
site_url: https://pombas_n.pages.psi.ch
|
||||
|
||||
theme:
|
||||
name: windmill-dark
|
||||
name: material
|
||||
|
||||
|
||||
# plugins:
|
||||
# - projects:
|
||||
# projects: true
|
||||
# projects_dir: projects
|
||||
# projects_config_files: "**/mkdocs.yml"
|
||||
plugins:
|
||||
- projects:
|
||||
projects: true
|
||||
projects_dir: projects
|
||||
projects_config_files: "**/mkdocs.yml"
|
||||
Reference in New Issue
Block a user