Skip to content

Commit ad79545

Browse files
authored
docs: add forms guide (#3822)
1 parent d51d354 commit ad79545

File tree

4 files changed

+456
-34
lines changed

4 files changed

+456
-34
lines changed

apps/docs/components/docs/toc.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const paddingLeftByLevel: Record<number, string> = {
1919
1: "pl-0",
2020
2: "pl-0",
2121
3: "pl-3",
22-
4: "pl-3",
22+
4: "pl-6",
2323
};
2424

2525
export const DocsToc: FC<DocsTocProps> = ({headings}) => {

apps/docs/config/routes.json

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"keywords": "client side routing, routing, browser routing, nextui, next.js router, react router, remix router",
3838
"path": "/docs/guide/routing.mdx"
3939
},
40+
{
41+
"key": "form",
42+
"title": "Forms",
43+
"keywords": "forms, form validation, nextui",
44+
"path": "/docs/guide/form.mdx"
45+
},
4046
{
4147
"key": "upgrade-to-v2",
4248
"title": "Upgrade to v2",

0 commit comments

Comments
 (0)