Skip to content

Commit 27231f0

Browse files
Sagar VelankarSagar Velankar
authored andcommitted
documentation update
1 parent c8d1301 commit 27231f0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/pages/docs/cicd_pipeline_stages.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- app00 application of orgunit00 organizational unit of example-bank organisation
66
- Add precommit to example bank organization application components source code repositories.
77
- Add merge issues created for merge of a release branch tag to next release branch in the branching demo.
8-
- mkdocs. material for mkdocs. https://squidfunk.github.io/mkdocs-material/getting-started/
98
- opentelemetry
109
<br/><br/>
1110

@@ -405,6 +404,9 @@
405404
- Security is important so it is better to use confluence or wiki.js
406405
- Same .mdx files can be deployed to both confluence/wiki.js and nextra.
407406
- .mdx is advanced Markdown format with React component support.
407+
- multilingual support is required
408+
- authentication and authorization is required
409+
- Single documentation website for entire organization examplebank.github.io . One page per application component like orgunit01-app01-account, orgunit01-app01-currency. Local search for each application component. Global search can be configured using tools like Elasticsearch instead of relying on next js search.
408410
- CMDB
409411
- Call CMDB Webhook which will use the Infrastructure Resource Tags to update CMDB
410412
- Communication and Collaboration

docs/pages/docs/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
2+
23
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
4+
35
[![PyPI - Version](https://img.shields.io/pypi/v/devops-cicd-pipeline-code-generator)]()
6+
47
[![PyPI - Downloads](https://img.shields.io/pypi/dm/devops-cicd-pipeline-code-generator)](https://pypistats.org/packages/devops-cicd-pipeline-code-generator)
8+
59
[![PyPI - License](https://img.shields.io/pypi/l/devops-cicd-pipeline-code-generator)]()
10+
611
[![PyPI - Status](https://img.shields.io/pypi/status/devops-cicd-pipeline-code-generator)]()
12+
713
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/devops-cicd-pipeline-code-generator)]()
14+
815
[![GitHub Repo stars](https://img.shields.io/github/stars/devopscodegen/devops-cicd-pipeline-code-generator)
916
](https://star-history.com/#devopscodegen/devops-cicd-pipeline-code-generator)
17+
1018
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/devopscodegen/devops-cicd-pipeline-code-generator)](https://github.com/devopscodegen/devops-cicd-pipeline-code-generator/issues)
1119

1220
# devops-cicd-pipeline-code-generator

0 commit comments

Comments
 (0)