Skip to content

Commit 4627080

Browse files
Update index.md
1 parent f89aa06 commit 4627080

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ date = 2024-10-20T15:12:37+02:00
77

88
Welcome to the Lento Programming Language documentation!
99
Here you will find everything you need to know about Lento, from the basics to the advanced features.
10-
11-
## Formal Specification
12-
13-
Read the [formal language specification](specification) for a detailed description of Lento.
10+
Begin with [installing Lento](/install) and then move on to the [Getting Started](#getting-started) section.
1411

1512
<br/><br/>
1613

@@ -19,8 +16,7 @@ Read the [formal language specification](specification) for a detailed descripti
1916

2017
## Getting Started
2118

22-
- [Installation](/install)
23-
- [Hello, World!](/hello-world)
19+
- [Hello, World!](hello-world)
2420
- [Syntax](syntax)
2521
- [Types](types)
2622
- [Variables](variables)
@@ -95,3 +91,8 @@ Additional resources for learning more about Lento and its ecosystem external to
9591

9692
</div>
9793
</div>
94+
95+
## Formal Specification
96+
97+
Read the [formal language specification](specification) for a detailed description of Lento syntax and semantics.
98+
This document is intended for language implementors and those interested in the formal grammar of the language.

0 commit comments

Comments
 (0)