From 97e8cf2cbcfd06480ab36cfa8b7daa7e3ee1b61e Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 13 Nov 2024 03:43:54 -0500 Subject: [PATCH] Override home page --- docker-compose.yml | 2 ++ docs/home.mdx | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/home.mdx diff --git a/docker-compose.yml b/docker-compose.yml index c80acbd..2956715 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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/ diff --git a/docs/home.mdx b/docs/home.mdx new file mode 100644 index 0000000..ec7dfed --- /dev/null +++ b/docs/home.mdx @@ -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/" +--- \ No newline at end of file