From aeb08ef3e89e2382c625a06ddba607eea3cda41d Mon Sep 17 00:00:00 2001 From: imaNNeoFighT Date: Thu, 3 Aug 2023 00:49:39 +0200 Subject: [PATCH] Setup docs.page --- docs.json | 8 ++++++++ docs/another-page.mdx | 1 + docs/index.mdx | 1 + 3 files changed, 10 insertions(+) create mode 100644 docs.json create mode 100644 docs/another-page.mdx create mode 100644 docs/index.mdx diff --git a/docs.json b/docs.json new file mode 100644 index 000000000..fa4cec1c3 --- /dev/null +++ b/docs.json @@ -0,0 +1,8 @@ +{ + "name": "docs.page", + "theme": "#36B9B9", + "sidebar": [ + ["Home", "/"], + ["Another Page", "/another-page"] + ] + } \ No newline at end of file diff --git a/docs/another-page.mdx b/docs/another-page.mdx new file mode 100644 index 000000000..581e0d155 --- /dev/null +++ b/docs/another-page.mdx @@ -0,0 +1 @@ +# Another Page \ No newline at end of file diff --git a/docs/index.mdx b/docs/index.mdx new file mode 100644 index 000000000..e1786a803 --- /dev/null +++ b/docs/index.mdx @@ -0,0 +1 @@ +# Example Docs! \ No newline at end of file