Skip to content

Commit

Permalink
fix: update excel
Browse files Browse the repository at this point in the history
  • Loading branch information
vinzlange committed Sep 27, 2023
1 parent b0ae315 commit 1f16b37
Show file tree
Hide file tree
Showing 21 changed files with 232 additions and 209 deletions.
4 changes: 2 additions & 2 deletions _docs_explore/61-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Find a description of the available Modules in the following sections.
**Note:** This Module is responsible for important logic in the enmeshed ecosystem and is therefore enabled by default in every official enmeshed Application.
{: .notice--warning}

This Module makes heavy use of Requests, LocalRequests and Response. Head over to the description of our [data model]({% link _docs_integrate/introducing-the-enmeshed-data-model.md %}), where you can find a detailed description of them.
This Module makes heavy use of Requests, LocalRequests and Response. Head over to the description of our [data model]({% link _docs_integrate/data-model-overview.md %}), where you can find a detailed description of them.

The Module is responsible for:

Expand Down Expand Up @@ -113,6 +113,6 @@ The Message Module is responsible for processing `transport.MessageReceived` eve

In every case the MessageModule will publish a `consumption.relationshipEvent.<relationshipID-between-the-sender-and-you>` for e.g. reloading the Relationship including its newest Messages in an UI.

When the Message is a [Mail]({% link _docs_integrate/introducing-the-enmeshed-data-model.md %}#Mail) a `consumption.mailReceived` event will be published. This is useful if you only want to refresh your UI that is rendering structured Mails.
When the Message is a [Mail]({% link _docs_integrate/data-model-overview.md %}#Mail) a `consumption.mailReceived` event will be published. This is useful if you only want to refresh your UI that is rendering structured Mails.

If you are interested in these events you need to enable this module, because it is not enabled by default.
2 changes: 1 addition & 1 deletion _docs_integrate/attribute-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc: true
properties:
- id: SC092
- category: Data Model
- description: https//enmeshed.eu/integrate/attribute-values
- description: https//enmeshed.eu/integrate/data-model-attribute-values
- customer:
- component: integrate
- level:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/introducing-the-enmeshed-data-model
permalink: integrate/data-model-overview
redirect_from: /integrate/data-model-overview
published: true
title: "Introducing the enmeshed Data Model"
title: "Data Model Overview"
type: scenario
toc: true
properties:
Expand All @@ -16,9 +16,9 @@ properties:
- implementation status:
- documentation status:
- published: true
- link: integrate/introducing-the-enmeshed-data-model
- link: integrate/data-model-overview
require:
required_by:
---

{% include scenarios/integrate/introducing-the-enmeshed-data-model.md %}
{% include scenarios/integrate/data-model-overview.md %}
2 changes: 1 addition & 1 deletion _docs_integrate/event-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ properties:
- level:
- implementation status:
- documentation status:
- published: true
- published:
- link: integrate/event-introduction
require:
required_by:
Expand Down
2 changes: 1 addition & 1 deletion _docs_integrate/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ properties:
- level:
- implementation status:
- documentation status:
- published: true
- published:
- link: integrate/faq
require:
required_by:
Expand Down
23 changes: 23 additions & 0 deletions _docs_integrate/overview-of-attribute-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/overview-of-attribute-values
published: false
title: "Overview of Attribute Values"
type: scenario
toc: true
properties:
- id: SC048
- category: Manage attributes of yourself
- description:
- customer: All
- component: integrate
- level: Beginner
- implementation status: DOCS ONLY
- documentation status: OPEN
- published:
- link: integrate/overview-of-attribute-values
require:
required_by:
---

{% include scenarios/integrate/overview-of-attribute-values.md %}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: integrate/request-items
permalink: integrate/overview-of-request-items
published: false
title: "Request items"
title: "Overview of request items"
type: scenario
toc: true
properties:
Expand All @@ -15,9 +15,9 @@ properties:
- implementation status: DOCS ONLY
- documentation status: OPEN
- published:
- link: integrate/request-items
- link: integrate/overview-of-request-items
require:
required_by:
---

{% include scenarios/integrate/request-items.md %}
{% include scenarios/integrate/overview-of-request-items.md %}
2 changes: 1 addition & 1 deletion _docs_integrate/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ properties:
- level:
- implementation status:
- documentation status:
- published: true
- published:
- link: integrate/support
require:
required_by:
Expand Down
2 changes: 1 addition & 1 deletion _docs_operate/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: scenario
toc: true
properties:
- id: SC079
- category: 1Connector Set-up
- category: 1Connector Setup
- description: https//enmeshed.eu/integrate/connector-configuration
- customer:
- component: operate
Expand Down
2 changes: 1 addition & 1 deletion _docs_operate/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ properties:
- level:
- implementation status:
- documentation status:
- published: true
- published:
- link: operate/faq
require:
required_by:
Expand Down
2 changes: 1 addition & 1 deletion _docs_operate/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: scenario
toc: true
properties:
- id: SC080
- category: 1Connector Set-up
- category: 1Connector Setup
- description: https//enmeshed.eu/integrate/connector-modules
- customer:
- component: operate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: operate/set-up-connector-for-productive-use
permalink: operate/setup-connector-for-productive-use
published: false
title: "Set-up Connector for productive use"
title: "Setup Connector for productive use"
type: scenario
toc: true
properties:
Expand All @@ -15,9 +15,9 @@ properties:
- implementation status: DONE
- documentation status: OPEN
- published:
- link: operate/set-up-connector-for-productive-use
- link: operate/setup-connector-for-productive-use
require:
required_by:
---

{% include scenarios/operate/set-up-connector-for-productive-use.md %}
{% include scenarios/operate/setup-connector-for-productive-use.md %}
2 changes: 1 addition & 1 deletion _docs_operate/setup-with-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
permalink: operate/setup-with-docker-compose
redirect_from: /integrate/connector-installation
published: true
title: "Setup with Docker compose"
title: "Setup with Docker Compose"
type: scenario
toc: true
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# !!! Warning: Do not edit this file; any changes must be replicated in Excel !!!
permalink: use/remove-an-onboarded-device-from-the-identity
permalink: use/remove-an-onboarded-device
published: false
title: "Remove an onboarded Device from the Identity"
title: "Remove an onboarded Device"
type: scenario
toc: true
properties:
Expand All @@ -15,9 +15,9 @@ properties:
- implementation status: IDEA
- documentation status: OPEN
- published:
- link: use/remove-an-onboarded-device-from-the-identity
- link: use/remove-an-onboarded-device
require:
required_by:
---

{% include scenarios/use/remove-an-onboarded-device-from-the-identity.md %}
{% include scenarios/use/remove-an-onboarded-device.md %}
Loading

0 comments on commit 1f16b37

Please sign in to comment.