diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 09dcade..dc49532 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,5 +1,11 @@ # Introduction - [Introduction](./introduction/SUMMARY.md) - - [Overview](./introduction/overview.md) - [Installation](./introduction/installation.md) + - [Hello World!]() +- [Language concepts]() + - [Functions]() + - [Variables]() + - [Comments]() + - [Data Types]() + - [Control Flow]() diff --git a/docs/introduction/SUMMARY.md b/docs/introduction/SUMMARY.md index e10b99d..bc82445 100644 --- a/docs/introduction/SUMMARY.md +++ b/docs/introduction/SUMMARY.md @@ -1 +1,6 @@ # Introduction + +Sabre is a bullshit-free (©) programming language that gets out of your way. +It is meant to "just work", without adding unnecessary and bloated language features. + +To get started with Sabre, continue with the [installation](./installation.md) diff --git a/docs/introduction/overview.md b/docs/introduction/overview.md deleted file mode 100644 index 1553161..0000000 --- a/docs/introduction/overview.md +++ /dev/null @@ -1,4 +0,0 @@ -# Overview - -Sabre is a bullshit-free (©) programming language that gets out of your way. -It is meant to "just work", without adding unnecessary and bloated language features.