-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to docsify and Github Pages (#55)
- Loading branch information
Showing
23 changed files
with
113 additions
and
168 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# DMOJ Documentation | ||
Documentation for the [DMOJ judge](https://github.com/DMOJ/judge) system. | ||
|
||
Access at [https://dmoj.readthedocs.org](https://dmoj.readthedocs.org) | ||
Access at [https://docs.dmoj.ca](https://docs.dmoj.ca) |
Empty file.
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,26 @@ | ||
- Site | ||
- [Installing the Site](site/installation.md) | ||
- [Updating the Site](site/updating.md) | ||
- [Contest Formats](site/contest_formats.md) | ||
- [Managing Problems Through the Site Interface](site/managing_problems.md) | ||
- [PDF Generation of Problem Statements](site/pdf_generation.md) | ||
- [LaTeX Math with Wikimedia Mathoid](site/mathoid.md) | ||
- [LaTeX Diagrams with Texoid](site/texoid.md) | ||
- [reCAPTCHA Spam Registration Prevention](site/recaptcha.md) | ||
- [SSL Proxying for User Content](site/ssl_content_proxy.md) | ||
|
||
- Judge | ||
- [Linux Installation](judge/linux_installation.md) | ||
- [Supported Languages](judge/supported_languages.md) | ||
- [Colored Compiler Messages](judge/colored_compiler_messages.md) | ||
- [Status Codes](judge/status_codes.md) | ||
|
||
- Problem File Format | ||
- [Problem Format](problem_format/problem_format.md) | ||
- [Custom Checkers](problem_format/custom_checkers.md) | ||
- [Custom Grader Behaviour](problem_format/custom_graders.md) | ||
- [Generators](problem_format/generator.md) | ||
- [Problem Examples](problem_format/problem_examples.md) | ||
|
||
- About | ||
- [License](about/LICENSE.md) |
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,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
loadSidebar: true, | ||
subMaxLevel: 2, | ||
name: 'DMOJ Docs' | ||
} | ||
</script> | ||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-shell-session.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-latex.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-c.min.js"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.