Skip to content

Commit 986cccb

Browse files
committed
Rename temp docs to docs
1 parent aeeab40 commit 986cccb

File tree

730 files changed

+555
-14171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

730 files changed

+555
-14171
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: apps/temp-docs/components/Navigation/SideBar.tsx renamed to apps/docs/components/Navigation/SideBar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const SideBar = ({ menuItems = [] }: { menuItems: any }) => {
7474
{menuItems.length === 1 ? (
7575
<div className="my-2">
7676
{menuItems[0].items.map((item) => (
77-
<Link href={item.url}>
77+
<Link key={item.name} href={item.url}>
7878
<a>
7979
<div
8080
key={item.name}
@@ -155,7 +155,7 @@ const SideBar = ({ menuItems = [] }: { menuItems: any }) => {
155155
</Accordion.Trigger>
156156
<Accordion.Content className="my-2 data-open:animate-slide-down data-closed:animate-slide-up">
157157
{section.items.map((item: NavMenuSection) => (
158-
<Link href={item.url}>
158+
<Link key={item.name} href={item.url}>
159159
<a>
160160
<div
161161
key={item.name}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: apps/temp-docs/docs/introduction.mdx renamed to apps/docs/docs/introduction.mdx

+14-14

Diff for: apps/temp-docs/docs/reference.mdx renamed to apps/docs/docs/reference.mdx

+10-10
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: apps/temp-docs/package.json renamed to apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "temp-docs",
2+
"name": "docs",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)