Skip to content

Commit 1bc914e

Browse files
szczysChrisGammell
authored andcommitted
rename: data-management to data-handling
* Remove id and slug from pages where it was not necessary Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 7deb245 commit 1bc914e

File tree

76 files changed

+25
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+25
-47
lines changed

docs/data-management/1-stored-data/1-lightdb-state/README.md renamed to docs/data-handling/1-stored-data/1-lightdb-state/README.md

Lines changed: 0 additions & 2 deletions

docs/data-management/1-stored-data/4-lightdb-stream/README.md renamed to docs/data-handling/1-stored-data/4-lightdb-stream/README.md

Lines changed: 0 additions & 2 deletions

docs/data-management/1-stored-data/README.md renamed to docs/data-handling/1-stored-data/README.md

Lines changed: 0 additions & 2 deletions

docs/data-management/2-output-streams/2-webhook/README.md renamed to docs/data-handling/2-output-streams/2-webhook/README.md

Lines changed: 2 additions & 4 deletions

docs/data-management/2-output-streams/3-azure-event-hub/README.md renamed to docs/data-handling/2-output-streams/3-azure-event-hub/README.md

Lines changed: 2 additions & 4 deletions

docs/data-management/2-output-streams/4-aws-sqs/README.md renamed to docs/data-handling/2-output-streams/4-aws-sqs/README.md

Lines changed: 2 additions & 4 deletions

docs/data-management/2-output-streams/5-gcp-pubsub/README.md renamed to docs/data-handling/2-output-streams/5-gcp-pubsub/README.md

Lines changed: 1 addition & 3 deletions

docs/data-management/2-output-streams/6-datacake/README.md renamed to docs/data-handling/2-output-streams/6-datacake/README.md

Lines changed: 1 addition & 3 deletions

docs/data-management/2-output-streams/7-ubidots/README.md renamed to docs/data-handling/2-output-streams/7-ubidots/README.md

Lines changed: 1 addition & 3 deletions

docs/data-management/2-output-streams/8-influx/README.md renamed to docs/data-handling/2-output-streams/8-influx/README.md

Lines changed: 0 additions & 2 deletions

docs/data-management/2-output-streams/9-event-types/README.md renamed to docs/data-handling/2-output-streams/9-event-types/README.md

Lines changed: 1 addition & 1 deletion

docs/data-management/README.md renamed to docs/data-handling/README.md

Lines changed: 2 additions & 2 deletions

docs/firmware/hardware/5-virtual-device/2-zephyr-quickstart/3-simulating-devices-coap.md

Lines changed: 1 addition & 1 deletion

docs/firmware/zephyr-device-sdk/light-db-stream/README.md

Lines changed: 1 addition & 1 deletion

docs/reference/2-protocols/1-coap/3-lightdb.md

Lines changed: 2 additions & 2 deletions

docs/reference/2-protocols/1-coap/4-lightdb-stream.md

Lines changed: 2 additions & 2 deletions

docs/reference/2-protocols/1-coap/7-limits.md

Lines changed: 1 addition & 1 deletion

docs/reference/4-websocket/3-Endpoints/1-lightdb.md

Lines changed: 1 addition & 1 deletion

docs/reference/4-websocket/3-Endpoints/2-lightdb-stream.md

Lines changed: 1 addition & 1 deletion

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ module.exports = {
4040
position: "left",
4141
},
4242
{
43-
to: "data-management",
44-
activeBasePath: "data-management",
45-
label: "Data Management",
43+
to: "data-handling",
44+
activeBasePath: "data-handling",
45+
label: "Data Handling",
4646
position: "left",
4747
},
4848
{

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const devicemanagement = [
4040
const datamanagement = [
4141
{
4242
type: 'autogenerated',
43-
dirName: 'data-management',
43+
dirName: 'data-handling',
4444
},
4545
]
4646

0 commit comments

Comments
 (0)