From fa2c17dd3b6c2a1314b8a45ad1ac5b8b655aed27 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 26 Apr 2024 22:47:44 -0700 Subject: [PATCH] docs: set website trailingSlash = true --- clients/vim/README.md | 1 + website/docs/administration/upgrade.md | 2 +- website/docs/installation/apple.md | 2 +- website/docusaurus.config.js | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clients/vim/README.md b/clients/vim/README.md index 605230664430..890dfb7182d2 100644 --- a/clients/vim/README.md +++ b/clients/vim/README.md @@ -18,6 +18,7 @@ If you encounter any problem or have any suggestion, please [open an issue](http - [Node.js Binary Path](#nodejs-binary-path) - [Completion Trigger Mode](#completion-trigger-mode) - [KeyBindings](#keybindings) + - [Known Conflicts](#known-conflicts) - [Contributing](#contributing) - [License](#license) diff --git a/website/docs/administration/upgrade.md b/website/docs/administration/upgrade.md index ce708080472f..9ac2d0d4ef6b 100644 --- a/website/docs/administration/upgrade.md +++ b/website/docs/administration/upgrade.md @@ -5,7 +5,7 @@ sidebar_position: 1 # Upgrade :::caution -Before upgrade, make sure to [back up](./backup) the database. +Before upgrade, make sure to [back up](../backup) the database. ::: diff --git a/website/docs/installation/apple.md b/website/docs/installation/apple.md index 505c8e6c5bc0..ff8bdd27254e 100644 --- a/website/docs/installation/apple.md +++ b/website/docs/installation/apple.md @@ -14,4 +14,4 @@ brew install tabbyml/tabby/tabby tabby serve --device metal --model StarCoder-1B ``` -The compute power of M1/M2 is limited and is likely to be sufficient only for individual usage. If you require a shared instance for a team, we recommend considering Docker hosting with CUDA or ROCm. You can find more information about Docker [here](./docker). +The compute power of M1/M2 is limited and is likely to be sufficient only for individual usage. If you require a shared instance for a team, we recommend considering Docker hosting with CUDA or ROCm. You can find more information about Docker [here](../docker). diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 02ed73d30f96..35e648c2133d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -8,6 +8,7 @@ export default { title: 'Tabby', tagline: 'Opensource, self-hosted AI coding assistant', favicon: 'img/favicon.ico', + trailingSlash: true, // Set the production url of your site here url: 'https://tabby.tabbyml.com',