Skip to content

Commit 1f2dba7

Browse files
committed
docs: add slop disclaimer and GitHub button to landing page
1 parent 93f591a commit 1f2dba7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/content/docs/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ title: LCEMP Documentation
33
description: Complete documentation for the Minecraft Legacy Console Edition Multiplayer source code.
44
template: splash
55
hero:
6-
tagline: Community-driven docs for the Minecraft LCE C++ codebase, built from 40 systematic analysis passes.
6+
tagline: Community-driven docs for the Minecraft LCE C++ codebase, built from 40 systematic analysis passes. the slop docs basically, so if you need anything changed, go to the github.
77
actions:
88
- text: Get Started
99
link: /lcemp-docs/overview/introduction/
1010
icon: right-arrow
1111
- text: Modding Guide
1212
link: /lcemp-docs/modding/getting-started/
1313
variant: minimal
14+
- text: GitHub
15+
link: https://github.com/coah80/lcemp-docs
16+
icon: github
17+
variant: minimal
1418
---
1519

1620
import { Card, CardGrid } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)