diff --git a/docs.json b/docs.json new file mode 100644 index 0000000..beead1c --- /dev/null +++ b/docs.json @@ -0,0 +1,8 @@ +{ + "name": "Buzz", + "theme": "#36B9B9", + "sidebar": [ + ["Home", "/"], + ["Another Page", "/another-page"] + ] + } diff --git a/docs/another-page.mdx b/docs/another-page.mdx new file mode 100644 index 0000000..581e0d1 --- /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 0000000..e1786a8 --- /dev/null +++ b/docs/index.mdx @@ -0,0 +1 @@ +# Example Docs! \ No newline at end of file