Skip to content

Commit

Permalink
fix(website): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 9, 2023
1 parent 020b02d commit 77dda53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
18 changes: 9 additions & 9 deletions website/docs/templating/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- generated by git-cliff -->

Expand Down

0 comments on commit 77dda53

Please sign in to comment.