Skip to content

Commit 2638d96

Browse files
authored
Update conf.py
1 parent c9e0a7c commit 2638d96

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,16 @@
180180
('/repository/', 'Repository'),
181181
('/society/', 'Society'),
182182
('/history/', 'History'),
183-
("/contact/", "Contact"),
183+
("/contact/", "Contact"),
184+
(
185+
(
186+
('/cpu/intro', 'Introduction'),
187+
('/cpu/intel/', 'Intel CPUs'),
188+
('/cpu/amd/', 'AMD CPUs'),
189+
('/
190+
),
191+
'CPUs'
192+
),
184193
)
185194
}
186195
"""

0 commit comments

Comments
 (0)