From 84608074fd608f0f76bc8580e0431e06edc4f3d5 Mon Sep 17 00:00:00 2001 From: Filip Bozicevic Date: Thu, 10 Oct 2024 13:09:07 +0000 Subject: [PATCH] GITBOOK-553: Rename Intro to Welcome because pages get bugged if Intro is used --- SUMMARY.md | 8 ++++---- {intro => welcome}/connect-with-us.md | 0 {intro => welcome}/get-the-app.md | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename {intro => welcome}/connect-with-us.md (100%) rename {intro => welcome}/get-the-app.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index e3d31e4..9a6e6ea 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,10 +1,10 @@ # Table of contents -## 👋 Intro +## 👋 Welcome -* [Welcome to Anytype](README.md) -* [Get the App](intro/get-the-app.md) -* [Connect with Us](intro/connect-with-us.md) +* [Intro to Anytype](README.md) +* [Get the App](welcome/get-the-app.md) +* [Connect with Us](welcome/connect-with-us.md) ## ⬛ Basics diff --git a/intro/connect-with-us.md b/welcome/connect-with-us.md similarity index 100% rename from intro/connect-with-us.md rename to welcome/connect-with-us.md diff --git a/intro/get-the-app.md b/welcome/get-the-app.md similarity index 100% rename from intro/get-the-app.md rename to welcome/get-the-app.md