diff --git a/website/docs/index.md b/website/docs/index.md index 60dead1657..7acab29255 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -1,11 +1,12 @@ --- sidebar_position: 1 --- + # Getting Started **git-cliff** can generate [changelog](https://en.wikipedia.org/wiki/Changelog) files from the [Git](https://git-scm.com/) history by utilizing [conventional commits](configuration#conventional_commits) as well as regex-powered [custom parsers](configuration#commit_parsers). -The [changelog template](templating) can be customized with a [configuration file](configuration) to match the desired format. +The [changelog template](category/templating) can be customized with a [configuration file](configuration) to match the desired format. ## Quickstart diff --git a/website/docs/templating/examples.md b/website/docs/templating/examples.md index 3ff96f4efe..b66614c07c 100644 --- a/website/docs/templating/examples.md +++ b/website/docs/templating/examples.md @@ -275,35 +275,35 @@ All notable changes to this project will be documented in this file. ### Features -- Support multiple file formats ([a9d4050](a9d4050212a18f6b3bd76e2e41fbb9045d268b80)) -- Use cache while fetching pages ([df6aef4](df6aef41292f3ffe5887754232e6ea7831c50ba5)) +- Support multiple file formats (a9d4050) +- Use cache while fetching pages (df6aef4) ## [1.0.1] - 2021-07-18 -[ad27b43](ad27b43e8032671afb4809a1a3ecf12f45c60e0e)...[06412ac](06412ac1dd4071006c465dde6597a21d4367a158) +ad27b43...06412ac ### Miscellaneous Tasks -- Add release script ([06412ac](06412ac1dd4071006c465dde6597a21d4367a158)) +- Add release script (06412ac) ### Refactor -- Expose string functions ([e4fd3cf](e4fd3cf8e2e6f49c0b57f66416e886c37cbb3715)) +- Expose string functions (e4fd3cf) ## [1.0.0] - 2021-07-18 ### Bug Fixes -- Rename help argument due to conflict ([9add0d4](9add0d4616dc95a6ea8b01d5e4d233876b6e5e00)) +- Rename help argument due to conflict (9add0d4) ### Documentation -- Add README.md ([81fbc63](81fbc6365484abf0b4f4b05d384175763ad8db44)) -- Add tested usage example ([ad27b43](ad27b43e8032671afb4809a1a3ecf12f45c60e0e)) +- Add README.md (81fbc63) +- Add tested usage example (ad27b43) ### Features -- Add ability to parse arrays ([a140cef](a140cef0405e0bcbfb5de44ff59e091527d91b38)) +- Add ability to parse arrays (a140cef)