Skip to content

Commit

Permalink
fix links & build with --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 15, 2023
1 parent acc08aa commit abf21fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r requirements.txt
- run: mkdocs build --verbose
- run: mkdocs build --verbose --strict
- uses: actions/upload-pages-artifact@v1
with:
path: 'site'
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to the Lavalink Getting Started guide. If you're new to Lavalink, follow

1. Install Java 17 or higher. You can download it [here](https://www.azul.com/downloads/?package=jdk#zulu).
2. Download the latest `Lavalink.jar` from [here](https://github.com/lavalink-devs/Lavalink/releases/latest).
3. Check out the [configuration](configuration) page to learn how to configure Lavalink.
3. Check out the [configuration](configuration/index.md) page to learn how to configure Lavalink.
4. Run Lavalink with `java -jar Lavalink.jar`.

Now you can connect to Lavalink with your Lavalink Client. You can find a list of clients [here](clients.md).
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ edit_uri: edit/master/docs/
copyright: Copyright © 2017-2021 Lavalink Contributors

nav:
- Home: /
- Home: index.md
- Getting Started: getting-started.md
- Configuration:
- configuration
- configuration/index.md
- Binary: configuration/binary.md
- Systemd: configuration/systemd.md
- Docker: configuration/docker.md
- Clients: clients.md
- Plugins: plugins.md
- API:
- api
- api/index.md
- Websocket: api/websocket.md
- Rest: api/rest.md
- Plugins: api/plugins.md
Expand Down

0 comments on commit abf21fc

Please sign in to comment.