From e0a5eaaf2f8b87fa4633780baba93ce19d34a343 Mon Sep 17 00:00:00 2001 From: jutty Date: Thu, 4 Jun 2026 10:51:26 -0300 Subject: [PATCH] Rename Start to Introduction, tweak About page links --- static/graph.toml | 10 +++++----- templates/about.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/graph.toml b/static/graph.toml index ec33fd9..b961c43 100644 --- a/static/graph.toml +++ b/static/graph.toml @@ -1,8 +1,8 @@ #:schema ./graph-schema.json -root_node = "Start" +root_node = "Introduction" -[nodes.Start] +[nodes.Introduction] text = """ ## What is en? @@ -29,11 +29,11 @@ en is in its infancy. Right now, most of the work is focused on making the marku - JSON schema for language server integration - Full-text search -If you like what you see and are curious about en's future, take a look at the |roadmap| for a more comprehensive outlook of what else is to come. +If you like what you see and are curious about en's future, take a look at the |roadmap| for a more comprehensive view of what else is to come. ## Get started -See the |GetStarted| page to learn how to install and use en +See the |Get Started|GetStarted| page to learn how to install and use en. """ [nodes.GetStarted] @@ -900,7 +900,7 @@ en is only possible thanks to a number of projects and people: """ [nodes.RedirectTest] -redirect = "Start" +redirect = "Node" [nodes.Roadmap] text = """ diff --git a/templates/about.html b/templates/about.html index a883140..ce09cf9 100644 --- a/templates/about.html +++ b/templates/about.html @@ -15,10 +15,10 @@

If you'd like to learn more:

{% endif %}