diff --git a/docs/commit-history-overview.md b/docs/commit-history-overview.md index 476060da..b76b10c7 100644 --- a/docs/commit-history-overview.md +++ b/docs/commit-history-overview.md @@ -1,2 +1,5 @@ # Overview +Thermal allows you to access and inspect your repository's history. The History view lists all the commits you've made. You can click on specific commit to learn more about it. On the right side, you can preview the file changes from a commit by selecting a file. + +![Repository history](./images/repository-history.png) diff --git a/src/data/doc-links.yml b/src/data/doc-links.yml index b5276111..d41a13ff 100644 --- a/src/data/doc-links.yml +++ b/src/data/doc-links.yml @@ -30,6 +30,11 @@ - title: Repositories settings link: /repositories-settings +- title: Commit history + items: + - title: Overview + link: /commit-history-overview + - title: Contribute items: - title: How to contribute