Override home page
This commit is contained in:
parent
15d4b0fab8
commit
97e8cf2cbc
2 changed files with 11 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
services:
|
||||
butterflyvu:
|
||||
image: ark.sudovanilla.org/korbs/butterflyvu:amd64
|
||||
network_mode: bridge
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
- ./docs/home.mdx:/app/src/content/home.mdx
|
||||
- ./docs/:/app/src/content/docs/
|
||||
- ./dists/:/app/dist/
|
||||
|
||||
|
|
9
docs/home.mdx
Normal file
9
docs/home.mdx
Normal 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/"
|
||||
---
|
Loading…
Reference in a new issue