-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc Rework] Devel files #1371
[Doc Rework] Devel files #1371
Changes from 9 commits
4459044
5415d19
8040101
61b267e
37ab4b7
c80b75d
1431fc5
e46c18c
aef1589
8fe383d
9390511
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actual content changes in the text or just formatting in this file? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably autolinter, just formating |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actual content changes in the text or just formatting in this file? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably autolinter, just formating |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,7 @@ Some transformation plugins also allow the use of the following optional fields: | |
be defined as expressions, using the [Expression Language definition](#expression-language-support). | ||
- **entity_type**: configures the type of an alternative entity. | ||
- **reverse**: add bidirectionality expressions to the attribute. See the **bidirectionality** transformation plugin | ||
in the [Data Mapping Plugins section](development.md#bidirectionality-plugin-bidirectional) for details. | ||
in the [Data Mapping Plugins section](.devel/development.md#bidirectionality-plugin-bidirectional) for details. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bidirectional plugin is deprecated. This There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done here: 8fe383d |
||
|
||
Additionally for commands (which are attributes of type `command`) the following fields are optional: | ||
|
||
|
@@ -439,10 +439,9 @@ depending on the JEXL expression evaluation: | |
### Configuring operation to persist the data in Context Broker (appendMode) | ||
|
||
This is a flag that can be enabled by activating the parameter `appendMode` in the configuration file or by using the | ||
`IOTA_APPEND_MODE` environment variable (more info | ||
[here](admin.md)). If this flag is activated, the | ||
update requests to the Context Broker will be performed always with APPEND type, instead of the default UPDATE. This | ||
have implications in the use of attributes with Context Providers, so this flag should be used with care. | ||
`IOTA_APPEND_MODE` environment variable (more info [here](admin.md)). If this flag is activated, the update requests to | ||
the Context Broker will be performed always with APPEND type, instead of the default UPDATE. This have implications in | ||
the use of attributes with Context Providers, so this flag should be used with care. | ||
|
||
### Differences between `autoprovision`, `explicitAttrs` and `appendMode` | ||
|
||
|
This file was deleted.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actual content changes in the text or just typo fixing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo + linter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comparing old and new links... this means that old advanced-topics.md is the new nortbound-api.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. advanced-topics.md is embeded into api.md, already present there. As this part of the doc is intended to address readers (both users and developers) to the most interesting files for them, I included api.md for end users, and development.md, architecture.md and northbound-api.md for developers users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NTC