Skip to content

Commit

Permalink
docs: 💄 add customized logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Apr 11, 2024
1 parent a10234f commit 6ab67c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
= rsjudge
:toc: preamble

An online judge sandbox server in Rust, inspired by https://github.com/criyle/go-judge[go-judge], for SAST OJ.
image:assets/rsjudge.svg[Rsjudge logo]

An online judge sandbox server in Rust, inspired by https://github.com/criyle/go-judge[go-judge], for [SAST OJ].

== Features

Expand Down
4 changes: 3 additions & 1 deletion README.zh-CN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:toc: preamble
:toc-title: 目录

一个用 Rust 编写的在线评测沙箱服务器,受到 https://github.com/criyle/go-judge[go-judge] 的启发,用于 SAST OJ。
image:assets/rsjudge.svg[Rsjudge logo]

一个用 Rust 编写的在线评测沙箱服务器,受到 https://github.com/criyle/go-judge[go-judge] 的启发,服务于 SAST OJ。

== 特性

Expand Down
1 change: 1 addition & 0 deletions assets/rsjudge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#![cfg_attr(not(test), warn(clippy::print_stdout, clippy::print_stderr))]
#![doc(html_logo_url = "https://cdn.jsdelivr.net/gh/NJUPT-SAST/rsjudge@main/assets/rsjudge.svg")]

//! An online judge sandbox server in Rust,
//! inspired by https://github.com/criyle/go-judge[go-judge], for [SAST OJ].

use std::process::Command;

Expand Down

0 comments on commit 6ab67c7

Please sign in to comment.