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