diff --git a/content/learn/book/_index.md b/content/learn/book/_index.md index 4c45df5d46..1906ee994e 100644 --- a/content/learn/book/_index.md +++ b/content/learn/book/_index.md @@ -1,8 +1,8 @@ +++ title = "Book" sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" redirect_to = "learn/book/introduction" insert_anchor_links = "right" +++ \ No newline at end of file diff --git a/content/learn/book/contributing/_index.md b/content/learn/book/contributing/_index.md index b676641501..9ed572335b 100644 --- a/content/learn/book/contributing/_index.md +++ b/content/learn/book/contributing/_index.md @@ -2,8 +2,8 @@ title = "Contributing" weight = 4 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" [extra] subtitle = "join the bevy" diff --git a/content/learn/book/contributing/code/_index.md b/content/learn/book/contributing/code/_index.md index 292bc9f878..8109b24e1c 100644 --- a/content/learn/book/contributing/code/_index.md +++ b/content/learn/book/contributing/code/_index.md @@ -2,8 +2,8 @@ title = "Code" weight = 1 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" [extra] long_title = "Contributing Code" diff --git a/content/learn/book/contributing/docs/_index.md b/content/learn/book/contributing/docs/_index.md index 5d457a9384..368f16c286 100644 --- a/content/learn/book/contributing/docs/_index.md +++ b/content/learn/book/contributing/docs/_index.md @@ -2,8 +2,8 @@ title = "Docs" weight = 2 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" [extra] long_title = "Contributing Docs" diff --git a/content/learn/book/faq/_index.md b/content/learn/book/faq/_index.md index 9a10a99254..d0d0fbc62a 100644 --- a/content/learn/book/faq/_index.md +++ b/content/learn/book/faq/_index.md @@ -1,9 +1,9 @@ +++ -title = "Faq" +title = "FAQ" weight = 6 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" [extra] long_title = "Frequently Asked Questions" diff --git a/content/learn/book/getting-started/_index.md b/content/learn/book/getting-started/_index.md index e530f6ff44..af3997dd15 100644 --- a/content/learn/book/getting-started/_index.md +++ b/content/learn/book/getting-started/_index.md @@ -2,8 +2,8 @@ title = "Getting Started" weight = 2 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ diff --git a/content/learn/book/getting-started/apps/_index.md b/content/learn/book/getting-started/apps/_index.md index ce81cf7ce3..cfe5d59321 100644 --- a/content/learn/book/getting-started/apps/_index.md +++ b/content/learn/book/getting-started/apps/_index.md @@ -2,8 +2,8 @@ title = "Apps" weight = 2 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ diff --git a/content/learn/book/getting-started/ecs/_index.md b/content/learn/book/getting-started/ecs/_index.md index 93c8404091..aa42d700fa 100644 --- a/content/learn/book/getting-started/ecs/_index.md +++ b/content/learn/book/getting-started/ecs/_index.md @@ -2,8 +2,8 @@ title = "ECS" weight = 3 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ diff --git a/content/learn/book/getting-started/plugins/_index.md b/content/learn/book/getting-started/plugins/_index.md index 46376c2468..ee4d44423a 100644 --- a/content/learn/book/getting-started/plugins/_index.md +++ b/content/learn/book/getting-started/plugins/_index.md @@ -2,8 +2,8 @@ title = "Plugins" weight = 4 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ diff --git a/content/learn/book/getting-started/resources/_index.md b/content/learn/book/getting-started/resources/_index.md index 794b5969c5..36a3035e62 100644 --- a/content/learn/book/getting-started/resources/_index.md +++ b/content/learn/book/getting-started/resources/_index.md @@ -2,8 +2,8 @@ title = "Resources" weight = 5 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ diff --git a/content/learn/book/getting-started/setup/_index.md b/content/learn/book/getting-started/setup/_index.md index 4a61e75268..37cae8f3a3 100644 --- a/content/learn/book/getting-started/setup/_index.md +++ b/content/learn/book/getting-started/setup/_index.md @@ -2,8 +2,8 @@ title = "Setup" weight = 1 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ diff --git a/content/learn/book/introduction/_index.md b/content/learn/book/introduction/_index.md index 72c757d847..836907f464 100644 --- a/content/learn/book/introduction/_index.md +++ b/content/learn/book/introduction/_index.md @@ -2,15 +2,15 @@ title = "Introduction" weight = 1 sort_by = "weight" -template = "book-section.html" -page_template = "book-section.html" +template = "docs-section.html" +page_template = "docs-section.html" insert_anchor_links = "right" +++ If you came here because you wanted to learn how to make 2D / 3D games, visualizations, user interfaces, or other graphical applications with Bevy ... you came to the right place! If not, stick around anyway. I promise it will be fun.