Skip to content

Commit

Permalink
Add docs link to App Router readme (#1631)
Browse files Browse the repository at this point in the history
* Create README.md

* Add getting started docs link to app router readme

* Revert "Create README.md"

This reverts commit d1fee40.

* Add keywords
  • Loading branch information
blakewilson authored Nov 2, 2023
1 parent b2dd966 commit 00e2c81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/experimental-app-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
</a>
</p>

`@faustwp/experimental-app-router` provides helper functions and utilities for Next.js' new [App Router.](https://nextjs.org/docs/app)
This is an **experimental** collection of utilities to support Next.js' App Router feature in Faust. To get started, please visit the docs here:

https://faustjs.org/tutorial/getting-started-with-the-experimental-app-router
9 changes: 9 additions & 0 deletions packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"keywords": [
"next",
"nextjs",
"faust",
"faustjs",
"esm",
"headless",
"wordpress"
],
"scripts": {
"dev": "concurrently \"npm:watch-*\" --prefix-colors \"auto\"",
"build": "concurrently \"npm:build-*\" --prefix-colors \"auto\"",
Expand Down

0 comments on commit 00e2c81

Please sign in to comment.