File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ FIWARE IoT Agents] ( https://nexus.lab.fiware.org/static/badges/chapters/iot-agents.svg )] ( https://www.fiware.org/developers/catalogue/ )
4
4
[ ![ License: APGL] ( https://img.shields.io/github/license/telefonicaid/iotagent-node-lib.svg )] ( https://opensource.org/licenses/AGPL-3.0 )
5
- [ ![ Support badge] ( https://nexus.lab.fiware.org/repository/raw/public/badges/stackoverflow/ iot-agents .svg )] ( https://stackoverflow.com/questions/tagged/fiware+iot )
5
+ [ ![ Support badge] ( https://img.shields.io/badge/tag-fiware+ iot-orange .svg?logo=stackoverflow )] ( https://stackoverflow.com/questions/tagged/fiware+iot )
6
6
<br />
7
7
[ ![ Documentation badge] ( https://img.shields.io/readthedocs/iotagent-node-lib.svg )] ( http://iotagent-node-lib.readthedocs.org/en/latest/?badge=latest )
8
- [ ![ CI] ( https://github.com/telefonicaid/iotagent-json /workflows/CI/badge.svg )] ( https://github.com/telefonicaid/iotagent-json /actions?query=workflow%3ACI )
8
+ [ ![ CI] ( https://github.com/telefonicaid/iotagent-node-lib /workflows/CI/badge.svg )] ( https://github.com/telefonicaid/iotagent-node-lib /actions?query=workflow%3ACI )
9
9
[ ![ Coverage Status] ( https://coveralls.io/repos/github/telefonicaid/iotagent-node-lib/badge.svg?branch=master )] ( https://coveralls.io/github/telefonicaid/iotagent-node-lib?branch=master )
10
10
![ Status] ( https://nexus.lab.fiware.org/static/badges/statuses/iot-node-lib.svg )
11
11
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The IoT Agents provide two means to define those service groups:
30
30
31
31
- Static ** Type Configuration** : configuring the ` ngsi.types ` attribute within the ` config.js ` file.
32
32
- Dynamic ** Configuration API** : making use of the API URLs in the configuration URI, ` /iot/services ` . Please, note
33
- that the configuration API manage servers under an URL that requires the ` server.name ` parameter to be set (the name
33
+ that the configuration API manage servers under a URL that requires the ` server.name ` parameter to be set (the name
34
34
of the IoT Agent we are using). If no name is configured ` default ` is taken as the default one.
35
35
36
36
Both approaches provide the same configuration information for the types and end up in the same configuration
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ npm run clean
88
88
89
89
### Documentation Markdown validation
90
90
91
- Checks the markdown documentation for consistency
91
+ Checks the Markdown documentation for consistency
92
92
93
93
``` bash
94
94
# Use git-bash on Windows
@@ -97,7 +97,7 @@ npm run lint:md
97
97
98
98
### Documentation Spell-checking
99
99
100
- Uses the provided ` .textlintrc ` flag file. To check the markdown documentation for spelling and grammar errors, dead
100
+ Uses the provided ` .textlintrc ` flag file. To check the Markdown documentation for spelling and grammar errors, dead
101
101
links & etc.
102
102
103
103
``` bash
Original file line number Diff line number Diff line change 77
77
"should" : " 13.2.3" ,
78
78
"sinon" : " ~9.0.2" ,
79
79
"textlint" : " ~11.7.6" ,
80
+ "textlint-filter-rule-comments" : " ~1.2.2" ,
80
81
"textlint-rule-common-misspellings" : " ~1.0.1" ,
81
82
"textlint-rule-no-dead-link" : " ~4.7.0" ,
82
83
"textlint-rule-terminology" : " ~2.1.4" ,
You can’t perform that action at this time.
0 commit comments