Override home page

This commit is contained in:
Korbs 2024-11-13 03:43:54 -05:00
parent 15d4b0fab8
commit 97e8cf2cbc
2 changed files with 11 additions and 0 deletions

View file

@ -1,8 +1,10 @@
services: services:
butterflyvu: butterflyvu:
image: ark.sudovanilla.org/korbs/butterflyvu:amd64 image: ark.sudovanilla.org/korbs/butterflyvu:amd64
network_mode: bridge
volumes: volumes:
- ./config.json:/app/config.json - ./config.json:/app/config.json
- ./docs/home.mdx:/app/src/content/home.mdx
- ./docs/:/app/src/content/docs/ - ./docs/:/app/src/content/docs/
- ./dists/:/app/dist/ - ./dists/:/app/dist/

9
docs/home.mdx Normal file
View file

@ -0,0 +1,9 @@
---
layout: "@layouts/Splash.astro"
Title: "MinPluto Documentation"
Banner: "https://md.sudovanilla.org/images/docs-mp-bfv.png"
PrimaryText: "Get Started"
SecondaryText: "Source Code"
PrimaryLink: "/introduction/"
SecondaryLink: "https://ark.sudovanilla.org/MinPluto/MinPluto/"
---