Skip to content

Commit

Permalink
Add old urls redirect pages (#641)
Browse files Browse the repository at this point in the history
* Add old url redirect pages

* minor change

---------

Co-authored-by: Zijun Wang <[email protected]>
  • Loading branch information
zijun726911 and Zijun Wang authored May 22, 2024
1 parent 318d374 commit c8457eb
Show file tree
Hide file tree
Showing 28 changed files with 482 additions and 14 deletions.
18 changes: 18 additions & 0 deletions api-reference/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-reference" />
</noscript>
<script>
window.location.replace(
"/latest/api-reference"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-reference">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/access-log-policy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/access-log-policy/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/access-log-policy/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/access-log-policy/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/gateway/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/gateway/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/gateway/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/gateway/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/grpc-route/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/grpc-route/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/grpc-route/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/grpc-route/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/http-route/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/http-route/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/http-route/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/http-route/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/iam-auth-policy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/iam-auth-policy/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/iam-auth-policy/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/iam-auth-policy/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/service-export/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/service-export/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/service-export/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/service-export/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/service-import/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/service-import/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/service-import/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/service-import/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/service/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/service/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/service/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/service/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/target-group-policy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/target-group-policy/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/target-group-policy/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/target-group-policy/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions api-types/vpc-association-policy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/api-types/vpc-association-policy/" />
</noscript>
<script>
window.location.replace(
"/latest/api-types/vpc-association-policy/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/api-types/vpc-association-policy/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions concepts/concepts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/concepts/concepts/" />
</noscript>
<script>
window.location.replace(
"/latest/concepts/concepts/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/concepts/concepts/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions concepts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/concepts/concepts/" />
</noscript>
<script>
window.location.replace(
"/latest/concepts/concepts/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/concepts/concepts/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions concepts/overview/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/concepts/overview/" />
</noscript>
<script>
window.location.replace(
"/latest/concepts/overview/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/concepts/overview/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions conformance-test/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/conformance-test/" />
</noscript>
<script>
window.location.replace(
"/latest/conformance-test/"
);
</script>
</head>
<body>
Redirecting to <a href= "/latest/conformance-test/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions contributing/developer-cheat-sheet/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/contributing/developer-cheat-sheet/" />
</noscript>
<script>
window.location.replace(
"/latest/contributing/developer-cheat-sheet/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/contributing/developer-cheat-sheet/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions contributing/developer/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/contributing/developer/" />
</noscript>
<script>
window.location.replace(
"/latest/contributing/developer/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/contributing/developer/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions faq/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/faq/" />
</noscript>
<script>
window.location.replace(
"/latest/guides/faq/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/faq/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions guides/advanced-configurations/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/guides/advanced-configurations/" />
</noscript>
<script>
window.location.replace(
"/latest/guides/advanced-configurations/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/guides/advanced-configurations/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions guides/custom-domain-name/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/guides/custom-domain-name/" />
</noscript>
<script>
window.location.replace(
"/latest/guides/custom-domain-name/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/guides/custom-domain-name/">latest</a>...
</body>
</html>
18 changes: 18 additions & 0 deletions guides/deploy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=/latest/guides/deploy/" />
</noscript>
<script>
window.location.replace(
"/latest/guides/deploy/"
);
</script>
</head>
<body>
Redirecting to <a href="/latest/guides/deploy/">latest</a>...
</body>
</html>
Loading

0 comments on commit c8457eb

Please sign in to comment.