-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
62 lines (58 loc) · 2.83 KB
/
Copy pathdocs.html
File metadata and controls
62 lines (58 loc) · 2.83 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
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documentation — AI Conversation Analyzer</title>
<meta name="description" content="Documentation for AI Conversation Analyzer — guides, API references, and resources for parsing and visualizing AI conversations.">
<meta property="og:title" content="Documentation — AI Conversation Analyzer">
<meta property="og:description" content="Guides, API references, and resources for AI Conversation Analyzer.">
<meta property="og:type" content="website">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" href="css/tokens.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/background.css">
<link rel="stylesheet" href="css/navigation.css">
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/pages.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<div id="site-header"></div>
<div class="docs-layout">
<div class="docs-mobile-bar" id="docs-mobile-bar">
<span id="docs-mobile-bar-text">Loading...</span>
<i class="fa-solid fa-chevron-down"></i>
</div>
<div class="docs-mobile-dropdown"></div>
<aside class="docs-sidebar" id="docs-sidebar"></aside>
<main class="docs-content" id="docs-content">
<div class="docs-search" id="docs-search">
<i class="fa-solid fa-magnifying-glass"></i>
<input type="text" placeholder="Search documentation..." id="docs-search-input">
<kbd>Ctrl K</kbd>
</div>
<div id="docs-content-inner">
<div class="docs-loading">
<i class="fa-solid fa-spinner fa-spin"></i>
<p>Loading...</p>
</div>
</div>
</main>
</div>
<div id="site-footer"></div>
<script src="js/config.js"></script>
<script src="js/include.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked@14.0.0/marked.min.js"></script>
<script src="js/markdown.js"></script>
<script src="js/docs.js"></script>
<script src="js/main.js"></script>
</body>
</html>