Skip to content

Commit edaa409

Browse files
authored
Remove the latest tag and fix some issues (#50)
* Fix some issues and remove the latest tag from 5.8.5 * Fix minor issues
1 parent 994b517 commit edaa409

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- run: pip install mkdocs-material
2424
- run: pip install mkdocs-glightbox
2525
- run: pip install mike
26-
- run: mike deploy 5.8.5 latest --update-aliases --push -F ./config/en/mkdocs.yml
26+
- run: mike deploy 5.8.5 --update-aliases --push -F ./config/en/mkdocs.yml

docs/en/Client Docs/settings/minimap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ allowing you to have two distinct minimaps available to switch between.
77

88
The settings for each minimap are identical, so we’ll only cover a single preset below.
99

10-
To switch between minimap presets, press the switch minimap preset key (the # key by default).
10+
To switch between minimap presets, press the switch minimap preset key (the '\' key by default).
1111

1212
![Minimap-Settings](../../img/settings/client/minimap.png){: .center}
1313

docs/en/Client Docs/waypoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In JourneyMap 5.8.5, a new command was added which allows you to create, delete
8686
/jm reload
8787
```
8888

89-
The create and delete commands are only available when the server has JourneyMap installed and if the player has op permissions. You can find more information about the add and delete commands [here](https://teamjm.github.io/journeymap-docs/Server%20Docs/waypoints/).
89+
The create and delete commands are only available when the server has JourneyMap installed and if the player has op permissions. You can find more information about the add and delete commands [here](../Server%20Docs/Commands/waypoint_command.md).
9090

9191
## **How to Share Waypoints and Locations**
9292

docs/en/Server Docs/basic-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The config file location for Forge Servers: `(server_folder)/world/serverconfig/
3636
## **Legacy Versions Below**
3737

3838
!!! note "Legacy"
39+
3940
The following only pertains to version pre JourneyMap version 5.5.5, before the Server Admin screen was added to JourneyMap.
4041

4142
## **Server control of Radar and Cave Mapping**

docs/en/Tools and Customisation/custom-mob-icons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ JourneyMap only comes with mob icons for Vanilla Minecraft mobs. (There's no mag
55
## **Mob Icon Sources (Legacy)**
66

77
!!! note "Note"
8+
89
This section is for JourneyMap 5.2 and older. It is no longer relevant for JourneyMap 5.3+.
910

1011
Whenever JourneyMap encounters a mob without a known icon, it creates a blank placeholder file that you can replace with your own icon. Look for them here <code>.minecraft/journeymap/icon/entity/(set name)/ ...</code>

docs/en/Tools and Customisation/topographic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ In truth, finding a "one size fits all" set of colors for topographic maps isn't
4141

4242
For some examples of topographic gradients used in the real world, see [this site](http://soliton.vm.bytemark.co.uk/pub/cpt-city/index.html), especially [this page](http://soliton.vm.bytemark.co.uk/pub/cpt-city/views/topo.html).
4343

44-
For your convenience, [the Color Editor tool](http://jsfiddle.net/techbrew/4vm9as0o/embedded/result/) and the [Gradient Generator tool](http://jsfiddle.net/techbrew/umh423j0/embedded/result/) may be helpful in choosing colors for your topographic maps.
44+
For your convenience, [the Color Editor tool](https://jsfiddle.net/techbrew/4vm9as0o/embedded/result/) and the [Gradient Generator tool](https://jsfiddle.net/techbrew/umh423j0/embedded/result/) may be helpful in choosing colors for your topographic maps.

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ JourneyMap is a popular mapping mod for Minecraft. Originally released by techbr
66

77
JourneyMap includes an in-game minimap and full-screen map, as well as a webmap that can be viewed in a browser.
88

9-
If you’d like a featureful, easy-to-use mapping mod then why not give JourneyMap a try? You can [find it on Curse](https://www.curseforge.com/minecraft/mc-mods/journeymap) and install it just like any other [Forge](https://forums.minecraftforge.net/) mod - or continue reading if you need help.
9+
If you’d like a featureful, easy-to-use mapping mod then why not give JourneyMap a try? You can find it on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/journeymap) or [Modrinth](https://modrinth.com/mod/journeymap) and install it just like any other [Fabric](https://fabricmc.net/), [Forge](https://forums.minecraftforge.net/) or [NeoForge](https://neoforged.net/) mod - or continue reading if you need help.
1010

1111
## **First Steps**
1212

0 commit comments

Comments
 (0)