Docs update, getting started (#219)

* Docs update, getting started

* Typos

* Cleanups, linking

* Update with additional packages
This commit is contained in:
Jaco Greeff
2019-10-16 12:35:34 +02:00
committed by GitHub
parent b1c1f108e7
commit c58835059d
12 changed files with 367 additions and 11 deletions
+15
View File
@@ -22,6 +22,21 @@ module.exports = {
],
search: false,
sidebar: [
{
title: 'Getting started',
path: '/start/',
collapsable: false,
sidebarDepth: 0,
children: [
['start/packages.md', 'Available packages'],
['start/keyring.md', 'Keyring'],
['start/keyring.accounts.md', 'Keyring accounts'],
['start/keyring.derivation.md', 'Account derivation'],
['start/keyring.retrieve.md', 'Account retrieval'],
['start/keyring.other.md', 'Other addresses'],
['start/FAQ.md', 'FAQ']
]
},
['/react-identicon/', '@polkadot/react-identicon'],
['/react-qr/', '@polkadot/react-qr'],
['/reactnative-identicon/', '@polkadot/reactnative-identicon'],