en/static/welcome.toml
jutty 47f8530487
Some checks failed
/ verify (push) Has been cancelled
Add spelling and TOML schema checks
2026-06-04 13:00:12 -03:00

19 lines
512 B
TOML

#:schema ./graph-schema.json
[nodes.GettingStarted]
title = "Getting Started"
text = """
## Welcome to en!
#
If you are seeing this, it's working!
Now that you know how to run it, tell en how to find your graph file by adding a `--graph` option:
`
en --graph my_graph.toml
`
Alternatively, you can also add a `static` directory next to the en binary with a `graph.toml` file in it.
To learn how to write your first graph and everything else about en, check out the |documentation|https://en.jutty.dev|.
"""