mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
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 * docs(readme): update agent integration documentation with current status
14 lines
407 B
HTML
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>
|