Skip to content

Commit

Permalink
Add a few search features and change an option description (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
stantios authored Feb 2, 2024
1 parent 69879f9 commit 777c270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions config/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ repo_url: https://github.com/TeamJM/journeymap-docs
theme:
name: material
custom_dir: ../../overrides
features:
- search.highlight
- search.suggest
palette:

# Palette toggle for automatic mode
Expand Down Expand Up @@ -53,8 +56,7 @@ plugins:
- glightbox
- mike:
version_selector: true
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- search

nav:
- Home: index.md
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Client Docs/settings/minimap-position.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The default option for each setting below is marked with **bold** text.
| Setting | Options | Description |
|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| Minimap Key Move Pixel Offset | <ul><li>Range: 0.001 - 0.025 <br>**Default is 0.001**</li></ul> | When moving the minimap with arrow keys, this option controls how may pixels per key press to help fine tune the location. |
| Position | <ul><li>**Top Right**</li><li>Bottom Right</li><li>Bottom Left</li><li>Top Left</li><li>Top Center</li><li>Center</li><li>Custom</li></ul> | Where the minimap should be placed on the screen. |
| Position | <ul><li>**Top Right**</li><li>Bottom Right</li><li>Bottom Left</li><li>Top Left</li><li>Top Center</li><li>Center</li><li>Custom</li></ul> | Set to **Custom** to drag the minimap to your desired location. |

0 comments on commit 777c270

Please sign in to comment.