From 88b0b2cadc2cd119fee75470d1e47d91395e24fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linnea=20Gr=C3=A4f?= Date: Sun, 17 Nov 2024 04:30:18 +0100 Subject: [PATCH] fix: Fix incorrect overlapping markdown file --- .../docs/{texture-pack-format.md => _texture-pack-format.md} | 0 web/src/pages/docs/texture-pack-format.astro | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/src/pages/docs/{texture-pack-format.md => _texture-pack-format.md} (100%) diff --git a/web/src/pages/docs/texture-pack-format.md b/web/src/pages/docs/_texture-pack-format.md similarity index 100% rename from web/src/pages/docs/texture-pack-format.md rename to web/src/pages/docs/_texture-pack-format.md diff --git a/web/src/pages/docs/texture-pack-format.astro b/web/src/pages/docs/texture-pack-format.astro index f04188f..0714aea 100644 --- a/web/src/pages/docs/texture-pack-format.astro +++ b/web/src/pages/docs/texture-pack-format.astro @@ -2,7 +2,7 @@ import Base from "../../layouts/Base.astro"; import NavBar from "../../components/NavBar.astro"; import Content from "../../layouts/Content.astro"; -import MarkDown from './texture-pack-format.md'; +import MarkDown from './_texture-pack-format.md'; ---