Skip to content

Commit 2c717d8

Browse files
committed
Docs: align how-to index with nav order
1 parent 22b1c59 commit 2c717d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/howto/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ These guides walk through common DP³ application-development tasks step by step
55
## Available guides
66

77
- [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.
108
- [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.
119
- [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.
1210
- [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

Comments
 (0)