diff --git a/website/blog/2023-08-31-first-stable-release.md b/website/blog/2023-08-31-first-stable-release.md index ff17c9b7444a..ff8444311708 100644 --- a/website/blog/2023-08-31-first-stable-release.md +++ b/website/blog/2023-08-31-first-stable-release.md @@ -1,5 +1,4 @@ --- -slug: first-stable-release title: "Introducing First Stable Release: v0.0.1" authors: [ meng ] tags: [release] diff --git a/website/blog/2023-09-05-deploy-tabby-to-huggingface-space/index.md b/website/blog/2023-09-05-deploy-tabby-to-huggingface-space/index.md index 1308254b63a0..67ec7bc4a786 100644 --- a/website/blog/2023-09-05-deploy-tabby-to-huggingface-space/index.md +++ b/website/blog/2023-09-05-deploy-tabby-to-huggingface-space/index.md @@ -1,5 +1,5 @@ --- -slug: deploy-tabby-to-huggingface-space +slug: /2023/09/05/deploy-tabby-to-huggingface-space title: Deploying a Tabby Instance in Hugging Face Spaces authors: - name: Rand Xie diff --git a/website/blog/2023-10-14-seed-round-release-0-3-0-RAG.md b/website/blog/2023-10-14-seed-round-release-0-3-0-RAG.md index ecf54f497eed..91d384f97d29 100644 --- a/website/blog/2023-10-14-seed-round-release-0-3-0-RAG.md +++ b/website/blog/2023-10-14-seed-round-release-0-3-0-RAG.md @@ -2,6 +2,7 @@ authors: [ meng, gyxlucy ] tags: [release] +slug: /2023/10/14/seed-round-release-0-3-0 --- # Announcing our $3.2M seed round, and the long-awaited RAG release in Tabby v0.3.0 diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 048bd94e7ab5..58faaa261505 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -204,7 +204,15 @@ export default { }, { to: '/blog/2023/09/05/deploy-tabby-to-huggingface-space', - from: '/blog/2023/09/05/deploy-tabby-to-huggingface-space.md', + from: '/blog/deploy-tabby-to-huggingface-space.md', + }, + { + to: '/blog/2023/08/31/first-stable-release', + from: '/blog/first-stable-release', + }, + { + to: '/blog/2023/10/14/seed-round-release-0-3-0', + from: '/blog/2023/10/14/seed-round-release-0-3-0-RAG', }, { to: '/docs/quick-start/installation/docker',