Skip to content

Commit

Permalink
docs: update configuration.md to mention support of local directory (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 7, 2023
1 parent 77eda84 commit 8fbe8c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ To enable repository level context for code completion, you can add the followin
[[repositories]]
git_url = "https://github.com/TabbyML/tabby.git"

# git through ssh protocol.
[[repositories]]
git_url = "[email protected]:OpenNMT/CTranslate2.git"

# local directory is also supported!
[[repositories]]
git_url = "file:///home/users/repository_a"
```

Once this is set, you can run `tabby scheduler` to index the source code repository.
Expand Down

0 comments on commit 8fbe8c8

Please sign in to comment.