diff --git a/website/docs/01-getting-started.md b/website/docs/01-getting-started.md index 2396303..8416016 100644 --- a/website/docs/01-getting-started.md +++ b/website/docs/01-getting-started.md @@ -1,4 +1,4 @@ -# Getting Started +# 👋 Getting Started Install Tabby in your code editors, if your favorite editor is not supported yet, consider filing an [Feature Request](https://github.com/TabbyML/tabby/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=). diff --git a/website/docs/02-self-hosting/02-self-hosting.md b/website/docs/02-self-hosting/02-self-hosting.md index 69cae0a..e0b8322 100644 --- a/website/docs/02-self-hosting/02-self-hosting.md +++ b/website/docs/02-self-hosting/02-self-hosting.md @@ -1,4 +1,4 @@ -# Self Hosting +# 📚 Self Hosting Tabby can be deployed on the server side using Docker or as client-side software, harnessing the computing power of Mac M1/M2. Please refer to each individual page for more information. diff --git a/website/docs/03-faq.md b/website/docs/03-faq.md index 9edb500..ed2d2ff 100644 --- a/website/docs/03-faq.md +++ b/website/docs/03-faq.md @@ -1,4 +1,4 @@ -# Frequently Asked Questions +# ⁉️ Frequently Asked Questions
How much VRAM a LLM model consumes? diff --git a/website/docs/04-roadmap.md b/website/docs/04-roadmap.md index f5d93c3..5bc18cd 100644 --- a/website/docs/04-roadmap.md +++ b/website/docs/04-roadmap.md @@ -1,4 +1,4 @@ -# Roadmap +# 🚀 Roadmap ## Q4 2023 * 🔧 Improve RAG by deeper integration with Treesitter using custom query. This will bring LSP-like understanding to Tabby's code index.