diff --git a/_config.yml b/_config.yml index cbe6a4b4e0..577cddd81e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,3 @@ -# command: bundle exec jekyll serve - title: Lexxie's Minecraft JavaDocs # title: Lexxie's Minecraft JavaDocs description: A small repository of Forge/Fabric JavaDocs for quick and easy use. @@ -15,4 +13,6 @@ google-analytics: clicky: id: "101400502" +markdown: kramdown + exclude: ['.vscode', 'Gemfile', 'Gemfile.lock'] diff --git a/readme.md b/readme.md index 3cf5a58372..865203e6f0 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,9 @@ ### Choose your loader's version: -| Version | Forge Version | Fabric Version | -| :------: | :------------------------------------------------------------: | :------------------------------------------------------------: | -| 1.19.2 | [43.2.6](https://ladylexxie.github.io/forge-javadocs/1.19.2/) | [0.75.1](https://ladylexxie.github.io/fabric-javadocs/1.19.2/) | -| 1.18.2 | [40.2.1](https://ladylexxie.github.io/forge-javadocs/1.18.2/) | | -| 1.16.5 | [36.2.39](https://ladylexxie.github.io/forge-javadocs/1.16.5/) | | +| Minecraft | Forge | Fabric | +| :--------: | :------------------------------------------------------------: | :-----------------------------------------------------------------: | +| 1.19.4 | | [0.75.3](https://maven.fabricmc.net/docs/fabric-api-0.75.3+1.19.4/){:target="_blank" rel="noopener"} | +| 1.19.3 | | [0.75.1](https://ladylexxie.github.io/fabric-javadocs/1.19.2/){:target="_blank" rel="noopener"} | +| 1.19.2 | [43.2.6](https://ladylexxie.github.io/forge-javadocs/1.19.2/){:target="_blank" rel="noopener"} | [0.75.1](https://ladylexxie.github.io/fabric-javadocs/1.19.2/){:target="_blank" rel="noopener"} | +| 1.18.2 | [40.2.1](https://ladylexxie.github.io/forge-javadocs/1.18.2/){:target="_blank" rel="noopener"} | [0.75.1](https://ladylexxie.github.io/fabric-javadocs/1.19.2/){:target="_blank" rel="noopener"} | +| 1.16.5 | [36.2.39](https://ladylexxie.github.io/forge-javadocs/1.16.5/){:target="_blank" rel="noopener"} | [0.75.1](https://ladylexxie.github.io/fabric-javadocs/1.19.2/){:target="_blank" rel="noopener"} |