diff --git a/docs/articles/index.md b/docs/articles/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/contact.md b/docs/contact.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/operations/index.md b/docs/operations/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/projects/ansible/collection/centurion/index.md b/docs/projects/ansible/collection/centurion/index.md new file mode 100644 index 0000000..8585678 --- /dev/null +++ b/docs/projects/ansible/collection/centurion/index.md @@ -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 +--- + + + +![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/) + + + + +This Ansible Collection is intended to compliement Centurion ERP. diff --git a/docs/projects/ansible/collection/index.md b/docs/projects/ansible/collection/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/projects/ansible/index.md b/docs/projects/ansible/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/projects/index.md b/docs/projects/index.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/tags.md b/docs/tags.md new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..cde1dc7 --- /dev/null +++ b/mkdocs.yml @@ -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 +