From f4edb09e5ec02ba99ac39ef145a8c1968c6515f8 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 15 Jul 2026 15:07:28 -0400 Subject: [PATCH] docs(welcome): restructure documentation directories and add new guides section --- docs/{ => (welcome)}/array/1365.mdx | 0 docs/{ => (welcome)}/array/1636.mdx | 0 docs/{ => (welcome)}/array/347.mdx | 0 docs/{ => (welcome)}/hash-table/387.mdx | 0 docs/{ => (welcome)}/hash-table/451.mdx | 0 docs/{ => (welcome)}/index.mdx | 0 docs/guides/index.mdx | 11 +++++++++++ docs/guides/introducing-blume.mdx | 8 ++++++++ 8 files changed, 19 insertions(+) rename docs/{ => (welcome)}/array/1365.mdx (100%) rename docs/{ => (welcome)}/array/1636.mdx (100%) rename docs/{ => (welcome)}/array/347.mdx (100%) rename docs/{ => (welcome)}/hash-table/387.mdx (100%) rename docs/{ => (welcome)}/hash-table/451.mdx (100%) rename docs/{ => (welcome)}/index.mdx (100%) create mode 100644 docs/guides/index.mdx create mode 100644 docs/guides/introducing-blume.mdx diff --git a/docs/array/1365.mdx b/docs/(welcome)/array/1365.mdx similarity index 100% rename from docs/array/1365.mdx rename to docs/(welcome)/array/1365.mdx diff --git a/docs/array/1636.mdx b/docs/(welcome)/array/1636.mdx similarity index 100% rename from docs/array/1636.mdx rename to docs/(welcome)/array/1636.mdx diff --git a/docs/array/347.mdx b/docs/(welcome)/array/347.mdx similarity index 100% rename from docs/array/347.mdx rename to docs/(welcome)/array/347.mdx diff --git a/docs/hash-table/387.mdx b/docs/(welcome)/hash-table/387.mdx similarity index 100% rename from docs/hash-table/387.mdx rename to docs/(welcome)/hash-table/387.mdx diff --git a/docs/hash-table/451.mdx b/docs/(welcome)/hash-table/451.mdx similarity index 100% rename from docs/hash-table/451.mdx rename to docs/(welcome)/hash-table/451.mdx diff --git a/docs/index.mdx b/docs/(welcome)/index.mdx similarity index 100% rename from docs/index.mdx rename to docs/(welcome)/index.mdx diff --git a/docs/guides/index.mdx b/docs/guides/index.mdx new file mode 100644 index 0000000..0ad9354 --- /dev/null +++ b/docs/guides/index.mdx @@ -0,0 +1,11 @@ +--- +title: Guides +description: News and writing from the team. +type: blog +--- + + + + Why we built a markdown-first docs framework. + + diff --git a/docs/guides/introducing-blume.mdx b/docs/guides/introducing-blume.mdx new file mode 100644 index 0000000..cbcd768 --- /dev/null +++ b/docs/guides/introducing-blume.mdx @@ -0,0 +1,8 @@ +--- +title: Introducing Blume +type: blog +date: 2026-06-22 +description: Why we built a markdown-first docs framework. +--- + +Documentation should be fast, AI-ready, and zero-config — down to not needing a starter template at all. Here's the thinking behind Blume.