Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b75c2e commit c806859Copy full SHA for c806859
docs/admin/templates/extending-templates/prebuilt-workspaces.md
@@ -1,4 +1,4 @@
1
-# Prebuilt workspaces (beta)
+# Prebuilt workspaces
2
3
## Overview
4
docs/manifest.json
@@ -416,6 +416,12 @@
416
"description": "Use parameters to customize workspaces at build",
417
"path": "./admin/templates/extending-templates/parameters.md"
418
},
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
+ },
425
{
426
"title": "Icons",
427
"description": "Customize your template with built-in icons",
0 commit comments