Skip to content

Commit e219783

Browse files
committed
Added generated docs to the mkdoc
1 parent f06826a commit e219783

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.codeboarding/analysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.",
2+
"description": "",
33
"components": [
44
{
55
"name": "Core Orchestration Engine",

.codeboarding/on_boarding.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ graph LR
2727

2828
[![CodeBoarding](https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square)](https://github.com/CodeBoarding/GeneratedOnBoardings)[![Demo](https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square)](https://www.codeboarding.org/demo)[![Contact](https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square)](mailto:contact@codeboarding.org)
2929

30-
## Details
31-
32-
One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.
3330

3431
### Core Orchestration Engine [[Expand]](./Core_Orchestration_Engine.md)
3532
Parses declarative TOML pipeline definitions, orchestrating the execution flow of individual Pipe Operators.

docs/pages/advanced-customization/on_boarding.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ graph LR
2727

2828
[![CodeBoarding](https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square)](https://github.com/CodeBoarding/GeneratedOnBoardings)[![Demo](https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square)](https://www.codeboarding.org/demo)[![Contact](https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square)](mailto:contact@codeboarding.org)
2929

30-
## Details
31-
32-
One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.
33-
3430
### Core Orchestration Engine [[Expand]](./Core_Orchestration_Engine.md)
3531
Parses declarative TOML pipeline definitions, orchestrating the execution flow of individual Pipe Operators.
3632

mkdocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ nav:
148148
- Logging: pages/tools/logging.md
149149
- Advanced Customizations:
150150
- Overview: pages/advanced-customization/index.md
151+
- Architecture Overview: pages/advanced-customization/on_boarding.md
152+
- Client & API Layer: pages/advanced-customization/Client_API_Layer.md
153+
- Core Orchestration Engine: pages/advanced-customization/Core_Orchestration_Engine.md
154+
- AI Integration Layer: pages/advanced-customization/AI_Integration_Layer.md
155+
- Pipe Operators: pages/advanced-customization/Pipe_Operators.md
156+
- Data & Working Memory: pages/advanced-customization/Data_Working_Memory.md
157+
- Configuration & Extensibility: pages/advanced-customization/Configuration_Extensibility_Management.md
158+
- Observability & Reporting: pages/advanced-customization/Observability_Reporting.md
151159
- Secrets Provider: pages/advanced-customization/secrets-provider-injection.md
152160
- Reporting Delegate: pages/advanced-customization/reporting-delegate-injection.md
153161
- Pipeline Tracker: pages/advanced-customization/pipeline-tracker-injection.md

0 commit comments

Comments
 (0)