Skip to content

Commit ad1c49d

Browse files
committed
https://github.com/eth2-educators/eth2-docker-docs/issues/9
1 parent aa8d0e1 commit ad1c49d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Caddyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ http://docs.prylabs.network
22
root * /usr/share/caddy/html
33
file_server
44
uri strip_suffix .html
5-
rewrite /docs/ /docs/getting-started
6-
rewrite /docs /docs/getting-started
5+
rewrite /docs/ /docs/About/Overview
6+
rewrite /docs /docs/About/Overview
77
header Access-Control-Allow-Origin *
88
header Access-Control-Request-Method GET,OPTIONS

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
title: "eth2-docker Docs",
1717
logo: {
1818
alt: "eth2-docker logo",
19-
href: '/',
19+
href: '/docs/About/Overview',
2020
src: 'img/eth2-moby-logo.png',
2121
},
2222
items: [

website/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta
66
http-equiv="refresh"
7-
content="0; url=docs/Suport/Overview"
7+
content="0; url=docs/About/Overview"
88
/>
99
<script type="text/javascript">
1010
window.location.href = 'docs/About/Overview';

0 commit comments

Comments
 (0)