Juan Girini
a310df263d
Move developer-hub to polkadot-sdk-docs ( #2598 )
...
This PR is a continuation of
https://github.com/paritytech/polkadot-sdk/pull/2102 and part of an
initiative started here https://hackmd.io/@romanp/rJ318ZCEp
What has been done:
- The content under `docs/*` (with the exception of `docs/mermaid`) has
been moved to `docs/contributor/`
- Developer Hub has been renamed to Polkadot SDK Docs, and the crate has
been renamed from `developer-hub` to `polkadot-sdk-docs`
- The content under `developer-hub/*` has been moved to `docs/sdk`
---
Original PR https://github.com/paritytech/polkadot-sdk/pull/2565 , it has
been close due to too many rebase conflicts
---------
Co-authored-by: Serban Iorga <serban@parity.io >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
Co-authored-by: Egor_P <egor@parity.io >
Co-authored-by: Bastian Köcher <git@kchr.de >
2023-12-05 10:23:24 +01:00
Chevdor
a30092ab42
Markdown linter ( #1309 )
...
* Add markdown linting
- add linter default rules
- adapt rules to current code
- fix the code for linting to pass
- add CI check
fix #1243
* Fix markdown for Substrate
* Fix tooling install
* Fix workflow
* Add documentation
* Remove trailing spaces
* Update .github/.markdownlint.yaml
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fix mangled markdown/lists
* Fix captalization issues on known words
2023-09-04 12:02:32 +03:00
Joyce Siqueira
c80f76f187
update polkadot, substrate, cumulus readme ( #1182 )
...
* update readmes
* temporary ReadMe for the Polkadot SDK
* delete welcome readme
* update links on substrate readme
* update links on polkadot readme
* update links on cumulus readme
* update overseer feature comment
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* Update cumulus/README.md
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* Update cumulus/README.md
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* Update polkadot/README.md
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* Update polkadot/README.md
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* Update polkadot/README.md
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* update gitlab links
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
* terminal friendly convention
---------
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com >
2023-08-29 14:37:16 +03:00
Joyce Siqueira
4a4b1af119
update readme: archived repo ( #14813 )
...
* Update README.md
* Update README.md
2023-08-25 10:04:25 +02:00
Oliver Tale-Yazdi
9d84258123
Add discord invite to contributing doc ( #14674 )
...
* Rename file
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Convert to Markdown
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Add discord badge
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Fix links
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-07-29 13:34:50 +00:00
Luke Schoen
a6f849f5a8
Update Docker instructions ( #13437 )
2023-03-08 16:57:44 +03:00
Luke Schoen
59b4ae53a1
Fix typo ( #12900 )
2022-12-11 23:10:18 +01:00
omahs
882023f570
Fix: typo ( #12505 )
...
Fix: typo
2022-10-17 10:45:42 +00:00
Dan Shields
0c8ad7a6cc
Update README ( #12247 )
...
* Update README
- rm Matrix chat banner reads as `inaccessible` and the channel is read only (not chat)
- add SE banner
- update links & call to action to SE
* Update README.md
* Update README.md
* Update README.md
2022-09-13 00:01:05 +00:00
Sacha Lansky
df07421904
Fix docs urls ( #11966 )
...
* Fix docs urls
* Update bin/node-template/README.md
* Update frame/aura/src/lib.rs
* Run cargo +nightly fmt
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-08-03 13:34:33 +02:00
Dan Shields
8db7ec9cc9
Migrate to docs.substrate.io throughout ( #10007 )
...
* all reverences of substrate.dev replaced with *correct* docs.substrate.io links
* fix links in non-cargo files, errors in replace
* homepage https://substrate.io
* cargo +nightly fmt
* FMT
Co-authored-by: Bastian Köcher <info@kchr.de >
2021-10-13 12:56:56 -06:00
Alexander Samusev
19a656e156
Add quick simnet tests to .gitlab-ci.yml ( #9959 )
...
* remove spaces
* add simnet quick test
* debug simnet test
* add jobs for quick simnet tests
* fix typo
* test simnet-quick
* remove debug
* fix ci
* change tag for simnet tests
* Add new line to readme
2021-10-11 15:46:31 +02:00
Denis Pisarev
0472a43855
dockerfiles: upgrade to ubuntu:20.04 ( #9753 )
...
* dockerfiles: upgrade to ubuntu:20.04
* dockerfiles: fq container name
2021-09-13 14:33:34 +02:00
Dan Shields
c9ffce0f9c
Add a matrix chat badge to the README ( #9476 )
...
* Add a matrix chat badge to the README
This is a fun addition for connecting users to our dedicated Substrate chat & to visualize the number of members there.
```
[](https://matrix.to/#/#substrate-technical:matrix.org )
```
https://img.shields.io/matrix/substrate-technical:matrix.org can be viewed directly to see the count before merging the PR here.
* Update README.md
2021-08-02 21:52:34 +00:00
Denis Pisarev
3c50838dc3
CI: markdown link checker ( #7145 )
...
* change (CI): markdown link checker
* Fix some invalid doc links (re-run of cargo-unleash gen-readme w/ fixes).
* Fix some invalid doc links
* Fix some invalid doc links
* Fix some links
* Fix some links
* Apply @bkchr suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Fix more links
* Fix more links
* typo
* Fix more links
* Fix more links
* Ignore valid link .. check wrongly sees it as invalid
* Fix style issue
* Fix style issue
* change (CI): update style guide link
* change (lib): suggestions
Co-authored-by: Dan Forbes <dan@danforbes.dev >
Co-authored-by: Steve Degosserie <steve@parity.io >
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-11-05 19:18:55 +01:00
André Silva
05128c6acf
docs: fix references to code of conduct document ( #6879 )
2020-08-11 21:21:45 +00:00
Gavin Wood
cf694c5a78
Update README.md
2020-06-09 12:25:56 +02:00
zx9w
e3795af0e3
The link to getting-started was obsolete. ( #6238 )
...
* The link to getting-started was obsolete.
* link to installation and tutorials
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2020-06-04 10:40:20 +02:00
clearloop
48ec437fb7
chore: updates the license badge ( #6058 )
2020-05-18 18:41:28 +02:00
Kian Paimani
5f3e376c2e
Put some graphics in the README? ( #5930 )
...
* Update README.md
I didn't do a good job at making the gif, but this is just a proposal.
If accepted, I can make a better one or ask Max to help with it.
* better gif file
* New file
2020-05-15 13:00:41 +01:00
Benjamin Kampmann
be8c96adec
Relax substrate licensing scheme ( #5947 )
2020-05-15 13:21:56 +02:00
Shawn Tabrizi
0943a05833
Update getting started link ( #4581 )
...
* Update getting started link
* Update README.md
2020-01-09 15:27:24 +01:00
Shawn Tabrizi
0ecdb55183
Fix Readme ( #4114 )
...
* Update README.md
* Add badges
* Update license wording
2019-11-16 15:47:20 +01:00
Chevdor
bb97684112
WIP: Asciidoc ( #407 )
...
* Rename readme
* Add some Asciidoc demo
* Remove extra lines
2018-07-24 11:12:53 +02:00
Chevdor
ed7144d281
Add support for shell completion ( #340 )
...
* Add build script to generate completion scripts
* Add installation doc for the shell auto-completion
2018-07-19 17:20:11 +02:00
Gav Wood
dd0eaa0d52
Various small v0.2 improvements ( #367 )
...
* Make telemetry less susceptible to flakey wifi
* Update readme
* Staging shouldn't autoconnect to telemetry
* Don't try to output more than 1KB of hex to Display
* Better logging of transactions
* Grumbles
* off-by-one
2018-07-19 12:08:34 +02:00
Pierre Krieger
1809f0596b
Fix install command in README ( #354 )
2018-07-17 20:31:34 +02:00
Gav Wood
07fbd871d9
Final tweaks for PoC-2 runtime upgrade ( #348 )
...
* Final tweaks for PoC-2 runtime upgrade
* Address grumble
* Avoid slow wasm
* New poc-2-era bootnodes
* Fix warning
* Typo
* Fix for allocation in wasm
* Fix & runtimes.
* PoC-1 should be default.
* Name testnet Krumme Lanke, update README
* YML update
* Use the right port
2018-07-17 18:55:28 +02:00
Phil
747537f6fd
changed polkadot.io to polkadot.network ( #335 )
2018-07-16 14:20:24 +01:00
Sergey Pepyakin
fed50df6ed
Use --export-table from the latest LLD ( #316 )
...
* Remove unused build.sh
* Don't use wasm-export-table anymore.
* Rebuild binaries.
* Fix build script.
2018-07-15 14:09:29 +02:00
Pierre Krieger
5924b361a3
Switch from devp2p to libp2p ( #268 )
...
* Switch from devp2p to libp2p
* Move the keys in the network state
* Properly load, store or generate private key
* Some robustness
* Update for latest libp2p
* Allow secio
* Don't open a new Kademlia connec all the time
* Handle Kademlia disconnection
* Set correct permissions on key file
* Improvements to secret key storage
* Flush the peer store at Kademlia requests
* Use RAII guards for disconnection
* Some misc work
* Set informations about peers
* Fix tests and external URL
* Fix some style
* Split obtain_private_key into multiple function
* More style fixes
* More style fixes
* Fix some concerns
* Turn // into ///
* More style fixes
* More style fixes
* Add annotations to unreachable!
* Fix style again
* Remove commented out code
* Fix test year
* More concerns
2018-07-15 11:45:37 +02:00
Sergey Pepyakin
2f9ffb78e4
Update README.md ( #242 )
...
* Update README.md
* clang is not required
2018-06-25 11:42:33 +02:00
Gav Wood
d89d9f8227
Update README.md
2018-06-09 21:04:36 +02:00
Pierre Krieger
094b2568b2
Amend #205 ( #206 )
2018-06-07 13:39:11 +02:00
Luke Schoen
4307f456ad
docs: Fixes #204 . Update Readme. Add command to switch to Rust stable. Append binaries to installation command ( #205 )
...
* docs: Fixes #204
* Add command to switch to a stable version of Rust before installing Polkadot PoC-1 since error occurs when trying to install using Rust Nightly, which some users may have configured as their active toolchain
* Append ` polkadot subkey` to the command that installs the latest version of Polkadot PoC-1 to overcome error
* Update README.md
2018-06-07 09:29:41 +02:00
Jerome de Tychey
4e844760a3
Update README.md ( #203 )
...
added the Rust version
2018-06-06 11:13:52 +02:00
Gav Wood
2c997769b3
Update README.md
2018-05-16 17:09:41 +02:00
Arkadiy Paronyan
5ef7fc4ab5
Fixed local net CLI example ( #154 )
2018-05-11 14:00:29 +02:00
Gav Wood
5d9481140c
Fixes and improvements for PoC-1 Testnet ( #143 )
...
* Fix initialisations and add a test.
* Fix test.
* Fix overflow bug.
* Minor refactoring and fixes.
* Fix vote threshold.
* Add note.
* Fixes for latest rust and the readme.
* Better readme.
* An extra validator for PoC-1
* Update README.
* PoC-1 bootnodes.
* don't return async::notready for messages without scheduling wakeup
* Fix endowed account
* give polkadot control over round proposer based on random seed
* address grumbles.
2018-05-07 15:25:47 +02:00
Robert Habermeier
72dba98250
initial commit
2017-11-07 19:15:12 +01:00