From fddaee3371177f0bf45909dc8c5ac149823f247d Mon Sep 17 00:00:00 2001 From: TrialDragon Date: Sat, 20 Jan 2024 17:14:47 -0800 Subject: [PATCH 1/3] Hide new book with public draft --- content/learn/book/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/learn/book/_index.md b/content/learn/book/_index.md index b2828cdfae..2fcdbc81aa 100644 --- a/content/learn/book/_index.md +++ b/content/learn/book/_index.md @@ -5,4 +5,6 @@ template = "docs-section.html" page_template = "docs-section.html" redirect_to = "learn/book/welcome" insert_anchor_links = "right" +[extra] +public_draft = 874 +++ From 6a7bead1084e5b7b2a356e3ef83b6c2ef8917bb2 Mon Sep 17 00:00:00 2001 From: TrialDragon Date: Sat, 20 Jan 2024 17:16:22 -0800 Subject: [PATCH 2/3] Remove book from learn page links --- content/learn/links.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/learn/links.toml b/content/learn/links.toml index 518e865298..ed622968a8 100644 --- a/content/learn/links.toml +++ b/content/learn/links.toml @@ -1,10 +1,3 @@ -[[links]] -title = "The Bevy Book" -url = "/learn/book/introduction" -image = "/assets/book.svg" -image_alt = "Bevy book" -description = "Learn how to use Bevy using this step-by-step guide. If you are new to Bevy, you should probably start here." - [[links]] title = "Migration Guides" url = "/learn/migration-guides/introduction" From 379aa3441e55b2a17ad97c6cf7a89ddd94d2e609 Mon Sep 17 00:00:00 2001 From: TrialDragon Date: Sat, 20 Jan 2024 17:17:40 -0800 Subject: [PATCH 3/3] Change book links to quick start on home page The content gotten in the book so far, and referenced on the main page, is now going to be temporarily hosted in the quick start guide until the proper quick start guide and book are ready for use. --- templates/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index effedfd97b..74fad712ec 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@
Free and Open Source Forever!
- Get Started + Get Started
@@ -198,7 +198,8 @@

Free and Open Source

- Ready to start building Bevy apps? Get started fast with The Bevy Book! + Ready to start building Bevy apps? Get started fast with The Quick Start + Guide!
Bevy logo
@@ -280,4 +281,4 @@

Past Sponsors

-{% endblock content %} \ No newline at end of file +{% endblock content %}