Skip to content

Commit 473b446

Browse files
committed
Tweaking our fake homepage - there isn't a book or cookbook exactly
1 parent 62067b5 commit 473b446

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_build/_theme/_templates/globaltoc.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class=submenu>
22
{% set menu = [
3-
('The Book', 'book/index'),
4-
('The Cookbook', 'cookbook/index'),
3+
('Home', 'index'),
54
('The Components', 'components/index'),
65
('The Best Practices', 'best_practices/index'),
76
('The Quick Tour', 'quick_tour/index'),

0 commit comments

Comments
 (0)