Skip to content

Commit fec4281

Browse files
committed
Merge branch '0.7' into 0.8
# Conflicts: # netlify.toml
2 parents 0a7d581 + e884e8b commit fec4281

3 files changed

Lines changed: 51 additions & 133 deletions

File tree

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
@@ -14,8 +15,10 @@
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

0 commit comments

Comments
 (0)