mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Remove unnecessary intro page from docs
This commit is contained in:
parent
587a1c796d
commit
eacc74d24a
4 changed files with 2 additions and 10 deletions
|
@ -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!
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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.
|
|
Loading…
Reference in a new issue