mirror of
https://github.com/google/blockly.git
synced 2026-04-29 00:20:11 +02:00
eb6f6c30e5
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/
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
export const referenceSidebar = [
|
|
{
|
|
"type": "doc",
|
|
"label": "Overview",
|
|
"id": "reference/blockly"
|
|
},
|
|
];
|