From cbd1e27ace959b6d6bc6aefdb3012b7ad235c45c Mon Sep 17 00:00:00 2001 From: andrefoo <76435197+andrefoo@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:24:40 +0800 Subject: [PATCH] Update documentation for project website The project website relies on Codecov and Jekyll. Let's update the scripts in index.md to provide code coverage data on our project website. --- docs/_config.yml | 2 +- docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 6bd245d8f4e..8608991384d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,7 +8,7 @@ header_pages: markdown: kramdown -repository: "se-edu/addressbook-level3" +repository: "AY2324S1-CS2103-W12-4/tp" github_icon: "images/github-icon.png" plugins: diff --git a/docs/index.md b/docs/index.md index 7601dbaad0d..393e302a7ef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,8 +3,8 @@ layout: page title: AddressBook Level-3 --- -[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions) -[![codecov](https://codecov.io/gh/se-edu/addressbook-level3/branch/master/graph/badge.svg)](https://codecov.io/gh/se-edu/addressbook-level3) +[![CI Status](https://github.com/AY2324S1-CS2103-W12-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S1-CS2103-W12-4/tp/actions) +[![codecov](https://codecov.io/gh/AY2324S1-CS2103-W12-4/tp/branch/master/graph/badge.svg)](https://codecov.io/gh/AY2324S1-CS2103-W12-4/tp) ![Ui](images/Ui.png)