Skip to content

Move developer-hub to polkadot-sdk-docs#2598

Merged
juangirini merged 12 commits intomasterfrom
jg/polkadot-sdk-docs
Dec 5, 2023
Merged

Move developer-hub to polkadot-sdk-docs#2598
juangirini merged 12 commits intomasterfrom
jg/polkadot-sdk-docs

Conversation

@juangirini
Copy link
Copy Markdown
Contributor

This PR is a continuation of #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 #2565, it has been close due to too many rebase conflicts

@juangirini juangirini requested review from a team December 4, 2023 11:23
@juangirini juangirini requested a review from a team as a code owner December 4, 2023 11:23
@paritytech-review-bot paritytech-review-bot bot requested review from a team December 4, 2023 11:24
@juangirini juangirini added the T11-documentation This PR/Issue is related to documentation. label Dec 4, 2023
repository.workspace = true
authors.workspace = true
edition.workspace = true
# This crate is not publish-able to crates.io for now because of docify.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does docify prevent this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

publish = false prevents it. I think what Kian meant is that because of docify we shouldn't publish it. Not sure if that's still the case cc @sam0x17

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as docify still uses git urls, then that's the case

Copy link
Copy Markdown
Member

@ggwpez ggwpez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only comment from be would be if the folder name contributor is ideal. So far we just used it as dump for all docs.
Maybe repo or maintain or something?

serban300 and others added 6 commits December 4, 2023 16:15
Removes obsolete fields from the `QueueConfigData` structure. For the
remaining fields, if they use the old defaults, we replace them with the
new defaults.

Resolves: #1795
## Overview

This PR brings in the new version of prdoc v0.0.6 and allows:
- local schema
- local config
- local template

It also fixes the existing prdoc files to match the new schema.

## todo

- [x] add a brief doc/tldr to help contributors get started
- [x] test CI
- [x] finalize schema
- [x] publish the next `prdoc` cli version (v0.0.7 or above)

---------

Co-authored-by: Egor_P <egor@parity.io>
Co-authored-by: Bastian Köcher <git@kchr.de>
@juangirini juangirini added the R0-no-crate-publish-required The change does not require any crates to be re-published. label Dec 4, 2023
@paritytech-review-bot paritytech-review-bot bot requested a review from a team December 5, 2023 09:09
@juangirini juangirini merged commit a310df2 into master Dec 5, 2023
@juangirini juangirini deleted the jg/polkadot-sdk-docs branch December 5, 2023 09:23
@chevdor chevdor mentioned this pull request Dec 6, 2023
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this pull request Mar 25, 2024
This PR is a continuation of
paritytech#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 paritytech#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>
bkchr pushed a commit that referenced this pull request Apr 10, 2024
* reject transactions if bridge pallets are halted

* fixed CI (#2598)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R0-no-crate-publish-required The change does not require any crates to be re-published. T11-documentation This PR/Issue is related to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants