Skip to content

Commit 524f99e

Browse files
authored
Add static HTML redirect page for 'trace/starting.html'. (googleapis#6142)
Closes googleapis#6140.
1 parent 6b7fd53 commit 524f99e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
'bigquery/usage.html',
335335
'runtimeconfig/usage.html',
336336
'spanner/usage.html',
337+
'trace/starting.html',
337338
]
338339

339340
def copy_static_html_pages(app, exception):

trace/docs/starting.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="1; url=./index.html:" />
4+
<script>
5+
window.location.href = "./index.html"
6+
</script>
7+
</head>
8+
</html>

0 commit comments

Comments
 (0)