Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add prebuilt to manifest; make lint/fmt/gen
  • Loading branch information
EdwardAngert committed Apr 28, 2025
commit c806859ce83d0254255e2c1d285e84f379105175
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prebuilt workspaces (beta)
# Prebuilt workspaces

## Overview

Expand Down
6 changes: 6 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,12 @@
"description": "Use parameters to customize workspaces at build",
"path": "./admin/templates/extending-templates/parameters.md"
},
{
"title": "Prebuilt workspaces",
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
"state": ["early access"]
},
{
"title": "Icons",
"description": "Customize your template with built-in icons",
Expand Down
Loading