Skip to content

Commit

Permalink
docs: add forms guide (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-manba authored Nov 27, 2024
1 parent d51d354 commit ad79545
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/docs/components/docs/toc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const paddingLeftByLevel: Record<number, string> = {
1: "pl-0",
2: "pl-0",
3: "pl-3",
4: "pl-3",
4: "pl-6",
};

export const DocsToc: FC<DocsTocProps> = ({headings}) => {
Expand Down
6 changes: 6 additions & 0 deletions apps/docs/config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"keywords": "client side routing, routing, browser routing, nextui, next.js router, react router, remix router",
"path": "/docs/guide/routing.mdx"
},
{
"key": "form",
"title": "Forms",
"keywords": "forms, form validation, nextui",
"path": "/docs/guide/form.mdx"
},
{
"key": "upgrade-to-v2",
"title": "Upgrade to v2",
Expand Down
Loading

0 comments on commit ad79545

Please sign in to comment.