Remove unnecessary intro page from docs

This commit is contained in:
Filip Tibell 2023-03-24 12:55:23 +01:00
parent 587a1c796d
commit eacc74d24a
No known key found for this signature in database
4 changed files with 2 additions and 10 deletions

View file

@ -42,4 +42,4 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust
## Where do I start? ## Where do I start?
Head over to the [docs site](https://lune.gitbook.io/lune/home/intro) to get started using Lune! Head over to the [installation](https://lune.gitbook.io/lune/home/installation) page to get started using Lune!

View file

@ -2,7 +2,6 @@
## Home ## Home
- [Intro](pages/home/Intro.md)
- [Installation](pages/home/Installation.md) - [Installation](pages/home/Installation.md)
- [Writing Scripts](pages/home/Writing-Scripts.md) - [Writing Scripts](pages/home/Writing-Scripts.md)
- [Running Scripts](pages/home/Running-Scripts.md) - [Running Scripts](pages/home/Running-Scripts.md)
@ -10,7 +9,7 @@
## Roblox ## Roblox
- [Intro](pages/roblox/Intro.md) - [Introduction](pages/roblox/Introduction.md)
- [Examples](pages/roblox/Examples.md) - [Examples](pages/roblox/Examples.md)
- [API Status](pages/roblox/Api-Status.md) - [API Status](pages/roblox/Api-Status.md)

View file

@ -1,7 +0,0 @@
# 🏠 Home
Welcome to the Lune docs site!
Here you can find tutorials as well as a full API reference for all of Lune's built-in APIs.
To get started, head over to the [Installation](https://lune.gitbook.io/lune/home/installation) page.