forked from nus-cs2103-AY2425S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into branch-add-Ui
- Loading branch information
Showing
65 changed files
with
9,109 additions
and
1,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: MarkBind Action | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build_and_deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Graphviz | ||
run: sudo apt-get install graphviz | ||
- name: Install Java | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
- name: Build & Deploy MarkBind site | ||
uses: MarkBind/markbind-action@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
rootDirectory: './docs' | ||
baseUrl: '/tp' # assuming your repo name is tp | ||
version: '^5.5.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
_markbind/logs/ | ||
|
||
# Dependency directories | ||
node_modules/ | ||
|
||
# Production build files (change if you output the build to a different directory) | ||
_site/ | ||
|
||
# Env | ||
.env | ||
.env.local | ||
|
||
# IDE configs | ||
.vscode/ | ||
.idea/* | ||
*.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,58 @@ | ||
--- | ||
layout: page | ||
title: About Us | ||
layout: default.md | ||
title: "About Us" | ||
--- | ||
|
||
We are a team based in the [School of Computing, National University of Singapore](https://www.comp.nus.edu.sg). | ||
# About Us | ||
|
||
We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg). | ||
|
||
You can reach us at the email `seer[at]comp.nus.edu.sg` | ||
|
||
## Project team | ||
|
||
### John Doe | ||
### Park Seyouong (Judy) | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/judy1x4.png" width="200px"> | ||
|
||
[[homepage](http://www.comp.nus.edu.sg/~damithch)] | ||
[[github](https://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](https://github.com/Judy1x4)] | ||
|
||
* Role: Project Advisor | ||
* Role: Documentation | ||
|
||
### Jane Doe | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
### Lu Ruijian | ||
|
||
[[github](http://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
<img src="images/ruijianlu.png" width="200px"> | ||
|
||
* Role: Team Lead | ||
* Responsibilities: UI | ||
[[github](http://github.com/RuijianLu)] | ||
|
||
### Johnny Doe | ||
* Role: member | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)] | ||
### Hu Hong Rui | ||
|
||
* Role: Developer | ||
<img src="images/muller317.png" width="200px"> | ||
|
||
[[github](http://github.com/muller317)] [[portfolio](team/johndoe.md)] | ||
|
||
* Role: member | ||
* Responsibilities: Data | ||
|
||
### Jean Doe | ||
### Eng Yu Han | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/engyuhan.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](http://github.com/engyuhan)] | ||
|
||
* Role: Developer | ||
* Responsibilities: Dev Ops + Threading | ||
* Role: member | ||
* Responsibilities: none | ||
|
||
### James Doe | ||
|
||
<img src="images/johndoe.png" width="200px"> | ||
<img src="images/1st2getthisname.png" width="200px"> | ||
|
||
[[github](http://github.com/johndoe)] | ||
[[portfolio](team/johndoe.md)] | ||
[[github](http://github.com/1st2getthisname)] | ||
[[portfolio](team/1st2getthisname.md)] | ||
|
||
* Role: Developer | ||
* Responsibilities: UI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
--- | ||
layout: page | ||
title: Configuration guide | ||
layout: default.md | ||
title: "Configuration guide" | ||
--- | ||
|
||
# Configuration guide | ||
|
||
Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.