Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Nov 30, 2023
1 parent 216ba52 commit e56bfea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This will create a `json-schema.json` file in the `prisma/json-schema` directory

Passing the `options` prop like you'd do on Page router will result in an error in case you
have functions defined inside the options object (formatter, handlers, etc.).
Make sure to pass no option at all.
Make sure to pass no `options` prop at all.

</Callout>

Expand Down
1 change: 1 addition & 0 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ This library is still under development. The following features are available:
- 🎨 Dashboard widgets and customizable panels
- ⚛️ Integration with Prisma ORM
- 👔 Customizable list and form
- ⚙️ Supports App Router and Page Router

If you want to request a feature, please open an issue [here](https://github.com/premieroctet/next-admin/issues/new)
3 changes: 2 additions & 1 deletion apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const config = {
text: `MIT ${new Date().getFullYear()} © Premier Octet.`,
},
darkMode: true,
primaryHue: 290,
primaryHue: 209,
primarySaturation: 100,
head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
1 change: 1 addition & 0 deletions packages/next-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- 🎨 Dashboard widgets and customizable panels
- ⚛️ Integration with Prisma ORM
- 👔 Customizable list and form
- ⚙️ Supports App Router and Page Router

## Installation

Expand Down

0 comments on commit e56bfea

Please sign in to comment.