docs: add skeleton

!1
This commit is contained in:
2024-07-30 18:00:32 +09:30
parent e80bc8524b
commit 15b31fd3f7
10 changed files with 62 additions and 0 deletions

0
docs/articles/index.md Normal file
View File

0
docs/contact.md Normal file
View File

0
docs/index.md Normal file
View File

0
docs/operations/index.md Normal file
View File

View File

@ -0,0 +1,24 @@
---
title: Centurion
description: No Fuss Computings Companion Ansible Collection Centurion for Centurion ERP.
date: 2024-07-30
template: project.html
about: https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes
---
<span style="text-align: center;">
![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic)
![Gitlab build status - stable](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fpipelines%3Fref%3Dmaster&logo=gitlab&style=plastic) ![Gitlab build status - development](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fpipelines%3Fref%3Ddevelopment&logo=gitlab&style=plastic)
[![Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgalaxy.ansible.com%2Fapi%2Fv3%2Fplugin%2Fansible%2Fcontent%2Fpublished%2Fcollections%2Findex%2Fnofusscomputing%2Fcenturion%2F&query=%24.download_count&style=plastic&logo=ansible&logoColor=white&label=Galaxy%20Downloads&labelColor=black&color=cyan)](https://galaxy.ansible.com/ui/repo/published/nofusscomputing/kubernetes/)
</span>
This Ansible Collection is intended to compliement Centurion ERP.

View File

0
docs/projects/index.md Normal file
View File

0
docs/tags.md Normal file
View File

38
mkdocs.yml Normal file
View File

@ -0,0 +1,38 @@
INHERIT: website-template/mkdocs.yml
docs_dir: 'docs'
repo_name: Centurion Ansible Collection
repo_url: https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion
edit_uri: '/-/ide/project/nofusscomputing/projects/ansible/collections/centurion/edit/development/-/docs/'
nav:
- Home: index.md
- Articles:
- articles/index.md
- Projects:
- projects/index.md
- Ansible:
- projects/ansible/index.md
- Collections:
- projects/ansible/collection/index.md
- Centurion:
- projects/ansible/collection/centurion/index.md
- Operations:
- operations/index.md
- Contact Us: contact.md