Skip to content
  1. Jul 26, 2024
    • Kian Paimani's avatar
      Update README.md (#5152) · 7e4433e4
      Kian Paimani authored
      Related to https://github.com/paritytech/polkadot-sdk/issues/5144, plus
      remove the lines of code badge as it was not working.
      7e4433e4
  2. Jul 25, 2024
  3. Jun 13, 2024
    • Kian Paimani's avatar
      Update the pallet guide in `sdk-docs` (#4735) · eca1052e
      Kian Paimani authored
      After using this tutorial in PBA, there was a few areas to improve it.
      Moreover, I have:
      
      - Improve `your_first_pallet`, link it in README, improve the parent
      `guide` section.
      - Updated the templates page, in light of recent efforts related to in
      https://github.com/paritytech/polkadot-sdk/issues/3155
      - Added small ref docs about metadata, completed the one about native
      runtime, added one about host functions.
      - Remove a lot of unfinished stuff from sdk-docs
      - update diagram for `Hooks`
      eca1052e
  4. Jun 08, 2024
    • batman's avatar
      Update README.md to move the PSVM link under a "Tooling" section under the... · cdb297b1
      batman authored
      Update README.md to move the PSVM link under a "Tooling" section under the "Releases" section (#4734)
      
      This update implements the suggestion from @Kianenigma mentioned in
      https://github.com/paritytech/polkadot-sdk/pull/4718#issuecomment-2153777367
      
      Replaces the "Other useful resources and tooling" section at the bottom
      with a new (nicer) "Tooling" section just under the "Releases" section.
      cdb297b1
  5. Jun 06, 2024
  6. May 29, 2024
  7. May 27, 2024
  8. May 23, 2024
  9. May 22, 2024
    • Kian Paimani's avatar
      Update README.md (#4502) · ae864e6a
      Kian Paimani authored
      ..and other high level docs.
      
      
      # Polling 
      
      Please vote in the reactions of this PR 
      
      - 👍 I agree to replace the website of this repo to
      https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/index.html
      - 👎 Keep it as polkadot.network
      - 🤷
      
       Different opinion
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      ae864e6a
  10. Feb 08, 2024
  11. Jan 26, 2024
  12. Dec 25, 2023
  13. Dec 05, 2023
    • juangirini's avatar
      Move `developer-hub` to `polkadot-sdk-docs` (#2598) · a310df26
      juangirini authored
      
      
      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: default avatarSerban Iorga <[email protected]>
      Co-authored-by: default avatarChevdor <[email protected]>
      Co-authored-by: default avatarEgor_P <[email protected]>
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      a310df26
  14. Sep 04, 2023
    • Chevdor's avatar
      Markdown linter (#1309) · a30092ab
      Chevdor authored
      
      
      * 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: default avatarOliver Tale-Yazdi <[email protected]>
      * Fix mangled markdown/lists
      * Fix captalization issues on known words
      a30092ab
  15. Aug 31, 2023