From fd5a7ac4db1fcc9dffb2226ae9852891355d2daa Mon Sep 17 00:00:00 2001
From: TrialDragon <31419708+TrialDragon@users.noreply.github.com>
Date: Sat, 20 Jan 2024 18:41:24 -0800
Subject: [PATCH] Hide the book at top-level (#879)
---
content/learn/book/_index.md | 2 ++
content/learn/links.toml | 7 -------
templates/index.html | 7 ++++---
3 files changed, 6 insertions(+), 10 deletions(-)
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
+++
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"
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