You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howto/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ These guides walk through common DP³ application-development tasks step by step
5
5
## Available guides
6
6
7
7
-[Get started with local DP³ app development](get-started.md) - Set up a local application environment for testing configuration, inputs, and modules before deploying them.
8
-
-[How to deploy a DP³ application](deploy-app.md) - Install the backing services, generate the process-manager setup, and operate a live deployment.
9
-
-[How to set up for DP³ platform development](develop-dp3.md) - Prepare the repository for working on DP³ itself, including tests and docs.
10
8
-[How to add an attribute](add-attribute.md) - Define a new attribute in `db_entities`, roll the configuration out, send test data, and verify that DP³ accepts it.
11
9
-[How to add an input module](add-input.md) - Connect an external producer to the DP³ API and verify that the incoming data is accepted.
12
10
-[How to add a secondary module](add-module.md) - Add worker-side logic that reacts to incoming or stored data and emits derived results.
11
+
-[How to deploy a DP³ application](deploy-app.md) - Install the backing services, generate the process-manager setup, and operate a live deployment.
12
+
-[How to set up for DP³ platform development](develop-dp3.md) - Prepare the repository for working on DP³ itself, including tests and docs.
13
+
-[How to extend the documentation](extending.md) - Build the docs locally, preview changes, and work with the documentation toolchain.
0 commit comments