Skip to content

Commit 335327b

Browse files
committed
Merge branch 'trunk' into refactor-clis
2 parents 2bd1fd8 + 05ec229 commit 335327b

File tree

302 files changed

+8630
-2792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+8630
-2792
lines changed

CHANGELOG.md

Lines changed: 215 additions & 85 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.0.10",
3+
"version": "2.0.15",
44
"useWorkspaces": true,
55
"useNx": true
66
}

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/site/docs/blueprints/01-index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Getting started
33
slug: /blueprints/getting-started
4+
description: A quick-start guide to Blueprints. Understand what problems they solve and the different ways you can start using them.
45
---
56

67
# Getting started with Blueprints

packages/docs/site/docs/blueprints/02-using-blueprints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Using Blueprints
33
slug: /blueprints/using-blueprints
4+
description: Discover the different ways to use Blueprints, including via URL fragment, query parameter, bundles, and the JavaScript API.
45
---
56

67
# Using Blueprints

packages/docs/site/docs/blueprints/03-data-format.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sidebar_position: 1
33
title: Blueprint data Format
44
slug: /blueprints/data-format
5+
description: An overview of the Blueprint data format. Learn about key properties like landingPage, preferredVersions, and steps.
56
---
67

78
# Blueprint data format

packages/docs/site/docs/blueprints/04-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
slug: /blueprints/steps/resources
3+
description: A technical reference for "Resource References." Learn how to use external files for themes, plugins, and content.
34
---
45

56
# Resources References

packages/docs/site/docs/blueprints/05-steps-shorthands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
slug: /blueprints/steps/shorthands
3+
description: A guide to the shorthand syntax for common Blueprint steps like login, plugins, and siteOptions for more concise code.
34
---
45

56
# Shorthands

packages/docs/site/docs/blueprints/05-steps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
sidebar_position: 3
33
slug: /blueprints/steps
4+
description: The main API reference for the steps property. Discover all available step types you can use in a Blueprint.
45
---
56

67
# Steps

packages/docs/site/docs/blueprints/06-bundles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Blueprint Bundles
33
slug: /blueprints/bundles
4+
description: Learn about Blueprint bundles, self-contained packages that include a blueprint.json file and all its required resources.
45
---
56

67
# Blueprint Bundles

0 commit comments

Comments
 (0)