Move developer-hub to polkadot-sdk-docs#2598
Merged
juangirini merged 12 commits intomasterfrom Dec 5, 2023
Merged
Conversation
franciscoaguirre
approved these changes
Dec 4, 2023
ggwpez
reviewed
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. |
Contributor
Author
There was a problem hiding this comment.
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
Contributor
There was a problem hiding this comment.
As long as docify still uses git urls, then that's the case
ggwpez
approved these changes
Dec 4, 2023
Member
ggwpez
left a comment
There was a problem hiding this comment.
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?
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>
AndWeHaveAPlan
approved these changes
Dec 5, 2023
alvicsam
approved these changes
Dec 5, 2023
liamaharon
approved these changes
Dec 5, 2023
liamaharon
reviewed
Dec 5, 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a continuation of #2102 and part of an initiative started here https://hackmd.io/@romanp/rJ318ZCEp
What has been done:
docs/*(with the exception ofdocs/mermaid) has been moved todocs/contributor/developer-hubtopolkadot-sdk-docsdeveloper-hub/*has been moved todocs/sdkOriginal PR #2565, it has been close due to too many rebase conflicts