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
|
best = candidate
|
||||||
continue
|
continue
|
||||||
|
|
||||||
_, best_start, best_end = best
|
_, _, best_start, best_end = best
|
||||||
_, current_start, current_end = candidate
|
_, _, current_start, current_end = candidate
|
||||||
if current_start < best_start:
|
if current_start < best_start:
|
||||||
best = candidate
|
best = candidate
|
||||||
continue
|
continue
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ site_dir = "docs_site/"
|
|||||||
extra_css = ["stylesheets/extra.css"]
|
extra_css = ["stylesheets/extra.css"]
|
||||||
|
|
||||||
nav = [
|
nav = [
|
||||||
{ "Home" = "index.md" },
|
|
||||||
{ "Getting Started" = [
|
{ "Getting Started" = [
|
||||||
{ "What is openpilot?" = "getting-started/what-is-openpilot.md" },
|
{ "What is openpilot?" = "getting-started/what-is-openpilot.md" },
|
||||||
] },
|
] },
|
||||||
|
|||||||
Reference in New Issue
Block a user