diff --git a/src/content/config.ts b/src/content/config.ts
new file mode 100644
index 0000000..45f60b0
--- /dev/null
+++ b/src/content/config.ts
@@ -0,0 +1,6 @@
+import { defineCollection } from 'astro:content';
+import { docsSchema } from '@astrojs/starlight/schema';
+
+export const collections = {
+ docs: defineCollection({ schema: docsSchema() }),
+};
diff --git a/src/content/docs/general.mdx b/src/content/docs/general.mdx
new file mode 100644
index 0000000..710758a
--- /dev/null
+++ b/src/content/docs/general.mdx
@@ -0,0 +1,31 @@
+---
+title: AEPs
+tableOfContents:
+ minHeadingLevel: 1
+---
+import AepList from "../../components/AepList.astro";
+
+# Meta
+