Skip to content
Snippets Groups Projects
Commit 5b89e561 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'fix/timeout' into 'master'

fix(navigation): connection timeout

See merge request !70
parents 07db8e64 e4e4bd64
No related branches found
No related tags found
1 merge request!70fix(navigation): connection timeout
Pipeline #99253 passed
...@@ -32,7 +32,7 @@ At the repository root, run `mkdir -p mnt mnt/configs` ...@@ -32,7 +32,7 @@ At the repository root, run `mkdir -p mnt mnt/configs`
The `mnt/configs` folder will contain a `tokenskey.json` file, generated when the server starts for the first time. The `mnt/configs` folder will contain a `tokenskey.json` file, generated when the server starts for the first time.
With assets imported (see [this page](./handle_assets/#local-setup) for more information) the `mnt` folder should look like this : With assets imported (see [this page](./handle_assets.md#local-setup) for more information) the `mnt` folder should look like this :
```bash ```bash
mnt mnt
......
...@@ -18,7 +18,7 @@ First of all, we display the GCU screen, which allows user to read the General C ...@@ -18,7 +18,7 @@ First of all, we display the GCU screen, which allows user to read the General C
:::note About terms :::note About terms
More details are available on the [term section](./terms). More details are available on the [term section](./terms.md).
::: :::
......
...@@ -49,7 +49,7 @@ Open the project with VSCode and add the following code into `.vscode/settings.j ...@@ -49,7 +49,7 @@ Open the project with VSCode and add the following code into `.vscode/settings.j
## Install your Linux distribution ## Install your Linux distribution
If you're using windows, we highly recommend to [install WSL](./wsl). Also checkout the official documentation. If you're using windows, we highly recommend to [install WSL](./wsl.md). Also checkout the official documentation.
### Setup your distribution ### Setup your distribution
......
...@@ -23,6 +23,7 @@ const config: Config = { ...@@ -23,6 +23,7 @@ const config: Config = {
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
trailingSlash: true,
// Even if you don't use internationalization, you can use this field to set // Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you // useful metadata like html lang. For example, if your site is Chinese, you
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment