From bdc4076afcebfed8e2dc8b07926f9858ef933853 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Thu, 23 May 2019 17:29:33 +0530 Subject: [PATCH 1/3] Add commit history overview to doc sidebar --- src/data/doc-links.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 From b76760872c7bb884c6499082f23a72705f2900c5 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 24 May 2019 12:23:41 +0530 Subject: [PATCH 2/3] Brief overview about commit history --- docs/commit-history-overview.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/commit-history-overview.md b/docs/commit-history-overview.md index 476060da..27d5eb4f 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 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) From a12ad28a011196a8b98491998284bc8ae1ed5a4d Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Mon, 10 Jun 2019 15:00:30 +0530 Subject: [PATCH 3/3] Fix grammar mistake --- docs/commit-history-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commit-history-overview.md b/docs/commit-history-overview.md index 27d5eb4f..b76b10c7 100644 --- a/docs/commit-history-overview.md +++ b/docs/commit-history-overview.md @@ -1,5 +1,5 @@ # Overview -Thermal allows you to access and inspect your repository's history. The History view lists all 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. +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)