-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathintegrations.html
More file actions
53 lines (49 loc) · 2.12 KB
/
integrations.html
File metadata and controls
53 lines (49 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Integrations - oh-my-codex Docs</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<nav class="container nav" aria-label="Primary">
<a class="brand" href="./index.html">oh-my-codex</a>
<a href="./index.html">Home</a>
<a href="./getting-started.html">Getting Started</a>
<a href="./agents.html">Agents</a>
<a href="./skills.html">Skills</a>
<a class="active" href="./integrations.html">Integrations</a>
</nav>
</header>
<main class="container">
<h1>Integrations</h1>
<p class="muted">OpenClaw and notification gateway setup + localized prompt-tuning guides.</p>
<h2>Primary Guide (English)</h2>
<ul>
<li><a href="./openclaw-integration.md">OpenClaw / Generic Notification Gateway Integration Guide</a></li>
</ul>
<h2>Localized Prompt-Tuning Guides</h2>
<ul>
<li><a href="./openclaw-integration.ko.md">한국어</a></li>
<li><a href="./openclaw-integration.ja.md">日本語</a></li>
<li><a href="./openclaw-integration.zh.md">简体中文</a></li>
<li><a href="./openclaw-integration.zh-TW.md">繁體中文</a></li>
<li><a href="./openclaw-integration.vi.md">Tiếng Việt</a></li>
<li><a href="./openclaw-integration.es.md">Español</a></li>
<li><a href="./openclaw-integration.pt.md">Português</a></li>
<li><a href="./openclaw-integration.ru.md">Русский</a></li>
<li><a href="./openclaw-integration.tr.md">Türkçe</a></li>
<li><a href="./openclaw-integration.de.md">Deutsch</a></li>
<li><a href="./openclaw-integration.fr.md">Français</a></li>
<li><a href="./openclaw-integration.it.md">Italiano</a></li>
</ul>
</main>
<footer>
<div class="container">
<span class="muted">GitHub: <a href="https://github.com/Yeachan-Heo/oh-my-codex">Yeachan-Heo/oh-my-codex</a></span>
</div>
</footer>
</body>
</html>