Skip to content

Commit fb80c6a

Browse files
committed
hotfix(docs): restore stripe intro alias and dynamic footer year
1 parent 34b5e12 commit fb80c6a

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

website/i18n/es/docusaurus-theme-classic/footer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,5 @@
3434
"link.item.label.GitHub": {
3535
"message": "GitHub",
3636
"description": "The label of footer link with label=GitHub linking to https://github.com/facturapi"
37-
},
38-
"copyright": {
39-
"message": "Copyright © 2024 Facturación Espacial, SAPI de CV",
40-
"description": "The footer copyright"
4137
}
4238
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="es">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="refresh" content="0; url=/stripe-app/" />
6+
<link rel="canonical" href="https://docs.facturapi.io/stripe-app/" />
7+
<title>Redirecting...</title>
8+
<script>
9+
window.location.replace('/stripe-app/');
10+
</script>
11+
</head>
12+
<body>
13+
<p>Redirecting to <a href="/stripe-app/">/stripe-app/</a>...</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)