Skip to content

Commit ca272ba

Browse files
committed
docs: updates to umami demo guide, leaving auth as undocumented for now
1 parent 64cb1f1 commit ca272ba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

www/content/guides/umami-demo.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ composer create-project drupal/recommended-project umami
2626
3. Add dependencies
2727

2828
```bash
29-
composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources
29+
composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources cweagans/composer-patches
3030
```
3131

3232
4. Install Drupal. Make sure you select **Demo: Umami Food Magazine (Experimental)** as the installation profile.
@@ -75,6 +75,8 @@ yarn dev
7575

7676
5. Visit `http://localhost:3000` to see the Next.js site.
7777

78+
<!--
79+
7880
---
7981

8082
## How to enable authentication
@@ -112,3 +114,5 @@ NEXT_IMAGE_DOMAIN=localhost
112114
3. **Save configuration**
113115

114116
You can now visit `http://localhost:3000/articles/new` to create a new article.
117+
118+
-->

www/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)