WIP: Documentation migration#9671
Draft
grega wants to merge 33 commits intoRaspberryPiFoundation:mainfrom
Draft
Conversation
Allows for manual Actions Workflow run for deployment, not automatic. Can be run against a given release/tag.
Also setting correct GitHub org name
For: - Class blocks - Codelab cards - Homepage features - Images
Sidebar, index page, ToCs
This was leftover from the previous docs site / build process
Both images declared through ![]() in Markdown, and using the Image component had output paths that were incorrect
Update docs build script to reflect this, and fix some mdx generation errors Add .gitignore to docs/reference/ to keep generated md/mdx out of version control Add Docusaurus redirect config for /reference/js/ -> /reference/
…nstead Adds: - CodelabImage - CompareBlock - TableHeader
Removing duplicate docs/img/ dir Adds correct favicon Removes unneeded default Docusaurus images/assets
Component was superfluous, we can achieve the same with regular Markdown table syntax and a very small amount of CSS
Due to poor Prettier support https://github.com/orgs/mdx-js/discussions/2127
Since we're using npm workspaces
Before generating the site, also gracefully handle the missing "references" sidebar config. Remove the, now generated, _reference.js sidebar config file
ie. no need to build the entire Blockly package, with Closure compiler, just for the docs
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.
WIP / draft...
The basics
The details
Resolves
Fixes #9543
Proposed Changes
Reason for Changes
Test Coverage
n/a
Documentation
Additional Information