mirror of
https://github.com/QingdaoU/oj-docs.git
synced 2024-12-29 16:01:44 +00:00
update
This commit is contained in:
parent
d5febad9b7
commit
7f0abef28f
12
docs/_coverpage.md
Normal file
12
docs/_coverpage.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# OnlineJudge <small>2.0</small>
|
||||||
|
|
||||||
|
> An open source online judge system based on Python and Vue
|
||||||
|
|
||||||
|
- Based on Docker; One-click deployment
|
||||||
|
- ACM/OI rule support; realtime/non-realtime rank support
|
||||||
|
- Multi-language support
|
||||||
|
- Markdown & MathJax support
|
||||||
|
|
||||||
|
|
||||||
|
[GitHub](https://github.com/QingdaoU/OnlineJudge)
|
||||||
|
[Get Started](/#/onlinejudge/guide/deploy)
|
@ -6,7 +6,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="description" content="Description">
|
<meta name="description" content="Description">
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
||||||
<style>
|
<style>
|
||||||
.sidebar li>p {
|
.sidebar li>p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -19,7 +19,8 @@
|
|||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: 'OnlineJudge',
|
name: 'OnlineJudge',
|
||||||
loadSidebar: true,
|
loadSidebar: true,
|
||||||
autoHeader: true
|
autoHeader: true,
|
||||||
|
coverpage: true,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user