Skip to content

Commit

Permalink
docs: set website trailingSlash = true
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 27, 2024
1 parent 5c58678 commit fa2c17d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions clients/vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion website/docs/administration/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::


Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fa2c17d

Please sign in to comment.