Files
gitlab-ci/mkdocs.yml
Jon 480502a763 feat(pages): don't include projects in nav
this is done so that only the current project is shown in the
navigation bar

!25
2023-05-22 14:16:45 +09:30

57 lines
935 B
YAML

INHERIT: website-template/mkdocs.yml
repo_name: Gitlab-CI
repo_url: https://gitlab.com/nofusscomputing/projects/gitlab-ci
edit_uri: ''
nav:
- Home: index.md
- Articles:
- articles/index.md
- Content Tags: tags.md
- Projects:
- projects/index.md
#- Ansible Roles: projects/ansible-roles/index.md
- Gitlab CI:
- projects/gitlab-ci/index.md
- projects/gitlab-ci/ansible_roles.md
- projects/gitlab-ci/conventional_commits.md
- projects/gitlab-ci/docker_container.md
- projects/gitlab-ci/git_mirror.md
- projects/gitlab-ci/gitlab_release.md
- projects/gitlab-ci/python.md
- projects/gitlab-ci/yaml_lint.md
- projects/gitlab-ci/mkdocs-build.md
- projects/gitlab-ci/markdown_lint.md
- Templates:
- projects/gitlab-ci/templates/index.md
- projects/gitlab-ci/templates/website.md
- Operations:
- operations/index.md
- Contact Us: contact.md