mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-21 21:22:21 +00:00
better spacing, add drafts
This commit is contained in:
parent
a0be4496da
commit
ca8f1a9f9c
9 changed files with 64 additions and 0 deletions
7
content/guide/advanced/_index.md
Normal file
7
content/guide/advanced/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
menu:
|
||||||
|
guides:
|
||||||
|
identifier: advanced
|
||||||
|
title: Advanced configuration
|
||||||
|
weight: 100
|
||||||
|
---
|
10
content/guide/advanced/custom-chatbot-account.md
Normal file
10
content/guide/advanced/custom-chatbot-account.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Custom account for chatbot
|
||||||
|
menu:
|
||||||
|
guides:
|
||||||
|
parent: advanced
|
||||||
|
weight: 10
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO
|
7
content/guide/features/_index.md
Normal file
7
content/guide/features/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
menu:
|
||||||
|
guides:
|
||||||
|
identifier: features
|
||||||
|
title: Features
|
||||||
|
weight: 20
|
||||||
|
---
|
10
content/guide/features/chatbot.md
Normal file
10
content/guide/features/chatbot.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Twitch chat bot
|
||||||
|
menu:
|
||||||
|
guides:
|
||||||
|
parent: features
|
||||||
|
weight: 10
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO
|
10
content/guide/features/loyalty-system.md
Normal file
10
content/guide/features/loyalty-system.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Loyalty system
|
||||||
|
menu:
|
||||||
|
guides:
|
||||||
|
parent: features
|
||||||
|
weight: 100
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO
|
|
@ -3,4 +3,5 @@ menu:
|
||||||
guides:
|
guides:
|
||||||
identifier: gettingstarted
|
identifier: gettingstarted
|
||||||
title: Getting started
|
title: Getting started
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
10
content/guide/getting-started/first-time-setup.md
Normal file
10
content/guide/getting-started/first-time-setup.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: First time setup
|
||||||
|
menu:
|
||||||
|
guides:
|
||||||
|
parent: gettingstarted
|
||||||
|
weight: 20
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
TODO
|
|
@ -3,6 +3,7 @@ title: Installation
|
||||||
menu:
|
menu:
|
||||||
guides:
|
guides:
|
||||||
parent: gettingstarted
|
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.
|
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.
|
||||||
|
|
|
@ -160,4 +160,12 @@
|
||||||
padding-bottom: 0.4rem;
|
padding-bottom: 0.4rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 1.5;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pages {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue