From 05cf5b28355f1d3e3368658113fc4f7cb6e98473 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 2 Mar 2025 02:14:27 +0930 Subject: [PATCH] docs(user): Add devops module ref: #662 closes #656 --- docs/projects/centurion_erp/user/devops/index.md | 9 +++++++++ mkdocs.yml | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 docs/projects/centurion_erp/user/devops/index.md diff --git a/docs/projects/centurion_erp/user/devops/index.md b/docs/projects/centurion_erp/user/devops/index.md new file mode 100644 index 00000000..3cc09175 --- /dev/null +++ b/docs/projects/centurion_erp/user/devops/index.md @@ -0,0 +1,9 @@ +--- +title: Developer Operations +description: Developer Operations (DevOps) Module Documentation for Centurion ERP by No Fuss Computing +date: 2025-03-02 +template: project.html +about: https://github.com/nofusscomputing/centurion_erp +--- + +Developer Operations or DevOps for short, is a module that contains items related to a software developers workflow / area of responsibility. diff --git a/mkdocs.yml b/mkdocs.yml index 3e569ad4..818166cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -187,6 +187,9 @@ nav: - projects/centurion_erp/user/core/ticket_comment_category.md + - DevOps: + + - projects/centurion_erp/user/devops/index.md - ITAM: - projects/centurion_erp/user/itam/index.md