File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
/mull.yml
14
14
/requirements.txt
15
15
/docs /puppeteer_config.json
16
+ /docs /mermaid.conf
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ to the flow.
72
72
If we only use the `morning` component in our project, the `MorningRoutine` flow
73
73
graph would look like the following:
74
74
75
- mermaid::morning_flow1.mmd[format="svg"]
75
+ mermaid::morning_flow1.mmd[format="svg" config="mermaid.conf" ]
76
76
77
77
The power of `flow` services comes when more than one component adds actions to
78
78
the flow. Flows can be extended by inserting additional actions with new
@@ -102,7 +102,7 @@ struct childcare {
102
102
103
103
The new steps are inserted into the existing `flow`'s dependency graph:
104
104
105
- mermaid::morning_flow2.mmd[format="svg"]
105
+ mermaid::morning_flow2.mmd[format="svg" config="mermaid.conf" ]
106
106
107
107
Multiple independent components can add actions to the same `flow`. This is the
108
108
power of `flow` services, they can be extended by multiple independent
@@ -128,7 +128,7 @@ all without the `MorningRoutine` source code having known about the new
128
128
functionality. We can mix and match new components without modifying the
129
129
original source code.
130
130
131
- mermaid::morning_flow3.mmd[format="svg"]
131
+ mermaid::morning_flow3.mmd[format="svg" config="mermaid.conf" ]
132
132
133
133
The `cib` library will take care of initializing and building all services,
134
134
including `flow` services. For `flow`s, this means the dependency graph will be
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ _cib_ contains several parts that work together:
55
55
Various sub-libraries within CIB form a dependency graph. `cib` is an omnibus
56
56
library that contains all the functionality.
57
57
58
- mermaid::library_deps.mmd[format="svg"]
58
+ mermaid::library_deps.mmd[format="svg" config="mermaid.conf" ]
59
59
60
60
=== Getting Started
61
61
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ begin with. It is specialized as follows:
199
199
- Link-time optimization inlines the `catalog` function template
200
200
specializations, each of which is a one-line function that returns an ID.
201
201
202
- mermaid::log_build_process.mmd[format="svg"]
202
+ mermaid::log_build_process.mmd[format="svg" config="mermaid.conf" ]
203
203
204
204
NOTE: No logging exists in `main.cpp`: it's just a stub providing `main` that
205
205
calls into the application's library code.
You can’t perform that action at this time.
0 commit comments