Skip to content

Commit

Permalink
docs: fix blog content on connection private git repo (yaml -> toml) (#…
Browse files Browse the repository at this point in the history
…2268)

* TOML (not YAML)

* Update website/blog/2024-04-08-connect-private-github-repository-to-tabby/index.md

---------

Co-authored-by: Meng Zhang <[email protected]>
  • Loading branch information
Geremia and wsxiaoys authored May 28, 2024
1 parent e7af21a commit 6208195
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ For additional information, please refer to the documentation on [Managing your

## Configuration

To configure the Tabby server with your private Git repositories, you need to provide the required settings in a YAML file. Create and edit a configuration file located at `~/.tabby/config.yaml`:
To configure the Tabby server with your private Git repositories, you need to provide the required settings in a TOML file. Create and edit a configuration file located at `~/.tabby/config.toml`:

```yaml
```toml
## Add the private repository
[[repositories]]
name = "my_private_project"
Expand Down

0 comments on commit 6208195

Please sign in to comment.