forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround for 404 error pages assets and sitemap links (hyperledger#…
…1069) RTD is still working on making MkDocs fully integrated. Some changes will be done during Google Summer of Code but this is a workaround to have 404 and sitemaps working before we have these fixes. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
- Loading branch information
1 parent
7432013
commit b7a7455
Showing
5 changed files
with
26 additions
and
6 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 |
---|---|---|
|
@@ -25,3 +25,4 @@ target/ | |
tmp/ | ||
build/ | ||
out/ | ||
site/ |
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,18 @@ | ||
{% extends "main.html" %} | ||
|
||
<!-- Content block --> | ||
{% block content %} | ||
|
||
<p style="text-align: center;font-size: 3em"><i class="md-icon">account_balance</i></p> | ||
<h1 id="404-page-not-found" style="text-align: center">404</h1> | ||
<p style="text-align: center"><strong>Deity not found in the Pantheon</strong></p> | ||
<p style="text-align: center"> | ||
Try the <a href="/">homepage</a>, or use the search field on the top of this page. | ||
</p> | ||
<p style="text-align: center"> | ||
If you think we made a mistake and deleted a page that should be here, then please tell us on | ||
<a href="{{config.extra.support.gitter}}">{{config.site_name}} Gitter channel</a> or create an issue in | ||
<a href="{{ config.repo_url + '/issues' }}">Pantheon Github repository</a>. | ||
</p> | ||
|
||
{% endblock %} |
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