Add Canvas Extensions website page (#1900)

Generate extensions data, add the extensions listing route/navigation, and include install URL copy actions pinned to the build commit SHA.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell
2026-06-02 11:17:56 -07:00
committed by GitHub
parent 8c10dfb7df
commit 36cdc52037
27 changed files with 6617 additions and 3 deletions
+2
View File
@@ -194,6 +194,7 @@ const INSTRUCTIONS_DIR = path.join(ROOT_FOLDER, "instructions");
const AGENTS_DIR = path.join(ROOT_FOLDER, "agents");
const SKILLS_DIR = path.join(ROOT_FOLDER, "skills");
const HOOKS_DIR = path.join(ROOT_FOLDER, "hooks");
const EXTENSIONS_DIR = path.join(ROOT_FOLDER, "extensions");
const PLUGINS_DIR = path.join(ROOT_FOLDER, "plugins");
const WORKFLOWS_DIR = path.join(ROOT_FOLDER, "workflows");
const COOKBOOK_DIR = path.join(ROOT_FOLDER, "cookbook");
@@ -212,6 +213,7 @@ export {
AKA_INSTALL_URLS,
COOKBOOK_DIR,
DOCS_DIR,
EXTENSIONS_DIR,
HOOKS_DIR,
INSTRUCTIONS_DIR,
MAX_PLUGIN_ITEMS,