refactor: rename website to documentation

!34
This commit is contained in:
2023-05-29 11:28:17 +09:30
parent d7be011370
commit e79b554550

View File

@ -1,6 +1,6 @@
---
title: Website Gitlab CI/CD Template
description: How to use No Fuss Computings gitlab-ci template for website jobs
title: nfc project documentation Gitlab CI/CD Template
description: How to use No Fuss Computings gitlab-ci template for building project docs for nofusscomputing.com
date: 2023-05-22
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
@ -20,3 +20,11 @@ This template creates the jobs applicable to publishing pages to a website. The
!!! Note
Docs Still under development
## gitlab-ci.yml definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "templates/mkdocs-documentation.gitlab-ci.yaml"
```