ReMe/docs/_landing/index.html
Sen Huang e7ef2c8ce6
Some checks are pending
Deploy Docs / build (push) Waiting to run
Deploy Docs / deploy (push) Blocked by required conditions
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
feat(docs): add multilingual documentation with GitHub Pages deployment (#287)
* feat(docs): add multilingual documentation with GitHub Pages deployment

* docs(readme): update agent integration documentation with current status
2026-06-29 15:58:23 +08:00

14 lines
407 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ReMe Documentation</title>
<link rel="canonical" href="en/">
<!-- Default to the English docs; the sidebar switcher offers 中文. -->
<meta http-equiv="refresh" content="0; url=en/">
<script>location.replace("en/");</script>
</head>
<body>
<p>Redirecting to the <a href="en/">ReMe documentation</a></p>
</body>
</html>