mirror of
https://github.com/dzid26/sunnypilot.git
synced 2026-06-08 07:44:55 +08:00
rm home
This commit is contained in:
@@ -150,8 +150,8 @@ class GlossaryTreeprocessor(Treeprocessor):
|
||||
best = candidate
|
||||
continue
|
||||
|
||||
_, best_start, best_end = best
|
||||
_, current_start, current_end = candidate
|
||||
_, _, best_start, best_end = best
|
||||
_, _, current_start, current_end = candidate
|
||||
if current_start < best_start:
|
||||
best = candidate
|
||||
continue
|
||||
|
||||
@@ -9,7 +9,6 @@ site_dir = "docs_site/"
|
||||
extra_css = ["stylesheets/extra.css"]
|
||||
|
||||
nav = [
|
||||
{ "Home" = "index.md" },
|
||||
{ "Getting Started" = [
|
||||
{ "What is openpilot?" = "getting-started/what-is-openpilot.md" },
|
||||
] },
|
||||
|
||||
Reference in New Issue
Block a user