mirror of
https://github.com/TabbyML/tabby
synced 2024-11-21 16:03:07 +00:00
docs: add Loom video demo (#884)
* docs: add loom video demo * docs: update wording * update --------- Co-authored-by: Meng Zhang <meng@tabbyml.com>
This commit is contained in:
parent
52cf5fb613
commit
ed6826408d
@ -1,6 +1,7 @@
|
||||
---
|
||||
sidebar_position: 0
|
||||
---
|
||||
|
||||
# 👋 Getting Started
|
||||
|
||||
Tabby is an open-source, self-hosted AI coding assistant. With Tabby, every team can set up its own LLM-powered code completion server with ease.
|
||||
@ -9,6 +10,17 @@ Tabby is an open-source, self-hosted AI coding assistant. With Tabby, every team
|
||||
[![Follow on Linkedin](https://shields.io/badge/Follow%20on%20Linkedin-e29351?logo=linkedin)](https://www.linkedin.com/company/tabbyml/)
|
||||
[![Star on Github](https://img.shields.io/github/stars/TabbyML/tabby?labelColor=e29351&label=Star&color=ffffff&logo=github)](https://github.com/TabbyML/tabby)
|
||||
|
||||
<div className="flex w-full flex-col justify-center items-center">
|
||||
<div className="flex w-full lg:w-8/12 aspect-[16/10]">
|
||||
<iframe className="flex-1"
|
||||
src="https://www.loom.com/embed/f46028aa12434ff29c36f5cde37f1d04?sid=110873b1-975d-4c4b-b548-5bbce9566c2e?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true"
|
||||
>
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<p className="mt-2 italic">Product demo to bring Tabby onto your Mac in 3 simple steps</p>
|
||||
</div>
|
||||
|
||||
## 📄 About the Docs
|
||||
|
||||
| Section | Goal |
|
4
website/tailwind.config.js
vendored
4
website/tailwind.config.js
vendored
@ -4,8 +4,8 @@ module.exports = {
|
||||
corePlugins: {
|
||||
preflight: false, // disable Tailwind's reset
|
||||
},
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}", "../docs/**/*.mdx"], // my markdown stuff is in ../docs, not /src
|
||||
darkMode: ['class', '[data-theme="dark"]'], // hooks into docusaurus' dark mode settigns
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}", "./docs/**/*.mdx"],
|
||||
darkMode: ['class', '[data-theme="dark"]'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user