From 7edf87e751c4535d3851f99a1d2ee576f8341c56 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 | 8 ++++---- templates/about.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/graph.toml b/static/graph.toml index ec33fd9..5cd848a 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? @@ -33,7 +33,7 @@ If you like what you see and are curious about en's future, take a look at the | ## 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 %}