Skip to content

Commit

Permalink
docs: updates to umami demo guide, leaving auth as undocumented for now
Browse files Browse the repository at this point in the history
  • Loading branch information
backlineint committed Feb 11, 2025
1 parent 64cb1f1 commit ca272ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion www/content/guides/umami-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ composer create-project drupal/recommended-project umami
3. Add dependencies

```bash
composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources
composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources cweagans/composer-patches
```

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

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

<!--

---

## How to enable authentication
Expand Down Expand Up @@ -112,3 +114,5 @@ NEXT_IMAGE_DOMAIN=localhost
3. **Save configuration**

You can now visit `http://localhost:3000/articles/new` to create a new article.

-->
2 changes: 1 addition & 1 deletion www/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

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

0 comments on commit ca272ba

Please sign in to comment.