docs: use project template

!25
This commit is contained in:
2023-05-21 17:10:57 +09:30
parent 3a2a135d0a
commit 55061ad5ef
9 changed files with 22 additions and 9 deletions

View File

@ -2,7 +2,7 @@
title: Ansible
description: How to use No Fuss Computings gitlab-ci job for ansible
date: 2021-08-03
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -2,7 +2,7 @@
title: Conventional Commits
description: How to use No Fuss Computings gitlab-ci job for Conventional Commits
date: 2021-08-03
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -2,7 +2,7 @@
title: Docker Container CI Template
description: How to use No Fuss Computings gitlab-ci template for docker containers
date: 2023-05-13
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -2,7 +2,7 @@
title: Git push mirror
description: How to use No Fuss Computings gitlab-ci job for repository mirrororing
date: 2021-08-03
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -2,7 +2,7 @@
title: Gitlab Release / Commit Footer References
description: How to use No Fuss Computings gitlab-ci job for Gitlab Releases and commit footer messages
date: 2021-08-03
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -1 +1,7 @@
# Gitlab-CI Project
---
title: No Fuss Computings Gitlab-CI Project
description: How to use No Fuss Computings gitlab-ci project within your CI/CD pipelines
date: 2021-08-11
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -1,4 +1,11 @@
# MKDocs Static Site Build
---
title: MKDocs Static Site Build
description: How to use No Fuss Computings gitlab-ci job for MKDocs Static Site Build
date: 2021-08-11
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---
Build a MKDocs site from the config specified in `mkdocs.yml`. _Only runs if `mkdocs.yml` exists in the repository root directory._ This job is designated to run on all branchs so that you can use the artifacts for deployment to `staging` and/or `production` as required.

View File

@ -2,7 +2,7 @@
title: Python
description: How to use No Fuss Computings gitlab-ci job for Python
date: 2021-08-11
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---

View File

@ -2,7 +2,7 @@
title: YAML Linting
description: How to use No Fuss Computings gitlab-ci job for YAML Linting
date: 2021-08-11
template: manual.html
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---