the website-template repo was added as a git submodule so that the site could be templated easier. !8 nofusscomputing/infrastructure/website-template!2
40 lines
618 B
YAML
40 lines
618 B
YAML
INHERIT: website-template/mkdocs.yml
|
|
|
|
repo_name: Website
|
|
repo_url: https://gitlab.com/nofusscomputing/infrastructure/website
|
|
edit_uri: ''
|
|
|
|
nav:
|
|
- Home: index.md
|
|
|
|
- Articles:
|
|
|
|
- articles/index.md
|
|
|
|
- 2015:
|
|
|
|
- articles/2015/choose_internet_service.md
|
|
|
|
- 2014:
|
|
|
|
- articles/2014/mdt_setup.md
|
|
|
|
- Content Tags: tags.md
|
|
|
|
- Projects:
|
|
|
|
- projects/index.md
|
|
|
|
- Ansible Roles: projects/ansible-roles/README.md
|
|
|
|
- Gitlab CI Templates: projects/gitlab-ci/README.md
|
|
|
|
- Python Gitlab Management: projects/python-gitlab-management/README.md
|
|
|
|
- Operations:
|
|
|
|
- operations/index.md
|
|
|
|
- Contact Us: contact.md
|
|
|