File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ http://docs.prylabs.network
2
2
root * /usr/share/caddy/html
3
3
file_server
4
4
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
7
7
header Access-Control-Allow-Origin *
8
8
header Access-Control-Request-Method GET,OPTIONS
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = {
16
16
title : "eth2-docker Docs" ,
17
17
logo : {
18
18
alt : "eth2-docker logo" ,
19
- href : '/' ,
19
+ href : '/docs/About/Overview ' ,
20
20
src : 'img/eth2-moby-logo.png' ,
21
21
} ,
22
22
items : [
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< meta
6
6
http-equiv ="refresh "
7
- content ="0; url=docs/Suport /Overview "
7
+ content ="0; url=docs/About /Overview "
8
8
/>
9
9
< script type ="text/javascript ">
10
10
window . location . href = 'docs/About/Overview' ;
You can’t perform that action at this time.
0 commit comments