File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
2020
2121- このチュートリアルは[ 日本語] ( README.ja.md ) でもご覧いただけます。
2222
23- :warning : ** Note:** This tutorial is designed for ** NGSI-v2** developers looking to switch or upgrade systems to
24- ** NGSI-LD** , if you are building a linked data system from scratch or you are not already familiar with ** NGSI-v2** then
25- it is recommmended that you look directly at the
23+ > [ !NOTE]
24+ > This tutorial is designed for ** NGSI-v2** developers looking to switch or upgrade systems to
25+ > ** NGSI-LD** , if you are building a linked data system from scratch or you are not already familiar with ** NGSI-v2** then
26+ > it is recommmended that you look directly at the
2627[ NGSI-LD developers tutorial] ( https://ngsi-ld-tutorials.readthedocs.io/ ) documentation.
2728
2829## Contents
@@ -181,7 +182,8 @@ git checkout NGSI-v2
181182./services orion
182183```
183184
184- > ** Note:** If you want to clean up and start over again you can do so with the following command:
185+ > [ !NOTE]
186+ > If you want to clean up and start over again you can do so with the following command:
185187>
186188> ```
187189> ./services stop
@@ -516,7 +518,8 @@ curl -iX POST 'http://localhost:1026/ngsi-ld/v1/csourceRegistrations/' \
516518}'
517519```
518520
519- > ** Note** that ` propertyNames ` and ` relationshipNames ` have replaced the older ` properties ` attribute that was is
521+ > [ !NOTE]
522+ > Note that ` propertyNames ` and ` relationshipNames ` have replaced the older ` properties ` attribute that was is
520523> defined in the 1.1.1 NGSI-LD core context. It was replaced in order to offer full GeoJSON-LD support. Your context
521524> broker may or may not support the updated core context
522525
You can’t perform that action at this time.
0 commit comments