From 510699f8013ad2fd8bb7a85aa87dde975ad6456c Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Tue, 10 Sep 2024 10:38:48 +0200 Subject: [PATCH 1/2] Update working_with_extensions.md: add `community` repo short-hand --- docs/extensions/working_with_extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/extensions/working_with_extensions.md b/docs/extensions/working_with_extensions.md index c6608c93be6..ce56f2ac5ec 100644 --- a/docs/extensions/working_with_extensions.md +++ b/docs/extensions/working_with_extensions.md @@ -95,6 +95,7 @@ While any URL or local path can be used as a repository, DuckDB currently contai |:----------------------|:---------------------------------------|:---------------------------------------------------------------------------------------| | `core` | `http://extensions.duckdb.org` | DuckDB core extensions | | `core_nightly` | `http://nightly-extensions.duckdb.org` | Nightly builds for `core` | +| `community` | `http://community-extensions.duckdb.org` | DuckDB community extensions | | `local_build_debug` | `./build/debug/repository` | Repository created when building DuckDB from source in debug mode (for development) | | `local_build_release` | `./build/release/repository` | Repository created when building DuckDB from source in release mode (for development) | From 0ec7e2dc243774d3f2dc64e460fab7ff40676929 Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Tue, 10 Sep 2024 11:08:33 +0200 Subject: [PATCH 2/2] formatting --- docs/extensions/working_with_extensions.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/extensions/working_with_extensions.md b/docs/extensions/working_with_extensions.md index ce56f2ac5ec..48b020c0058 100644 --- a/docs/extensions/working_with_extensions.md +++ b/docs/extensions/working_with_extensions.md @@ -91,13 +91,13 @@ While any URL or local path can be used as a repository, DuckDB currently contai
-| Alias | URL | Description | -|:----------------------|:---------------------------------------|:---------------------------------------------------------------------------------------| -| `core` | `http://extensions.duckdb.org` | DuckDB core extensions | -| `core_nightly` | `http://nightly-extensions.duckdb.org` | Nightly builds for `core` | -| `community` | `http://community-extensions.duckdb.org` | DuckDB community extensions | -| `local_build_debug` | `./build/debug/repository` | Repository created when building DuckDB from source in debug mode (for development) | -| `local_build_release` | `./build/release/repository` | Repository created when building DuckDB from source in release mode (for development) | +| Alias | URL | Description | +|:----------------------|:-----------------------------------------|:---------------------------------------------------------------------------------------| +| `core` | `http://extensions.duckdb.org` | DuckDB core extensions | +| `core_nightly` | `http://nightly-extensions.duckdb.org` | Nightly builds for `core` | +| `community` | `http://community-extensions.duckdb.org` | DuckDB community extensions | +| `local_build_debug` | `./build/debug/repository` | Repository created when building DuckDB from source in debug mode (for development) | +| `local_build_release` | `./build/release/repository` | Repository created when building DuckDB from source in release mode (for development) | ### Working with Multiple Repositories