This repository was archived by the owner on Oct 6, 2022. It is now read-only.
forked from mdcfe/EssentialsX-Website
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
9 additions
and
183 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,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. |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file was deleted.
Oops, something went wrong.