docs: add emojis to blog, update docusaurus settings
parent
c15bf91543
commit
9e54eda318
|
|
@ -5,12 +5,12 @@ authors: [ meng ]
|
|||
tags: [release]
|
||||
---
|
||||
|
||||
We're thrilled to announce Tabby's first stable version, v0.0.1! This marks a significant milestone in our continuous efforts to refine our platform. The Tabby API specification is now officially stable, providing a reliable foundation for future development.
|
||||
We're thrilled to announce Tabby's first stable version, v0.0.1! 🎉 This marks a significant milestone in our continuous efforts to refine our platform. The Tabby API specification is now officially stable, providing a reliable foundation for future development. 🚀
|
||||
|
||||
To enjoy these improvements, simply upgrade your Tabby instance to v0.0.1 using the image tag: [tabbyml/tabby:v0.0.1](https://hub.docker.com/layers/tabbyml/tabby/v0.0.1/images/sha256-eebff440360bafe40af0f4b213738fdba3df15270adce76fbb55ed2519ddfaa9?context=explore). This ensures access to the latest features and optimizations.
|
||||
📦 To enjoy these improvements, simply upgrade your Tabby instance to v0.0.1 using the image tag: [tabbyml/tabby:v0.0.1](https://hub.docker.com/layers/tabbyml/tabby/v0.0.1/images/sha256-eebff440360bafe40af0f4b213738fdba3df15270adce76fbb55ed2519ddfaa9?context=explore). This ensures access to the latest features and optimizations.
|
||||
|
||||
For more details and to access the release, visit our GitHub repository at https://github.com/TabbyML/tabby/releases/tag/v0.0.1.
|
||||
📚 For more details and to access the release, visit our GitHub repository at https://github.com/TabbyML/tabby/releases/tag/v0.0.1.
|
||||
|
||||
We deeply appreciate your ongoing support and feedback, which has been instrumental in shaping Tabby's development. We're committed to delivering excellence and innovation as we move forward.
|
||||
We deeply appreciate your ongoing support and feedback, which has been instrumental in shaping Tabby's development. 🙏 We're committed to delivering excellence and innovation as we move forward.
|
||||
|
||||
Thank you for being part of the Tabby community!
|
||||
Thank you for being part of the Tabby community! ❤️
|
||||
|
|
|
|||
|
|
@ -51,10 +51,8 @@ const config = {
|
|||
},
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
// Please change this to your repo.
|
||||
// Remove this to remove the "edit this page" links.
|
||||
editUrl:
|
||||
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
|
||||
'https://github.com/TabbyML/tabby/edit/main/website',
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve('./src/css/custom.css'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue