Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add demo URL for the DatoCMS example #10901

Merged
merged 1 commit into from Mar 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced-features/preview-mode.md
Expand Up @@ -153,7 +153,7 @@ https://<your-site>/api/preview?secret=<token>&slug=<path>

Take a look at the following examples to learn more:

- [DatoCMS Example](https://github.com/zeit/next.js/tree/canary/examples/cms-datocms)
- [DatoCMS Example](https://github.com/zeit/next.js/tree/canary/examples/cms-datocms) ([Demo](https://next-blog-datocms.now.sh/))

## More Details

Expand Down
2 changes: 1 addition & 1 deletion docs/basic-features/data-fetching.md
Expand Up @@ -428,7 +428,7 @@ function Profile() {

Take a look at the following examples to learn more:

- [DatoCMS Example](https://github.com/zeit/next.js/tree/canary/examples/cms-datocms)
- [DatoCMS Example](https://github.com/zeit/next.js/tree/canary/examples/cms-datocms) ([Demo](https://next-blog-datocms.now.sh/))

## Learn more

Expand Down
2 changes: 1 addition & 1 deletion docs/basic-features/pages.md
Expand Up @@ -246,7 +246,7 @@ We've discussed two forms of pre-rendering for Next.js.

Take a look at the following examples to learn more:

- [DatoCMS Example](https://github.com/zeit/next.js/tree/canary/examples/cms-datocms)
- [DatoCMS Example](https://github.com/zeit/next.js/tree/canary/examples/cms-datocms) ([Demo](https://next-blog-datocms.now.sh/))

## Learn more

Expand Down
4 changes: 4 additions & 0 deletions examples/cms-datocms/README.md
Expand Up @@ -2,6 +2,10 @@

This example showcases Next.js's [Static Generation](/docs/basic-features/pages.md) feature using [DatoCMS](https://www.datocms.com/) as the data source.

## Demo

### [https://next-blog-datocms.now.sh/](https://next-blog-datocms.now.sh/)

## How to use

### Using `create-next-app`
Expand Down