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