From 98ab696702bcd3d340b6cb33ef6c9144b07fd954 Mon Sep 17 00:00:00 2001 From: Rocktim Saikia Date: Fri, 30 Aug 2024 21:01:36 +0530 Subject: [PATCH] Consolidate docs --- client/components/navbar.tsx | 2 +- client/pages/docs.tsx | 223 ------------------ client/pages/{ => docs}/_meta.json | 2 +- client/pages/{ => docs}/anime/_meta.json | 0 client/pages/{ => docs}/anime/anime-info.mdx | 5 +- client/pages/{ => docs}/auth.mdx | 0 client/pages/{docs-new.mdx => docs/index.mdx} | 14 +- client/pages/{ => docs}/quote/_meta.json | 0 client/pages/{ => docs}/quote/index.mdx | 0 client/pages/{ => docs}/quote/pagination.mdx | 0 .../{ => docs}/quote/quotes-by-anime.mdx | 0 .../{ => docs}/quote/quotes-by-character.mdx | 0 .../{ => docs}/quote/random-via-anime.mdx | 0 .../{ => docs}/quote/random-via-character.mdx | 0 client/pages/{ => docs}/quote/random.mdx | 0 15 files changed, 18 insertions(+), 228 deletions(-) delete mode 100644 client/pages/docs.tsx rename client/pages/{ => docs}/_meta.json (54%) rename client/pages/{ => docs}/anime/_meta.json (100%) rename client/pages/{ => docs}/anime/anime-info.mdx (83%) rename client/pages/{ => docs}/auth.mdx (100%) rename client/pages/{docs-new.mdx => docs/index.mdx} (59%) rename client/pages/{ => docs}/quote/_meta.json (100%) rename client/pages/{ => docs}/quote/index.mdx (100%) rename client/pages/{ => docs}/quote/pagination.mdx (100%) rename client/pages/{ => docs}/quote/quotes-by-anime.mdx (100%) rename client/pages/{ => docs}/quote/quotes-by-character.mdx (100%) rename client/pages/{ => docs}/quote/random-via-anime.mdx (100%) rename client/pages/{ => docs}/quote/random-via-character.mdx (100%) rename client/pages/{ => docs}/quote/random.mdx (100%) diff --git a/client/components/navbar.tsx b/client/components/navbar.tsx index 0515b9e..0a2ab36 100644 --- a/client/components/navbar.tsx +++ b/client/components/navbar.tsx @@ -19,7 +19,7 @@ export default function Navbar() { - + + diff --git a/client/pages/quote/_meta.json b/client/pages/docs/quote/_meta.json similarity index 100% rename from client/pages/quote/_meta.json rename to client/pages/docs/quote/_meta.json diff --git a/client/pages/quote/index.mdx b/client/pages/docs/quote/index.mdx similarity index 100% rename from client/pages/quote/index.mdx rename to client/pages/docs/quote/index.mdx diff --git a/client/pages/quote/pagination.mdx b/client/pages/docs/quote/pagination.mdx similarity index 100% rename from client/pages/quote/pagination.mdx rename to client/pages/docs/quote/pagination.mdx diff --git a/client/pages/quote/quotes-by-anime.mdx b/client/pages/docs/quote/quotes-by-anime.mdx similarity index 100% rename from client/pages/quote/quotes-by-anime.mdx rename to client/pages/docs/quote/quotes-by-anime.mdx diff --git a/client/pages/quote/quotes-by-character.mdx b/client/pages/docs/quote/quotes-by-character.mdx similarity index 100% rename from client/pages/quote/quotes-by-character.mdx rename to client/pages/docs/quote/quotes-by-character.mdx diff --git a/client/pages/quote/random-via-anime.mdx b/client/pages/docs/quote/random-via-anime.mdx similarity index 100% rename from client/pages/quote/random-via-anime.mdx rename to client/pages/docs/quote/random-via-anime.mdx diff --git a/client/pages/quote/random-via-character.mdx b/client/pages/docs/quote/random-via-character.mdx similarity index 100% rename from client/pages/quote/random-via-character.mdx rename to client/pages/docs/quote/random-via-character.mdx diff --git a/client/pages/quote/random.mdx b/client/pages/docs/quote/random.mdx similarity index 100% rename from client/pages/quote/random.mdx rename to client/pages/docs/quote/random.mdx