From e4e4bd64eba6da17e4641cde88d76851d3e419d3 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Mon, 29 Apr 2024 13:38:45 +0000 Subject: [PATCH] fix(navigation): connection timeout --- docs/ecolyo-agent/Technical/0-getting-started.mdx | 2 +- docs/ecolyo/Functionalities/onboarding.md | 2 +- docs/getting-started/setup.md | 2 +- docusaurus.config.ts | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ecolyo-agent/Technical/0-getting-started.mdx b/docs/ecolyo-agent/Technical/0-getting-started.mdx index ac49634..43b0ad5 100644 --- a/docs/ecolyo-agent/Technical/0-getting-started.mdx +++ b/docs/ecolyo-agent/Technical/0-getting-started.mdx @@ -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. -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 mnt diff --git a/docs/ecolyo/Functionalities/onboarding.md b/docs/ecolyo/Functionalities/onboarding.md index db61fb9..9d0c63b 100644 --- a/docs/ecolyo/Functionalities/onboarding.md +++ b/docs/ecolyo/Functionalities/onboarding.md @@ -18,7 +18,7 @@ First of all, we display the GCU screen, which allows user to read the General C :::note About terms -More details are available on the [term section](./terms). +More details are available on the [term section](./terms.md). ::: diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index 9d53570..d243c32 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -49,7 +49,7 @@ Open the project with VSCode and add the following code into `.vscode/settings.j ## 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 diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 73d9e5e..b1c6407 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -23,6 +23,7 @@ const config: Config = { onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', + trailingSlash: true, // 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 -- GitLab