From 7ed5aa5458d8adc31039d6efc2178e987b6168bb Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 25 Nov 2023 13:38:12 -1000 Subject: [PATCH] Reorganize structure --- .vitepress/config.mts | 1 + README.md | 0 api-examples.md => docs/api-examples.md | 0 index.md => docs/index.md | 0 markdown-examples.md => docs/markdown-examples.md | 0 objects.md => docs/objects.md | 0 spec.md => docs/spec.md | 0 {structures => docs/structures}/content-format.md | 0 {structures => docs/structures}/custom-emoji.md | 0 9 files changed, 1 insertion(+) create mode 100644 README.md rename api-examples.md => docs/api-examples.md (100%) rename index.md => docs/index.md (100%) rename markdown-examples.md => docs/markdown-examples.md (100%) rename objects.md => docs/objects.md (100%) rename spec.md => docs/spec.md (100%) rename {structures => docs/structures}/content-format.md (100%) rename {structures => docs/structures}/custom-emoji.md (100%) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 28d1ade..59e3728 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress' export default defineConfig({ title: "Lysand Documentation", description: "Documentation for Lysand, a new federated protocol", + srcDir: 'docs', themeConfig: { // https://vitepress.dev/reference/default-theme-config nav: [ diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/api-examples.md b/docs/api-examples.md similarity index 100% rename from api-examples.md rename to docs/api-examples.md diff --git a/index.md b/docs/index.md similarity index 100% rename from index.md rename to docs/index.md diff --git a/markdown-examples.md b/docs/markdown-examples.md similarity index 100% rename from markdown-examples.md rename to docs/markdown-examples.md diff --git a/objects.md b/docs/objects.md similarity index 100% rename from objects.md rename to docs/objects.md diff --git a/spec.md b/docs/spec.md similarity index 100% rename from spec.md rename to docs/spec.md diff --git a/structures/content-format.md b/docs/structures/content-format.md similarity index 100% rename from structures/content-format.md rename to docs/structures/content-format.md diff --git a/structures/custom-emoji.md b/docs/structures/custom-emoji.md similarity index 100% rename from structures/custom-emoji.md rename to docs/structures/custom-emoji.md