From 6208195c71260189aa3589acd42941022b468927 Mon Sep 17 00:00:00 2001 From: Geremia Date: Tue, 28 May 2024 16:39:30 -0700 Subject: [PATCH] docs: fix blog content on connection private git repo (yaml -> toml) (#2268) * TOML (not YAML) * Update website/blog/2024-04-08-connect-private-github-repository-to-tabby/index.md --------- Co-authored-by: Meng Zhang --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2024-04-08-connect-private-github-repository-to-tabby/index.md b/website/blog/2024-04-08-connect-private-github-repository-to-tabby/index.md index ab44d5a65028..8418af005d3e 100644 --- a/website/blog/2024-04-08-connect-private-github-repository-to-tabby/index.md +++ b/website/blog/2024-04-08-connect-private-github-repository-to-tabby/index.md @@ -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"