Rename Start to Introduction, tweak About page links
Some checks failed
/ verify (push) Has been cancelled
Some checks failed
/ verify (push) Has been cancelled
This commit is contained in:
parent
c2de0283fd
commit
e0a5eaaf2f
2 changed files with 8 additions and 8 deletions
|
|
@ -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?
|
||||||
|
|
||||||
|
|
@ -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
|
- JSON schema for language server integration
|
||||||
- Full-text search
|
- 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
|
## 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 = """
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue