From 15307fdc113d176749fccc33ec5f1aa7f5b20eb2 Mon Sep 17 00:00:00 2001 From: Greg Annandale Date: Tue, 31 Mar 2026 11:41:42 +0100 Subject: [PATCH] chore(docs): remove unneeded toc.yaml This was leftover from the previous docs site / build process --- packages/docs/toc.yaml | 58 ------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 packages/docs/toc.yaml diff --git a/packages/docs/toc.yaml b/packages/docs/toc.yaml deleted file mode 100644 index 4a8390dc2..000000000 --- a/packages/docs/toc.yaml +++ /dev/null @@ -1,58 +0,0 @@ - -- label: 'Get started' - items: - - label: 'What is Blockly?' - id: 'guides/get-started/what-is-blockly' - - label: 'Visual glossary' - id: 'guides/get-started/workspace-anatomy' - -- label: 'Programming considerations' - items: - - label: 'Fork Blockly' - id: 'guides/programming/forking_blockly' - -- label: 'Build your editor' - items: - - label: 'Workspaces' - items: - - label: 'Create a workspace' - items: - - label: 'Create a workspace' - id: 'guides/configure/web/configuration_struct' - - - label: 'Localization' - id: 'guides/configure/web/translations' - -- label: 'Build your blocks' - items: - - label: 'Block definitions' - items: - - label: 'Ways to define blocks' - items: - - label: 'JSON and JavaScript' - id: 'guides/create-custom-blocks/define/json-and-js' - - - label: 'Legacy Blockly Developer Tools' - id: 'guides/create-custom-blocks/define/legacy-blockly-developer-tools' - - - label: 'Block structure' - items: - - label: 'Anatomy of a block' - id: 'guides/create-custom-blocks/define/block-anatomy' - - - label: 'Code generation' - items: - - label: 'Block-code generators' - id: 'guides/create-custom-blocks/code-generation/block-code' - - - label: 'Fields' - items: - - label: 'Built-in fields' - items: - - label: 'Dropdown' - id: 'guides/create-custom-blocks/fields/built-in-fields/dropdown' - - label: 'Custom fields' - items: - - label: 'Create a custom field' - id: 'guides/create-custom-blocks/fields/customizing-fields/creating' -