better spacing, add drafts

This commit is contained in:
Ash Keel 2023-03-01 11:18:16 +01:00
parent a0be4496da
commit ca8f1a9f9c
No known key found for this signature in database
GPG Key ID: BAD8D93E7314ED3E
9 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
menu:
guides:
identifier: advanced
title: Advanced configuration
weight: 100
---

View File

@ -0,0 +1,10 @@
---
title: Custom account for chatbot
menu:
guides:
parent: advanced
weight: 10
draft: true
---
TODO

View File

@ -0,0 +1,7 @@
---
menu:
guides:
identifier: features
title: Features
weight: 20
---

View File

@ -0,0 +1,10 @@
---
title: Twitch chat bot
menu:
guides:
parent: features
weight: 10
draft: true
---
TODO

View File

@ -0,0 +1,10 @@
---
title: Loyalty system
menu:
guides:
parent: features
weight: 100
draft: true
---
TODO

View File

@ -3,4 +3,5 @@ menu:
guides:
identifier: gettingstarted
title: Getting started
weight: 10
---

View File

@ -0,0 +1,10 @@
---
title: First time setup
menu:
guides:
parent: gettingstarted
weight: 20
draft: true
---
TODO

View File

@ -3,6 +3,7 @@ title: Installation
menu:
guides:
parent: gettingstarted
weight: 10
---
To install strimertül, choose one of the following methods. If you're not a developer or have particular needs, you should follow the recommended method.

View File

@ -160,4 +160,12 @@
padding-bottom: 0.4rem;
margin-top: 2rem;
}
p {
line-height: 1.5;
margin-bottom: 1em;
}
.pages {
}
}