Skip to content

Commit

Permalink
Set up external Fabric Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ladylexxie committed Mar 14, 2023
1 parent a29f62f commit a36779f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -15,4 +13,6 @@ google-analytics:
clicky:
id: "101400502"

markdown: kramdown

exclude: ['.vscode', 'Gemfile', 'Gemfile.lock']
12 changes: 7 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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"} |

0 comments on commit a36779f

Please sign in to comment.