Compare commits

..

No commits in common. "3d21ef0df2239576e371759c807325dc5dda0d04" and "f458300f659b40621e97bf255682e9970e998c9a" have entirely different histories.

10 changed files with 2 additions and 86 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
dists

View file

@ -2,10 +2,6 @@
Title: API
Type: Document
---
---
import { Prism } from '@astrojs/prism';
## Generic
**Language**
@ -34,8 +30,7 @@ Enable or disable the Milieu mode.
When a user registered an account, it is processed with the following data:
<Prism lang="json" code={
`
```JSON
{
"name": "PROVIDED_NAME",
"ui_theme": "Default",
@ -49,8 +44,7 @@ When a user registered an account, it is processed with the following data:
"image_proxy": "https://ipx.sudovanilla.org",
"player_type": "Zorn"
}
`
} />
```
The end-user is then redirected to `/?=welcome` with an onboarding screen(Planned, this actually does nothing for now).

View file

View file

@ -1,61 +0,0 @@
{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "MinPluto",
"SiteProtocol": "https",
"SiteDomain": "minpluto.docs.sudovanilla.org",
"SiteBase": "",
"MetaColor": "",
"WhiteLabel": "true",
"FooterVersion": "true"
},
"HeaderItems": [
{
"text": "Documentation",
"link": "/introduction/"
},
{
"text": "Source Code",
"link": "https://ark.sudovanilla.org/MinPluto/MinPluto/"
}
],
"SidebarItems": [
{
"heading": "Introduction"
},
{
"text": "Introduction",
"link": "/introduction/"
},
{
"text": "FAQ",
"link": "/faq/"
},
{
"text": "Compatibility",
"link": "/compatibility/"
},
{
"text": "Support",
"link": "/support/"
},
{
"heading": "Setup"
},
{
"text": "Requirements",
"link": "/requirements/"
},
{
"text": "Self-Hosting",
"link": "/self-hosting/"
},
{
"heading": "References"
},
{
"text": "API",
"link": "/api/"
}
]
}

View file

@ -1,16 +0,0 @@
services:
butterflyvu:
image: ark.sudovanilla.org/korbs/butterlyvu:amd64
volumes:
- ./config.json:/app/config.json
- ./docs/:/app/src/content/docs/
- ./dists/:/app/dist/
nginx:
image: nginx:latest
restart: unless-stopped
network_mode: bridge
ports:
- 4242:80
volumes:
- ./dists/:/usr/share/nginx/html/