From dcb0a4eea1cf15bd00b07cce21ab7c1dbaf62755 Mon Sep 17 00:00:00 2001 From: Dhruvan Date: Wed, 4 Dec 2024 23:30:56 -0500 Subject: [PATCH] feat: add initial documentation structure for appendix, contributing, examples, faq, language, and tooling sections --- src/content/docs/docs/appendix/index.mdx | 3 +++ src/content/docs/docs/contributing/index.mdx | 3 +++ src/content/docs/docs/examples/index.mdx | 3 +++ src/content/docs/docs/faq/index.mdx | 3 +++ src/content/docs/docs/language/index.mdx | 3 +++ src/content/docs/docs/tooling/index.mdx | 3 +++ 6 files changed, 18 insertions(+) create mode 100644 src/content/docs/docs/appendix/index.mdx create mode 100644 src/content/docs/docs/contributing/index.mdx create mode 100644 src/content/docs/docs/examples/index.mdx create mode 100644 src/content/docs/docs/faq/index.mdx create mode 100644 src/content/docs/docs/language/index.mdx create mode 100644 src/content/docs/docs/tooling/index.mdx diff --git a/src/content/docs/docs/appendix/index.mdx b/src/content/docs/docs/appendix/index.mdx new file mode 100644 index 0000000..d293c1f --- /dev/null +++ b/src/content/docs/docs/appendix/index.mdx @@ -0,0 +1,3 @@ +--- +title: What is This Section? +--- \ No newline at end of file diff --git a/src/content/docs/docs/contributing/index.mdx b/src/content/docs/docs/contributing/index.mdx new file mode 100644 index 0000000..d293c1f --- /dev/null +++ b/src/content/docs/docs/contributing/index.mdx @@ -0,0 +1,3 @@ +--- +title: What is This Section? +--- \ No newline at end of file diff --git a/src/content/docs/docs/examples/index.mdx b/src/content/docs/docs/examples/index.mdx new file mode 100644 index 0000000..d293c1f --- /dev/null +++ b/src/content/docs/docs/examples/index.mdx @@ -0,0 +1,3 @@ +--- +title: What is This Section? +--- \ No newline at end of file diff --git a/src/content/docs/docs/faq/index.mdx b/src/content/docs/docs/faq/index.mdx new file mode 100644 index 0000000..d293c1f --- /dev/null +++ b/src/content/docs/docs/faq/index.mdx @@ -0,0 +1,3 @@ +--- +title: What is This Section? +--- \ No newline at end of file diff --git a/src/content/docs/docs/language/index.mdx b/src/content/docs/docs/language/index.mdx new file mode 100644 index 0000000..d293c1f --- /dev/null +++ b/src/content/docs/docs/language/index.mdx @@ -0,0 +1,3 @@ +--- +title: What is This Section? +--- \ No newline at end of file diff --git a/src/content/docs/docs/tooling/index.mdx b/src/content/docs/docs/tooling/index.mdx new file mode 100644 index 0000000..d293c1f --- /dev/null +++ b/src/content/docs/docs/tooling/index.mdx @@ -0,0 +1,3 @@ +--- +title: What is This Section? +--- \ No newline at end of file