From df5fce2a39c33ed2373b2494425f8b59dc786772 Mon Sep 17 00:00:00 2001 From: Lu Wilson Date: Mon, 26 Jun 2023 17:22:48 +0100 Subject: [PATCH] (1/2) [docs] Restore some missing changes (#1652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR restores some changes that were lost during the docs move from bublic to brivate. This is part 1 of two PRs. The second one is https://github.com/tldraw/brivate/pull/2124 ### Change Type - [x] `documentation` — Changes to the documentation only[^2] [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Release Notes - None (Docs internals) --- docs/{docs => getting-started}/installation.mdx | 0 docs/{docs => getting-started}/introduction.mdx | 0 docs/{docs => getting-started}/usage.mdx | 0 docs/sections.json | 8 +++++++- 4 files changed, 7 insertions(+), 1 deletion(-) rename docs/{docs => getting-started}/installation.mdx (100%) rename docs/{docs => getting-started}/introduction.mdx (100%) rename docs/{docs => getting-started}/usage.mdx (100%) diff --git a/docs/docs/installation.mdx b/docs/getting-started/installation.mdx similarity index 100% rename from docs/docs/installation.mdx rename to docs/getting-started/installation.mdx diff --git a/docs/docs/introduction.mdx b/docs/getting-started/introduction.mdx similarity index 100% rename from docs/docs/introduction.mdx rename to docs/getting-started/introduction.mdx diff --git a/docs/docs/usage.mdx b/docs/getting-started/usage.mdx similarity index 100% rename from docs/docs/usage.mdx rename to docs/getting-started/usage.mdx diff --git a/docs/sections.json b/docs/sections.json index 890e3f931..f7107d1ec 100644 --- a/docs/sections.json +++ b/docs/sections.json @@ -1,7 +1,13 @@ [ + { + "id": "getting-started", + "title": "", + "description": "", + "categories": [] + }, { "id": "docs", - "title": "Docs", + "title": "Documentation", "description": "Developer documentation for tldraw.", "categories": [] },