Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 2ca9438

Browse files
committed
docs: add support discord link
1 parent 56d7cd1 commit 2ca9438

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<img src="https://raw.githubusercontent.com/redpwn/rCTF/master/docs/content/assets/rctf-logotype-dark-1024.png" width="350px">
1+
<img src="https://raw.githubusercontent.com/redpwn/rctf/master/docs/content/assets/rctf-logotype-dark-1024.png" width="350px">
22

3-
[![Build Status](https://github.com/redpwn/rCTF/workflows/CI/badge.svg?branch=master)](https://github.com/redpwn/rCTF/actions?query=workflow%3ACI+branch%3Amaster)
3+
[![Build Status](https://github.com/redpwn/rctf/workflows/CI/badge.svg?branch=master)](https://github.com/redpwn/rctf/actions?query=workflow%3ACI+branch%3Amaster)
44
[![Code Coverage](https://img.shields.io/codecov/c/github/redpwn/rctf.svg)](https://codecov.io/github/redpwn/rctf/)
55

66
rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.
@@ -9,6 +9,8 @@ rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [redpwn]
99

1010
To get started with rCTF, visit the docs at [rctf.redpwn.net](https://rctf.redpwn.net/installation/)
1111

12+
If you need help with rCTF, join the [the redpwnCTF Discord server](https://discord.gg/NkDNEE2) and ask questions in the `#rctf-help` channel.
13+
1214
## Deploying Challenges with rCTF
1315

1416
rCTF itself does not handle challenge deployments.

client/src/components/timer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const Timer = withStyles({
3333
},
3434
over: {
3535
margin: '20px 40px',
36-
fontSize: '20px'
36+
fontSize: '20px',
37+
textAlign: 'center'
3738
}
3839
}, ({ classes }) => {
3940
const [time, setTime] = useState(Date.now())

docs/content/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<img src="assets/rctf-logotype-light-1024.png" width="350px">
22

3-
rCTF is redpwnCTF's CTF platform. It is developed and maintained by the
4-
[redpwn](https://redpwn.net) CTF team.
3+
rCTF is redpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.
54

65
To install rCTF, see [the installation doc](installation.md).
6+
7+
If you need help with rCTF, join the [the redpwnCTF Discord server](https://discord.gg/NkDNEE2) and ask questions in the `#rctf-help` channel.

0 commit comments

Comments
 (0)