42 lines
732 B
YAML
42 lines
732 B
YAML
INHERIT: website-template/mkdocs.yml
|
|
|
|
repo_name: Website
|
|
repo_url: https://gitlab.com/nofusscomputing/infrastructure/website
|
|
edit_uri: '/-/ide/project/nofusscomputing/projects/docker-mail/edit/development/-/pages/'
|
|
|
|
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
|
|
|
|
- Docker Mail: projects/docker-mail/index.md
|
|
|
|
- Gitlab CI: projects/gitlab-ci/index.md
|
|
|
|
- Python Gitlab Management: projects/python-gitlab-management/README.md
|
|
|
|
- Operations:
|
|
|
|
- operations/index.md
|
|
|
|
- Contact Us: contact.md
|
|
|