Reduced warnings on build

- Fixes various broken links that would produce warnings on docs build
This commit is contained in:
alex.ita 2024-12-19 21:26:33 +01:00 committed by O1LER
parent 79cae16848
commit 4836ece39a
6 changed files with 4 additions and 5 deletions

View File

@ -24,7 +24,7 @@ hide:
13. Respect Everyone :material-information-outline:{ title="This should go unsaid, but you need to have respect for everyone around you and act accordingly." } 13. Respect Everyone :material-information-outline:{ title="This should go unsaid, but you need to have respect for everyone around you and act accordingly." }
14. Keep to the topic of the category or channel. :material-information-outline:{ title="This should go unsaid, but keep your content on the topic of the area that you are posting within. E.g. support should helping people or used when seeking support." } 14. Keep to the topic of the category or channel. :material-information-outline:{ title="This should go unsaid, but keep your content on the topic of the area that you are posting within. E.g. support should helping people or used when seeking support." }
15. No excessive CAPS LOCK or Reactions/Emojis :material-information-outline:{ title="Users should refrain from using excessive caps or emojis/reactions as not to obscure the point at hand." } 15. No excessive CAPS LOCK or Reactions/Emojis :material-information-outline:{ title="Users should refrain from using excessive caps or emojis/reactions as not to obscure the point at hand." }
16. Check the [BeamMP FAQ](/support/player-faq/) & [BeamMP Community FAQ](https://forum.beammp.com/c/faq/35) before posting in support areas. 16. Check the [BeamMP FAQ](../../support/player-faq.md) & [BeamMP Community FAQ](https://forum.beammp.com/c/faq/35) before posting in support areas.
## Discord Rules ## Discord Rules

View File

@ -75,7 +75,7 @@ Feel free to ask in the #scripting channel in our [Discord](https://discord.gg/b
--- ---
# Setting up a local server # Setting up a local server
While working on BeamMP, it can be beneficial to use a local server. You can follow the general [server installation](docs/en/server/create-a-server.md) while omitting the first two steps for purely local connections. While working on BeamMP, it can be beneficial to use a local server. You can follow the general [server installation](../../server/create-a-server.md) while omitting the first two steps for purely local connections.
Set the server to private in the `serverConfig.toml` while using any string as the `AuthKey`. Set the server to private in the `serverConfig.toml` while using any string as the `AuthKey`.

View File

@ -24,7 +24,7 @@ hide:
13. Rispettare le altre persone:material-information-outline:{ title="È inutile dire che alla base della comunità c'è il rispetto reciproco." } 13. Rispettare le altre persone:material-information-outline:{ title="È inutile dire che alla base della comunità c'è il rispetto reciproco." }
14. Attieniti all'argomento del canale:material-information-outline:{ title="Non mandare messaggi non pertinenti al canale in cui ti trovi, ad esempio il canale di supporto deve essere usato solo nel caso in cui si richieda supporto tecnico." } 14. Attieniti all'argomento del canale:material-information-outline:{ title="Non mandare messaggi non pertinenti al canale in cui ti trovi, ad esempio il canale di supporto deve essere usato solo nel caso in cui si richieda supporto tecnico." }
15. No uso eccessivo di MAIUSCOLO o reazioni/emote:material-information-outline:{ title="Gli utenti devono astenersi dall'utilizzare un numero eccessivo di maiuscole o di emoji/reazioni per non disperdere l'attenzione dal punto in questione." } 15. No uso eccessivo di MAIUSCOLO o reazioni/emote:material-information-outline:{ title="Gli utenti devono astenersi dall'utilizzare un numero eccessivo di maiuscole o di emoji/reazioni per non disperdere l'attenzione dal punto in questione." }
16. Prima di chiedere aiuto nei canali di supporto, guarda le [FAQ di BeamMP](/support/player-faq/) e le [FAQ della comunità](https://forum.beammp.com/c/faq/35). 16. Prima di chiedere aiuto nei canali di supporto, guarda le [FAQ di BeamMP](../../support/player-faq.md) e le [FAQ della comunità](https://forum.beammp.com/c/faq/35).
## Regole specifiche al server Discord ## Regole specifiche al server Discord

View File

@ -75,7 +75,7 @@ Chiedi pure nel canale #scripting nel nostro [Discord](https://discord.gg/beammp
--- ---
# Creare un server in locale # Creare un server in locale
Mentre si lavora su BeamMP può essere d'aiuto l'utilizzo di un server in locale. Puoi seguire la [guida di installazione del server](docs/en/server/create-a-server.md) saltando i primi due passi per quanto riguarda le connessioni locali. Mentre si lavora su BeamMP può essere d'aiuto l'utilizzo di un server in locale. Puoi seguire la [guida di installazione del server](../../server/create-a-server.md) saltando i primi due passi per quanto riguarda le connessioni locali.
Imposta il server come privato in `serverConfig.toml` e puoi usare una qualunque stringa come `AuthKey`. Imposta il server come privato in `serverConfig.toml` e puoi usare una qualunque stringa come `AuthKey`.

View File

@ -358,7 +358,6 @@ nav:
- Client Scripting Reference: scripting/mod-reference.md - Client Scripting Reference: scripting/mod-reference.md
- Resource Creation: - Resource Creation:
- Server Resources: guides/mod-creation/server/getting-started.md - Server Resources: guides/mod-creation/server/getting-started.md
- Server Scripting Reference: scripting/server-reference.md
- BeamNG Documentation: - BeamNG Documentation:
- beamng/index.md - beamng/index.md
- Content Development: - Content Development: