Skip to content

Commit c806859

Browse files
committed
add prebuilt to manifest; make lint/fmt/gen
1 parent 6b75c2e commit c806859

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prebuilt workspaces (beta)
1+
# Prebuilt workspaces
22

33
## Overview
44

docs/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,12 @@
416416
"description": "Use parameters to customize workspaces at build",
417417
"path": "./admin/templates/extending-templates/parameters.md"
418418
},
419+
{
420+
"title": "Prebuilt workspaces",
421+
"description": "Pre-provision a ready-to-deploy workspace with a defined set of parameters",
422+
"path": "./admin/templates/extending-templates/prebuilt-workspaces.md",
423+
"state": ["early access"]
424+
},
419425
{
420426
"title": "Icons",
421427
"description": "Customize your template with built-in icons",

0 commit comments

Comments
 (0)