[mkdocs] docs: add namespace concept#844
Conversation
4b2e104 to
c33a002
Compare
segfaultxavi
left a comment
There was a problem hiding this comment.
Minor changes only.
|
|
||
| `nem`, `user`, `account`, `org`, `com`, `biz`, `net`, `edu`, `mil`, `gov`, `info`. | ||
|
|
||
| The `nem` namespace, in particular, is used by the system to host the native currency `nem:xem`. |
There was a problem hiding this comment.
There's a colon to separate namespaces here, but previously you said it was periods. Which one is it?
There was a problem hiding this comment.
NEM namespaces are not used to name mosaics (like in Symbol), but to organize them. Mosaics have their own name. In nem:xem, nem is the namespace name and xem is the mosaic name, separated by a colon.
Subnamespaces are separated by a dot. Example: company.tokens:gold, where company is the namespace, tokens the subnamespace and gold the mosaic name.
There was a problem hiding this comment.
Got it. I had not idea.
Then definitely you cannot use this example here without explaining what the colon means.
I understand you will probably explain it in the Mosaics page, but you need to provide at least a minimal explanation here and a link to where the colon is fully explained.
Something like:
| The `nem` namespace, in particular, is used by the system to host the native currency `nem:xem`. | |
| The `nem` namespace, in particular, is used by the system to host the native currency `nem:xem` | |
| (note that the colon separates the namespace from the [currency name](./mosaics.md#fully-qualified-name)). |
12f78fe to
765f950
Compare
|
|
||
| `nem`, `user`, `account`, `org`, `com`, `biz`, `net`, `edu`, `mil`, `gov`, `info`. | ||
|
|
||
| The `nem` namespace, in particular, is used by the system to host the native currency `nem:xem`. |
There was a problem hiding this comment.
Got it. I had not idea.
Then definitely you cannot use this example here without explaining what the colon means.
I understand you will probably explain it in the Mosaics page, but you need to provide at least a minimal explanation here and a link to where the colon is fully explained.
Something like:
| The `nem` namespace, in particular, is used by the system to host the native currency `nem:xem`. | |
| The `nem` namespace, in particular, is used by the system to host the native currency `nem:xem` | |
| (note that the colon separates the namespace from the [currency name](./mosaics.md#fully-qualified-name)). |
* [mkdocs] docs: add namespace concept * [mkdocs] docs: apply comments * [mkdocs] docs: apply comments
Adapts Namespace concept to NEM technology.
Differences with Symbol: