From cbc75afd4d30cef6b20f96a5bde2996f27050776 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Mon, 6 Sep 2021 18:40:41 +0300 Subject: [PATCH] docs: refactor documentation CLI: * Typos are fixed * Documentation on NEP-11 tokens is added * NeoGo node configuration is moved to a separate file Compiler: * Typos and indentations are fixed * Ops dump example is updated Consensus: * Typos are fixed * Links are fixed Notifications: * Minor adjustments RPC: * `getversion` response is updated * `getunclamedgas` comment is removed (not valid since https://github.com/neo-project/neo-modules/pull/243) VM: * Update help message * `load*` command adjustments * `astack` command removal --- cli/wallet/nep11.go | 2 +- docs/cli.md | 305 +++++++++++-------------------------- docs/compiler.md | 162 ++++++++++++-------- docs/consensus.md | 9 +- docs/conventions.md | 18 ++- docs/node-configuration.md | 219 ++++++++++++++++++++++++++ docs/notifications.md | 18 ++- docs/rpc.md | 18 +-- docs/vm.md | 51 +++---- pkg/vm/cli/cli.go | 6 - 10 files changed, 465 insertions(+), 343 deletions(-) create mode 100644 docs/node-configuration.md diff --git a/cli/wallet/nep11.go b/cli/wallet/nep11.go index bb2e0ed5a..9f3d64234 100644 --- a/cli/wallet/nep11.go +++ b/cli/wallet/nep11.go @@ -114,7 +114,7 @@ func newNEP11Commands() []cli.Command { }, { Name: "tokensOf", - Usage: "print list of tokens IDs for the specified divisible NFT owner", + Usage: "print list of tokens IDs for the specified NFT owner", UsageText: "tokensOf --rpc-endpoint --timeout