Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Remove Docute
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Oct 6, 2022
1 parent 3a9f611 commit 6ddf31f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 183 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# EssentialsX website
# essentialsx.github.io

Current official website for EssentialsX, including downloads and documentation.

The site uses [Docute v3](https://v3.docute.org/) to serve docs directly from the [EssentialsX wiki](https://github.com/EssentialsX/Essentials/wiki).

Download links are retrieved from [Jenkins](https://ci.ender.zone/job/EssentialsX) with [axios](https://github.com/axios/axios), and are displayed in-page with a custom Vue component.
This repository is no longer in use - see https://github.com/EssentialsX/Website.
24 changes: 0 additions & 24 deletions docute-landing.js

This file was deleted.

15 changes: 0 additions & 15 deletions docute-wikilink.js

This file was deleted.

21 changes: 7 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,15 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>EssentialsX</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css">
<link rel="stylesheet" href="main.css">

<meta http-equiv="Refresh" content="10; url='https://essentialsx.net'" />
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>

<script src="https://unpkg.com/[email protected]/components/prism-groovy.js"></script>
<script src="https://unpkg.com/[email protected]/components/prism-java.js"></script>

<script src="vue-dlpage.js"></script>
<script src="docute-landing.js"></script>
<script src="docute-wikilink.js"></script>

<script src="main.js"></script>
<div class="main content markdown-body">
<div style="text-align: center">
<h3>We've moved! You can visit the new EssentialsX website at <a href="https://essentialsx.net">essentialsx.net</a>.</h3>
</div>
</div>
</body>
</html>
43 changes: 0 additions & 43 deletions main.js

This file was deleted.

81 changes: 0 additions & 81 deletions vue-dlpage.js

This file was deleted.

0 comments on commit 6ddf31f

Please sign in to comment.