Skip to content

Commit 839b629

Browse files
committed
Add documentation site example
1 parent f415d53 commit 839b629

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npx create-stackbit-app@latest --starter ts-nextjs
3232

3333
If no starter option is provided, [the default starter](https://github.com/stackbit-themes/nextjs-starter) is used.
3434

35-
### Starting from an Example (🧪 Experimental)
35+
### Starting from an Example
3636

3737
Use the `--example` option to start a project from an example. Run the command with the `--help` flag to see a full list of available starters.
3838

@@ -42,8 +42,6 @@ npx create-stackbit-app@latest --example algolia-search
4242

4343
This will create a new project matching the name of the example, unless overridden (see below). [See here for a full list of starters](https://github.com/stackbit-themes/stackbit-examples).
4444

45-
_Note: This is an experimental feature. Please [report issues](https://github.com/stackbit/create-stackbit-app/issues/new)._
46-
4745
### Setting Project Directory
4846

4947
Pass a directory name as the only argument when running the command. For example, if you wanted your directory to be name `my-site`, the command would look something like this:

config.js

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const examples = {
3434
'chakra-ui',
3535
'cloudinary-contentful',
3636
'contentlayer',
37+
'documentation',
3738
'hydrogen-contentful-demo-store',
3839
'ninetailed-personalization',
3940
'onboarding-webapp',

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stackbit-app",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Create a new Stackbit site, or add Stackbit to an existing site.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)