docs(automagic): added initial autmagic docs

!34
This commit is contained in:
2023-05-29 11:28:44 +09:30
parent e79b554550
commit 95bc6a5b03
3 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,27 @@
---
title: Automatic Gitlab CI/CD jobs Template
description: How to use No Fuss Computings gitlab-ci template for auto creation of CI/CD joobs.
date: 2023-05-22
template: project.html
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
---
This template is designed to autodetect which jobs should be created. By including it within your project, the jobs will be automagically created for the pipeline.
## Docs ToDo
- .
!!! Note
Docs Still under development
## gitlab-ci.yml definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "template/automagic.gitlab-ci.yaml"
```

View File

@ -21,10 +21,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"
--8<-- "template/mkdocs-documentation.gitlab-ci.yaml"
```