vectra-client 0.2.2 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +77 -37
- data/CHANGELOG.md +85 -6
- data/README.md +56 -203
- data/docs/Gemfile +0 -1
- data/docs/_config.yml +19 -2
- data/docs/_layouts/default.html +6 -6
- data/docs/_layouts/home.html +183 -29
- data/docs/_layouts/page.html +81 -18
- data/docs/assets/style.css +806 -174
- data/docs/examples/index.md +46 -24
- data/docs/guides/monitoring.md +860 -0
- data/docs/guides/performance.md +200 -0
- data/docs/guides/runbooks/cache-issues.md +267 -0
- data/docs/guides/runbooks/high-error-rate.md +152 -0
- data/docs/guides/runbooks/high-latency.md +287 -0
- data/docs/guides/runbooks/pool-exhausted.md +216 -0
- data/docs/index.md +22 -38
- data/docs/providers/index.md +58 -39
- data/lib/vectra/batch.rb +148 -0
- data/lib/vectra/cache.rb +261 -0
- data/lib/vectra/circuit_breaker.rb +336 -0
- data/lib/vectra/client.rb +2 -0
- data/lib/vectra/configuration.rb +6 -1
- data/lib/vectra/health_check.rb +254 -0
- data/lib/vectra/instrumentation/honeybadger.rb +128 -0
- data/lib/vectra/instrumentation/sentry.rb +117 -0
- data/lib/vectra/logging.rb +242 -0
- data/lib/vectra/pool.rb +256 -0
- data/lib/vectra/rate_limiter.rb +304 -0
- data/lib/vectra/streaming.rb +153 -0
- data/lib/vectra/version.rb +1 -1
- data/lib/vectra.rb +8 -0
- metadata +31 -1
data/docs/_layouts/default.html
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
---
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
5
3
|
<head>
|
|
6
4
|
<meta charset="utf-8">
|
|
7
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<
|
|
6
|
+
<meta name="description" content="{{ page.description | default: site.description }}">
|
|
7
|
+
<title>{{ page.title }} - {{ site.title }}</title>
|
|
9
8
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css">
|
|
9
|
+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>◆</text></svg>">
|
|
10
10
|
</head>
|
|
11
|
-
|
|
12
11
|
<body>
|
|
13
12
|
{{ content }}
|
|
14
13
|
</body>
|
|
14
|
+
</html>
|
data/docs/_layouts/home.html
CHANGED
|
@@ -1,33 +1,187 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<meta name="description" content="{{ site.description }}">
|
|
7
|
+
<title>{{ page.title }} - {{ site.title }}</title>
|
|
8
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css">
|
|
9
|
+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>◆</text></svg>">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<!-- Header -->
|
|
13
|
+
<header class="tma-header">
|
|
14
|
+
<nav class="tma-nav">
|
|
15
|
+
<a href="{{ site.baseurl }}/" class="tma-nav__brand">Vectra</a>
|
|
16
|
+
<ul class="tma-nav__menu">
|
|
17
|
+
<li><a href="{{ site.baseurl }}/guides/getting-started" class="tma-nav__link">Getting Started</a></li>
|
|
18
|
+
<li><a href="{{ site.baseurl }}/providers" class="tma-nav__link">Providers</a></li>
|
|
19
|
+
<li><a href="{{ site.baseurl }}/api/overview" class="tma-nav__link">API</a></li>
|
|
20
|
+
<li><a href="{{ site.baseurl }}/examples" class="tma-nav__link">Examples</a></li>
|
|
21
|
+
<li><a href="https://github.com/stokry/vectra" target="_blank" class="tma-nav__link tma-nav__link--github">
|
|
22
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
|
|
23
|
+
GitHub
|
|
24
|
+
</a></li>
|
|
15
25
|
</ul>
|
|
26
|
+
</nav>
|
|
27
|
+
</header>
|
|
28
|
+
|
|
29
|
+
<!-- Hero Section -->
|
|
30
|
+
<section class="tma-hero">
|
|
31
|
+
<div class="tma-hero__container">
|
|
32
|
+
<span class="tma-hero__badge">v0.2.2 — Qdrant & Weaviate Support</span>
|
|
33
|
+
<h1 class="tma-hero__title">
|
|
34
|
+
Vector Databases,<br>
|
|
35
|
+
<span class="tma-hero__title-gradient">Unified for Ruby.</span>
|
|
36
|
+
</h1>
|
|
37
|
+
<p class="tma-hero__subtitle">
|
|
38
|
+
A powerful, unified Ruby client for vector databases. Build AI-powered search,
|
|
39
|
+
RAG applications, and recommendation systems with a single, elegant API.
|
|
40
|
+
</p>
|
|
41
|
+
<div class="tma-hero__actions">
|
|
42
|
+
<a href="{{ site.baseurl }}/guides/getting-started" class="tma-btn tma-btn--primary">
|
|
43
|
+
Get Started →
|
|
44
|
+
</a>
|
|
45
|
+
<a href="https://github.com/stokry/vectra" class="tma-btn tma-btn--secondary">
|
|
46
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
|
|
47
|
+
View on GitHub
|
|
48
|
+
</a>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<!-- Install Command -->
|
|
52
|
+
<div class="tma-install" style="max-width: 400px; margin: 2rem auto 0;">
|
|
53
|
+
<span class="tma-install__prefix">$</span>
|
|
54
|
+
<span class="tma-install__command">gem install vectra-client</span>
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
</section>
|
|
58
|
+
|
|
59
|
+
<!-- Features Section -->
|
|
60
|
+
<section class="tma-features">
|
|
61
|
+
<div class="tma-features__grid">
|
|
62
|
+
<div class="tma-feature-card">
|
|
63
|
+
<span class="tma-feature-card__icon">🔌</span>
|
|
64
|
+
<h3 class="tma-feature-card__title">Provider Agnostic</h3>
|
|
65
|
+
<p class="tma-feature-card__description">
|
|
66
|
+
Switch between Pinecone, Qdrant, Weaviate, or pgvector with a single line change. No vendor lock-in.
|
|
67
|
+
</p>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="tma-feature-card">
|
|
70
|
+
<span class="tma-feature-card__icon">🚀</span>
|
|
71
|
+
<h3 class="tma-feature-card__title">Production Ready</h3>
|
|
72
|
+
<p class="tma-feature-card__description">
|
|
73
|
+
Built for Ruby 3.2+ with comprehensive test coverage (95%+), retry logic, and circuit breakers.
|
|
74
|
+
</p>
|
|
75
|
+
</div>
|
|
76
|
+
<div class="tma-feature-card">
|
|
77
|
+
<span class="tma-feature-card__icon">📈</span>
|
|
78
|
+
<h3 class="tma-feature-card__title">Observable</h3>
|
|
79
|
+
<p class="tma-feature-card__description">
|
|
80
|
+
Native instrumentation for Datadog and New Relic. Track latency, throughput, and errors.
|
|
81
|
+
</p>
|
|
82
|
+
</div>
|
|
83
|
+
<div class="tma-feature-card">
|
|
84
|
+
<span class="tma-feature-card__icon">🏗️</span>
|
|
85
|
+
<h3 class="tma-feature-card__title">Rails Ready</h3>
|
|
86
|
+
<p class="tma-feature-card__description">
|
|
87
|
+
Seamless ActiveRecord integration with has_vector DSL and automatic migration support.
|
|
88
|
+
</p>
|
|
89
|
+
</div>
|
|
90
|
+
<div class="tma-feature-card">
|
|
91
|
+
<span class="tma-feature-card__icon">🔄</span>
|
|
92
|
+
<h3 class="tma-feature-card__title">Resilient</h3>
|
|
93
|
+
<p class="tma-feature-card__description">
|
|
94
|
+
Built-in retry logic with exponential backoff, jitter, and intelligent error recovery.
|
|
95
|
+
</p>
|
|
96
|
+
</div>
|
|
97
|
+
<div class="tma-feature-card">
|
|
98
|
+
<span class="tma-feature-card__icon">📚</span>
|
|
99
|
+
<h3 class="tma-feature-card__title">Well Documented</h3>
|
|
100
|
+
<p class="tma-feature-card__description">
|
|
101
|
+
Extensive YARD documentation, comprehensive examples, and detailed provider guides.
|
|
102
|
+
</p>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
</section>
|
|
106
|
+
|
|
107
|
+
<!-- Providers Section -->
|
|
108
|
+
<section class="tma-providers">
|
|
109
|
+
<div class="tma-section-header">
|
|
110
|
+
<h2 class="tma-section-header__title">Supported Providers</h2>
|
|
111
|
+
<p class="tma-section-header__subtitle">Choose your vector database. We handle the rest.</p>
|
|
112
|
+
</div>
|
|
113
|
+
<div class="tma-providers__grid">
|
|
114
|
+
<a href="{{ site.baseurl }}/providers/pinecone" class="tma-provider-card">
|
|
115
|
+
<div class="tma-provider-card__header">
|
|
116
|
+
<div class="tma-provider-card__icon">🌲</div>
|
|
117
|
+
<span class="tma-provider-card__name">Pinecone</span>
|
|
118
|
+
<span class="tma-provider-card__badge">Supported</span>
|
|
119
|
+
</div>
|
|
120
|
+
<p class="tma-provider-card__description">
|
|
121
|
+
Fully managed vector database in the cloud. Perfect for production workloads with minimal ops.
|
|
122
|
+
</p>
|
|
123
|
+
<span class="tma-provider-card__link">View Guide</span>
|
|
124
|
+
</a>
|
|
125
|
+
<a href="{{ site.baseurl }}/providers/qdrant" class="tma-provider-card">
|
|
126
|
+
<div class="tma-provider-card__header">
|
|
127
|
+
<div class="tma-provider-card__icon">🔷</div>
|
|
128
|
+
<span class="tma-provider-card__name">Qdrant</span>
|
|
129
|
+
<span class="tma-provider-card__badge">Supported</span>
|
|
130
|
+
</div>
|
|
131
|
+
<p class="tma-provider-card__description">
|
|
132
|
+
Open-source vector database with advanced filtering. Self-host or use Qdrant Cloud.
|
|
133
|
+
</p>
|
|
134
|
+
<span class="tma-provider-card__link">View Guide</span>
|
|
135
|
+
</a>
|
|
136
|
+
<a href="{{ site.baseurl }}/providers/weaviate" class="tma-provider-card">
|
|
137
|
+
<div class="tma-provider-card__header">
|
|
138
|
+
<div class="tma-provider-card__icon">🔮</div>
|
|
139
|
+
<span class="tma-provider-card__name">Weaviate</span>
|
|
140
|
+
<span class="tma-provider-card__badge">Supported</span>
|
|
141
|
+
</div>
|
|
142
|
+
<p class="tma-provider-card__description">
|
|
143
|
+
AI-native vector database with built-in vectorizers and GraphQL API.
|
|
144
|
+
</p>
|
|
145
|
+
<span class="tma-provider-card__link">View Guide</span>
|
|
146
|
+
</a>
|
|
147
|
+
<a href="{{ site.baseurl }}/providers/pgvector" class="tma-provider-card">
|
|
148
|
+
<div class="tma-provider-card__header">
|
|
149
|
+
<div class="tma-provider-card__icon">🐘</div>
|
|
150
|
+
<span class="tma-provider-card__name">pgvector</span>
|
|
151
|
+
<span class="tma-provider-card__badge">Supported</span>
|
|
152
|
+
</div>
|
|
153
|
+
<p class="tma-provider-card__description">
|
|
154
|
+
Vector similarity search in PostgreSQL. Use your existing database infrastructure.
|
|
155
|
+
</p>
|
|
156
|
+
<span class="tma-provider-card__link">View Guide</span>
|
|
157
|
+
</a>
|
|
16
158
|
</div>
|
|
17
|
-
</
|
|
18
|
-
</div>
|
|
159
|
+
</section>
|
|
19
160
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
161
|
+
<!-- Quick Start Code Section -->
|
|
162
|
+
<section class="tma-code-section">
|
|
163
|
+
<div class="tma-section-header">
|
|
164
|
+
<h2 class="tma-section-header__title">Quick Start</h2>
|
|
165
|
+
<p class="tma-section-header__subtitle">Get up and running in minutes</p>
|
|
166
|
+
</div>
|
|
167
|
+
|
|
168
|
+
{{ content }}
|
|
169
|
+
</section>
|
|
23
170
|
|
|
24
|
-
|
|
25
|
-
<
|
|
26
|
-
<
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
</
|
|
171
|
+
<!-- Footer -->
|
|
172
|
+
<footer class="tma-footer">
|
|
173
|
+
<div class="tma-footer__container">
|
|
174
|
+
<div>
|
|
175
|
+
<span class="tma-footer__brand">◆ Vectra</span>
|
|
176
|
+
<p class="tma-footer__copy">Built with ❤️ for the Ruby community</p>
|
|
177
|
+
</div>
|
|
178
|
+
<ul class="tma-footer__links">
|
|
179
|
+
<li><a href="https://github.com/stokry/vectra">GitHub</a></li>
|
|
180
|
+
<li><a href="https://rubygems.org/gems/vectra-client">RubyGems</a></li>
|
|
181
|
+
<li><a href="{{ site.baseurl }}/community/contributing">Contributing</a></li>
|
|
182
|
+
<li><a href="https://github.com/stokry/vectra/blob/main/LICENSE">MIT License</a></li>
|
|
183
|
+
</ul>
|
|
184
|
+
</div>
|
|
185
|
+
</footer>
|
|
186
|
+
</body>
|
|
187
|
+
</html>
|
data/docs/_layouts/page.html
CHANGED
|
@@ -1,20 +1,83 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<meta name="description" content="{{ page.description | default: site.description }}">
|
|
7
|
+
<title>{{ page.title }} - {{ site.title }}</title>
|
|
8
|
+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css">
|
|
9
|
+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>◆</text></svg>">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<!-- Header -->
|
|
13
|
+
<header class="tma-header">
|
|
14
|
+
<nav class="tma-nav">
|
|
15
|
+
<a href="{{ site.baseurl }}/" class="tma-nav__brand">Vectra</a>
|
|
16
|
+
<ul class="tma-nav__menu">
|
|
17
|
+
<li><a href="{{ site.baseurl }}/guides/getting-started" class="tma-nav__link">Getting Started</a></li>
|
|
18
|
+
<li><a href="{{ site.baseurl }}/providers" class="tma-nav__link">Providers</a></li>
|
|
19
|
+
<li><a href="{{ site.baseurl }}/api/overview" class="tma-nav__link">API</a></li>
|
|
20
|
+
<li><a href="{{ site.baseurl }}/examples" class="tma-nav__link">Examples</a></li>
|
|
21
|
+
<li><a href="https://github.com/stokry/vectra" target="_blank" class="tma-nav__link tma-nav__link--github">
|
|
22
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
|
|
23
|
+
GitHub
|
|
24
|
+
</a></li>
|
|
15
25
|
</ul>
|
|
16
|
-
</
|
|
17
|
-
</
|
|
18
|
-
|
|
26
|
+
</nav>
|
|
27
|
+
</header>
|
|
28
|
+
|
|
29
|
+
<div class="tma-docs-layout">
|
|
30
|
+
<!-- Sidebar -->
|
|
31
|
+
<aside class="tma-sidebar">
|
|
32
|
+
<div class="tma-sidebar__section">
|
|
33
|
+
<h3 class="tma-sidebar__title">Getting Started</h3>
|
|
34
|
+
<ul class="tma-sidebar__list">
|
|
35
|
+
<li><a href="{{ site.baseurl }}/guides/installation" class="tma-sidebar__link {% if page.url == '/guides/installation/' %}tma-sidebar__link--active{% endif %}">Installation</a></li>
|
|
36
|
+
<li><a href="{{ site.baseurl }}/guides/getting-started" class="tma-sidebar__link {% if page.url == '/guides/getting-started/' %}tma-sidebar__link--active{% endif %}">Quick Start</a></li>
|
|
37
|
+
<li><a href="{{ site.baseurl }}/guides/performance" class="tma-sidebar__link {% if page.url == '/guides/performance/' %}tma-sidebar__link--active{% endif %}">Performance</a></li>
|
|
38
|
+
<li><a href="{{ site.baseurl }}/guides/monitoring" class="tma-sidebar__link {% if page.url == '/guides/monitoring/' %}tma-sidebar__link--active{% endif %}">Monitoring</a></li>
|
|
39
|
+
</ul>
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
<div class="tma-sidebar__section">
|
|
43
|
+
<h3 class="tma-sidebar__title">Providers</h3>
|
|
44
|
+
<ul class="tma-sidebar__list">
|
|
45
|
+
<li><a href="{{ site.baseurl }}/providers" class="tma-sidebar__link {% if page.url == '/providers/' %}tma-sidebar__link--active{% endif %}">Overview</a></li>
|
|
46
|
+
<li><a href="{{ site.baseurl }}/providers/pinecone" class="tma-sidebar__link {% if page.url == '/providers/pinecone/' %}tma-sidebar__link--active{% endif %}">Pinecone</a></li>
|
|
47
|
+
<li><a href="{{ site.baseurl }}/providers/qdrant" class="tma-sidebar__link {% if page.url == '/providers/qdrant/' %}tma-sidebar__link--active{% endif %}">Qdrant</a></li>
|
|
48
|
+
<li><a href="{{ site.baseurl }}/providers/weaviate" class="tma-sidebar__link {% if page.url == '/providers/weaviate/' %}tma-sidebar__link--active{% endif %}">Weaviate</a></li>
|
|
49
|
+
<li><a href="{{ site.baseurl }}/providers/pgvector" class="tma-sidebar__link {% if page.url == '/providers/pgvector/' %}tma-sidebar__link--active{% endif %}">pgvector</a></li>
|
|
50
|
+
</ul>
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
<div class="tma-sidebar__section">
|
|
54
|
+
<h3 class="tma-sidebar__title">API Reference</h3>
|
|
55
|
+
<ul class="tma-sidebar__list">
|
|
56
|
+
<li><a href="{{ site.baseurl }}/api/overview" class="tma-sidebar__link {% if page.url == '/api/overview/' %}tma-sidebar__link--active{% endif %}">Overview</a></li>
|
|
57
|
+
</ul>
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
<div class="tma-sidebar__section">
|
|
61
|
+
<h3 class="tma-sidebar__title">Examples</h3>
|
|
62
|
+
<ul class="tma-sidebar__list">
|
|
63
|
+
<li><a href="{{ site.baseurl }}/examples" class="tma-sidebar__link {% if page.url == '/examples/' %}tma-sidebar__link--active{% endif %}">Overview</a></li>
|
|
64
|
+
<li><a href="{{ site.baseurl }}/examples/basic-usage" class="tma-sidebar__link {% if page.url == '/examples/basic-usage/' %}tma-sidebar__link--active{% endif %}">Basic Usage</a></li>
|
|
65
|
+
</ul>
|
|
66
|
+
</div>
|
|
67
|
+
|
|
68
|
+
<div class="tma-sidebar__section">
|
|
69
|
+
<h3 class="tma-sidebar__title">Community</h3>
|
|
70
|
+
<ul class="tma-sidebar__list">
|
|
71
|
+
<li><a href="{{ site.baseurl }}/community/contributing" class="tma-sidebar__link {% if page.url == '/community/contributing/' %}tma-sidebar__link--active{% endif %}">Contributing</a></li>
|
|
72
|
+
<li><a href="https://github.com/stokry/vectra/issues" class="tma-sidebar__link" target="_blank">Report Issue ↗</a></li>
|
|
73
|
+
</ul>
|
|
74
|
+
</div>
|
|
75
|
+
</aside>
|
|
19
76
|
|
|
20
|
-
|
|
77
|
+
<!-- Main Content -->
|
|
78
|
+
<main class="tma-docs-content tma-content">
|
|
79
|
+
{{ content }}
|
|
80
|
+
</main>
|
|
81
|
+
</div>
|
|
82
|
+
</body>
|
|
83
|
+
</html>
|