Browse Source

Add placeholder for documentation

github-actions
Garrit Franke 3 years ago
parent
commit
3b3d582875
  1. 8
      docs/SUMMARY.md
  2. 5
      docs/introduction/SUMMARY.md
  3. 4
      docs/introduction/overview.md

8
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]()

5
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)

4
docs/introduction/overview.md

@ -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.
Loading…
Cancel
Save