From a32f140d3a3151dc7439bc7700ca2a0a324a02a9 Mon Sep 17 00:00:00 2001 From: nixonwidjaja Date: Tue, 26 Sep 2023 03:06:54 +0800 Subject: [PATCH] Change title --- docs/UserGuide.md | 2 +- docs/_config.yml | 2 +- docs/_markbind/layouts/default.md | 2 +- docs/index.md | 4 +--- docs/site.json | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index d43b9ab3700..ff31b721db5 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -63,7 +63,7 @@ HR Insight is a **desktop app for HR people, optimized for use via a Line Interf e.g. if the command specifies `help 123`, it will be interpreted as `help`. - If you are using a PDF version of this document, be careful when copying and pasting commands that span multiple lines as space characters surrounding line-breaks may be omitted when copied over to the application. - + ### Viewing help : `help` diff --git a/docs/_config.yml b/docs/_config.yml index 6bd245d8f4e..cc4d8d12758 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,4 @@ -title: "AB-3" +title: "HR Insight" theme: minima header_pages: diff --git a/docs/_markbind/layouts/default.md b/docs/_markbind/layouts/default.md index 7348aace92c..b6c6d3334c6 100644 --- a/docs/_markbind/layouts/default.md +++ b/docs/_markbind/layouts/default.md @@ -4,7 +4,7 @@
- AB-3 + HR Insight
  • User Guide
  • Developer Guide
  • About Us
  • diff --git a/docs/index.md b/docs/index.md index 5e5b75d90f2..6d1926b44cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,8 @@ --- layout: page -title: AddressBook Level-3 +title: HR Insight --- -# HR Insight - [![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) diff --git a/docs/site.json b/docs/site.json index ffe411c3f82..80f76177836 100644 --- a/docs/site.json +++ b/docs/site.json @@ -1,7 +1,7 @@ { "baseUrl": "", "titlePrefix": "", - "titleSuffix": "AddressBook Level-3", + "titleSuffix": "HR Insight", "faviconPath": "images/SeEduLogo.png", "style": { "codeTheme": "light"