From 6fb7f53d8b74ecdf8d092e42f4854b68f5402418 Mon Sep 17 00:00:00 2001 From: chrisrhymes Date: Sun, 1 Sep 2024 20:03:01 +0100 Subject: [PATCH] Add version notes --- docs/navigation/footer-navigation.md | 2 ++ docs/products/category-page.md | 2 ++ docs/products/product-pages.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/navigation/footer-navigation.md b/docs/navigation/footer-navigation.md index 9814a02d0..738b50014 100644 --- a/docs/navigation/footer-navigation.md +++ b/docs/navigation/footer-navigation.md @@ -34,6 +34,8 @@ If you would like to hide the footer on a particular page then set `hide_footer: ## Footer social links +**Added in v1.1.0** + You can add social links to your footer by setting the links to your social profiles in the `_config.yml` file. ```yaml diff --git a/docs/products/category-page.md b/docs/products/category-page.md index f8cf6cedf..30ab6252b 100644 --- a/docs/products/category-page.md +++ b/docs/products/category-page.md @@ -25,6 +25,8 @@ sort: title ## Customising the collection +**Added in v1.0.4** + To use a different collection than `products`, set the collection name in the category page's front matter. The below example uses a collection called `books`. diff --git a/docs/products/product-pages.md b/docs/products/product-pages.md index db3d850f3..89a237b58 100644 --- a/docs/products/product-pages.md +++ b/docs/products/product-pages.md @@ -13,6 +13,8 @@ The default collection name for products is `products`, so create a `_products` ## Custom Collection Directory +**Added in v1.0.4** + You can override the default and create a folder with your own collection name. For example, using a collection of `books` would require you to create a folder called `_books`. ## Product Pages