diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 531ccff..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: - make clean || echo "build folder doesn't exist" - make build -clean: - rm -Ir build - -build: - mkdir build - j2 -f json index.j2 index.json > build/index.html - diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 42d636d..0000000 --- a/docs/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Building -```zsh -pip install j2cli -make -``` diff --git a/docs/build/index.html b/docs/build/index.html deleted file mode 100644 index ecdbdd5..0000000 --- a/docs/build/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - Lifesteal SMP by TheTechRobo - - - - -
-

Lifesteal SMP by TheTechRobo

-
- -
-

IP Address: play.lifesteal.thetechrobo.ca - - (Java 1.18.2 ONLY) - -

-

Recommended Mods.

-

Minecraft has a number of flaws. Purpur Client solves many of these problems.

-

Server Details

-
-
Server
-
Purpur 1.18.2
-
Plugins
-
- Lifesteal Plugin (created by TheTechRobo) -
-
Whitelist
-
On (check)
-
- diff --git a/docs/index.j2 b/docs/index.j2 deleted file mode 100644 index 417b83f..0000000 --- a/docs/index.j2 +++ /dev/null @@ -1,53 +0,0 @@ - - - Lifesteal SMP by TheTechRobo - - - - -

- TODO: MOVE TO HUGO -

-
-

Lifesteal SMP by TheTechRobo

-
- -
-

IP Address: play.lifesteal.thetechrobo.ca - {% if onlyjava %} - (Java {{ mcversion }} ONLY) - {% else %} - (Java + Bedrock {{mcversion}} - {% endif %} -

-

Recommended Mods.

-

Minecraft has a number of flaws. Purpur Client solves many of these problems.

-

Server Details

-
-
Server
-
Purpur {{ mcversion }}
-
Plugins
-
- Lifesteal Plugin (created by TheTechRobo) -
-
Whitelist
-
On (check)
-
- diff --git a/docs/index.json b/docs/index.json deleted file mode 100644 index 12a6b1e..0000000 --- a/docs/index.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "onlyjava": true, - "mcversion": "1.18.2" -}