Rename Start to Introduction, tweak About page links
Some checks failed
/ verify (push) Has been cancelled

This commit is contained in:
Juno Takano 2026-06-04 10:51:26 -03:00
commit 06872cc2de
2 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
#:schema ./graph-schema.json #:schema ./graph-schema.json
root_node = "Start" root_node = "Introduction"
[nodes.Start] [nodes.Introduction]
text = """ text = """
## What is en? ## 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 ## 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] [nodes.GetStarted]
@ -900,7 +900,7 @@ en is only possible thanks to a number of projects and people:
""" """
[nodes.RedirectTest] [nodes.RedirectTest]
redirect = "Start" redirect = "Node"
[nodes.Roadmap] [nodes.Roadmap]
text = """ text = """

View file

@ -15,10 +15,10 @@
<p>If you'd like to learn more:</p> <p>If you'd like to learn more:</p>
<ul> <ul>
<li><a href="https://en.jutty.dev">Website</a></li> <li><a href="https://en.jutty.dev/node/Introduction">More about en</a></li>
<li><a href="https://en.jutty.dev/node/Start">More about en</a></li>
<li><a href="https://en.jutty.dev/node/GetStarted">Get Started</a></li> <li><a href="https://en.jutty.dev/node/GetStarted">Get Started</a></li>
<li><a href="https://codeberg.org/jutty/en">Source code repository</a></li> <li><a href="https://en.jutty.dev">Documentation</a></li>
<li><a href="https://codeberg.org/jutty/en">Code repository</a></li>
</ul> </ul>
{% endif %} {% endif %}