Skip to content

Commit d1d8cd8

Browse files
authored
Update antora-playbook.yml
Signed-off-by: Jeff Scheel <jjscheel68@gmail.com>
1 parent 360d9ef commit d1d8cd8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

antora/antora-playbook.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,26 @@ ui:
154154
If you are not redirected automatically, follow this <a href='http://example.com'>link to example</a>.-->
155155
</body>
156156
</html>
157+
- path: ../index.html
158+
contents: |
159+
<!DOCTYPE HTML>
160+
<html lang="en-US">
161+
<head>
162+
<meta charset="UTF-8">
163+
<meta http-equiv="refresh" content="0; url=https://riscv-admin.github.io/antora-dev.riscv.org/reference/isa/">
164+
<!--<script type="text/javascript">
165+
window.location.href = "http://example.com"
166+
</script>--->
167+
<title>Page Redirection</title>
168+
</head>
169+
<body>
170+
<!-- Note: don't tell people to `click` the link, just tell them that it is a link.
171+
If you are not redirected automatically, follow this <a href='http://example.com'>link to example</a>.-->
172+
</body>
173+
</html>
157174
- path: ui.yml
158175
contents: |
159176
static_files:
160177
- .nojekyll
161178
- index.html
179+
- ../index.html

0 commit comments

Comments
 (0)