File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ With Advanced Peripherals you can control your base in Minecraft only with messa
2121
2222#### Version support
2323
24- | Supported Version | 1.16 | 1.17 | 1.18 | 1.19.2 | 1.19.3 | 1.19.4 | 1.20.1 | 1.20.4 | 1.21.1 |
25- | -------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------| -------- ------------| --------------------| --------------------|
26- | Security patches | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | : white_check_mark : | :white_check_mark : | :white_check_mark : |
27- | Critical fixes | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | : white_check_mark : | :white_check_mark : | :white_check_mark : |
28- | Minor fixes | :x : | :x : | :x : | :white_check_mark : | :x : | :x : | : white_check_mark : | :white_check_mark : | :white_check_mark : |
29- | Minor features | :x : | :x : | :x : | :white_check_mark : | :x : | :x : | : white_check_mark : | :white_check_mark : | :white_check_mark : |
30- | Fully supported | :x : | :x : | :x : | :white_check_mark : | :x : | :x : | : white_check_mark : | :white_check_mark : | :white_check_mark : |
31- | Will be supported | :x : | :x : | :o : | :o : | :o : | :x : | : o : | :o : | :o : |
24+ | Supported Version | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.2 | 1.19.3 | 1.20.1 | 1.20.4 | 1.21.1 |
25+ | -------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
26+ | Security patches | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
27+ | Critical fixes | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
28+ | Minor fixes | :x : | :x : | :x : | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
29+ | Minor features | :x : | :x : | :x : | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
30+ | Fully supported | :x : | :x : | :x : | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
31+ | Will be supported | :x : | :x : | :o : | :o : | :o : | :o : | :o : | :o : |
3232
3333
3434#### Netlify
Original file line number Diff line number Diff line change 11[build ]
22 command = """
3+ mkdocs build
34 git config user.name "Version Deployment"
45 git config user.email "netlifybot@example.com"
56 git remote set-url origin https://${GITHUB_TOKEN}@github.com/SirEndii/Advanced-Peripherals-Documentation.git
1415 elif [ "$BRANCH" = "0.7" ]; then
1516 echo "Deploying $BRANCH"
1617 mike deploy --push --update-aliases 0.7 latest
18+ else
19+ echo "Deploying $BRANCH"
20+ mike deploy --push "$BRANCH"
1721 fi
18- git push origin gh-pages
1922 """
2023 publish = " site" # The directory where your built MkDocs site resides
2124
You can’t perform that action at this time.
0 commit comments