Skip to content

Commit

Permalink
Merge pull request #2 from SkleppyKins/main
Browse files Browse the repository at this point in the history
Updated docs for readability
  • Loading branch information
rjmacarthy authored Apr 30, 2024
2 parents 7409dbb + ab2c72d commit e200146
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions src/content/docs/general/fill-in-middle.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Fill in the middle
description: Fill in the middle
title: Autocomplete
description: Autocomplete
---

To use Twinny to fill in the middle of a code snippet, just start typing in the editor and Twinny will autocomplete for you. Very similar to how Github Copilot works.
To use Twinny to autocomplete a code snippet, just start typing in the editor and Twinny will autocomplete for you. It's very similar to how Github Copilot works.

If you prefer to trigger code completion manually turn off automatic inline code completion in the settings menu which can be found at the top of the Twinny side panel, and then use the keyboard shortcut `ALT+\` to trigger code completion.
If you prefer to trigger code completion manually, turn off automatic inline code completion in the Settings menu which can be found at the top of the Twinny side panel and then use the keyboard shortcut `ALT+\` to trigger code completion.

Github Copilot and Twinny share the same keyboard shortcuts, so might interfere with each other enable and disable them as needed.
Github Copilot and Twinny share the same keyboard shortcuts, so they may interfere with each other. Please enable or disable them if required.
20 changes: 10 additions & 10 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
---
title: Welcome to Twinny
description: Free and private AI extension for Visual Studio Code. Auto-complete suggestions, chat with AI and more.
description: The free and private AI extension for Visual Studio Code. Auto-complete suggestions, chat with AI and more.
template: splash
hero:
title: |
Twinny
image:
file: ../../assets/twinny.svg
tagline: |
Free and private AI extension for Visual Studio Code. Auto-complete suggestions, chat with AI and more.
The free and private AI extension for Visual Studio Code. Auto-complete suggestions, chat with AI and more.
actions:
- text: Getting started
- text: Getting Started
link: /twinny-docs/general/quick-start
icon: right-arrow
variant: secondary
---

import { Card, CardGrid, LinkCard } from "@astrojs/starlight/components";

## Learn more
## Learn More

<CardGrid stagger>
<LinkCard
title="Getting started"
description="A quick start guide for using Twinny."
title="Getting Started"
description="A Quick Start Guide for Using Twinny."
href="/twinny-docs/general/quick-start"
/>
<LinkCard
title="Inference providers"
title="Inference Providers"
href="/twinny-docs/general/providers"
description="Learn how to use an inference provider with Twinny."
></LinkCard>
<LinkCard
title="Supported models"
title="Supported Models"
description="Learn about the supported AI models."
href="/twinny-docs/general/supported-models"
></LinkCard>
</CardGrid>

## Main features
## Main Features

<CardGrid stagger>
<Card title="Code completion" icon="seti:json">
<Card title="Code Completion" icon="seti:json">
Twinny provides autocomplete suggestions for your code.
</Card>
<Card title="Chat with AI" icon="pencil">
Expand Down

0 comments on commit e200146

Please sign in to comment.