Skip to content

Commit

Permalink
Remove the latest tag and fix some issues (#50)
Browse files Browse the repository at this point in the history
* Fix some issues and remove the latest tag from 5.8.5

* Fix minor issues
  • Loading branch information
stantios authored Jan 27, 2024
1 parent 994b517 commit edaa409
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: pip install mike
- run: mike deploy 5.8.5 latest --update-aliases --push -F ./config/en/mkdocs.yml
- run: mike deploy 5.8.5 --update-aliases --push -F ./config/en/mkdocs.yml
2 changes: 1 addition & 1 deletion docs/en/Client Docs/settings/minimap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allowing you to have two distinct minimaps available to switch between.

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Client Docs/waypoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In JourneyMap 5.8.5, a new command was added which allows you to create, delete
/jm reload
```

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/).
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).

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

Expand Down
1 change: 1 addition & 0 deletions docs/en/Server Docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The config file location for Forge Servers: `(server_folder)/world/serverconfig/
## **Legacy Versions Below**

!!! note "Legacy"

The following only pertains to version pre JourneyMap version 5.5.5, before the Server Admin screen was added to JourneyMap.

## **Server control of Radar and Cave Mapping**
Expand Down
1 change: 1 addition & 0 deletions docs/en/Tools and Customisation/custom-mob-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ JourneyMap only comes with mob icons for Vanilla Minecraft mobs. (There's no mag
## **Mob Icon Sources (Legacy)**

!!! note "Note"

This section is for JourneyMap 5.2 and older. It is no longer relevant for JourneyMap 5.3+.

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>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Tools and Customisation/topographic.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ In truth, finding a "one size fits all" set of colors for topographic maps isn't

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).

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.
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.
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JourneyMap is a popular mapping mod for Minecraft. Originally released by techbr

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

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.
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.

## **First Steps**

Expand Down

0 comments on commit edaa409

Please sign in to comment.