Skip to content

Commit 82ec524

Browse files
Merge branch 'main' into update-api-docs-console-1.43.2
2 parents 52c8622 + d7b8baa commit 82ec524

21 files changed

Lines changed: 174841 additions & 5 deletions

apple-touch-icon.png

5.54 KB
Loading

favicon.png

1.07 KB
Loading

index.html

Lines changed: 81 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,91 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4-
<title id="docTitle">Conduktor Documentation</title>
5-
<!-- needed for adaptive design -->
64
<meta charset="utf-8" />
75
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title id="docTitle">Conduktor API Documentation — Console &amp; Gateway</title>
7+
<meta name="description" content="Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions.">
8+
<meta name="author" content="Conduktor">
9+
<meta name="robots" content="index, follow">
10+
<meta name="theme-color" content="#072024">
11+
<link rel="canonical" href="https://developers.conduktor.io/">
12+
13+
<!-- Performance hints -->
14+
<link rel="preconnect" href="https://fonts.googleapis.com">
15+
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
16+
<link rel="preconnect" href="https://cdn.redoc.ly">
17+
<link rel="dns-prefetch" href="https://cdn.redoc.ly">
18+
<link rel="preconnect" href="https://www.googletagmanager.com">
19+
<link rel="dns-prefetch" href="https://www.google-analytics.com">
20+
<link rel="preload" href="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js" as="script">
21+
22+
<!-- Open Graph -->
23+
<meta property="og:type" content="website">
24+
<meta property="og:locale" content="en_US">
25+
<meta property="og:title" content="Conduktor API Documentation — Console &amp; Gateway">
26+
<meta property="og:description" content="Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions.">
27+
<meta property="og:url" content="https://developers.conduktor.io/">
28+
<meta property="og:image" content="https://developers.conduktor.io/og-image.png">
29+
<meta property="og:image:width" content="1200">
30+
<meta property="og:image:height" content="630">
31+
<meta property="og:image:alt" content="Conduktor API Documentation — Console &amp; Gateway REST API reference">
32+
<meta property="og:site_name" content="Conduktor">
33+
34+
<!-- Twitter Card -->
35+
<meta name="twitter:card" content="summary_large_image">
36+
<meta name="twitter:site" content="@getconduktor">
37+
<meta name="twitter:creator" content="@getconduktor">
38+
<meta name="twitter:title" content="Conduktor API Documentation — Console &amp; Gateway">
39+
<meta name="twitter:description" content="Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions.">
40+
<meta name="twitter:image" content="https://developers.conduktor.io/og-image.png">
41+
<meta name="twitter:image:alt" content="Conduktor API Documentation — Console &amp; Gateway REST API reference">
42+
43+
<!-- Schema.org -->
44+
<script type="application/ld+json">
45+
[
46+
{
47+
"@context": "https://schema.org",
48+
"@type": "WebSite",
49+
"name": "Conduktor API Documentation",
50+
"url": "https://developers.conduktor.io"
51+
},
52+
{
53+
"@context": "https://schema.org",
54+
"@type": "WebApplication",
55+
"name": "Conduktor API Documentation",
56+
"url": "https://developers.conduktor.io",
57+
"description": "Interactive REST API reference for Conduktor Console and Gateway. Browse and explore all endpoints across all product versions.",
58+
"applicationCategory": "DeveloperApplication",
59+
"operatingSystem": "Web",
60+
"offers": {
61+
"@type": "Offer",
62+
"price": "0",
63+
"priceCurrency": "USD"
64+
},
65+
"featureList": "Console API reference, Gateway API reference v1 and v2, Multi-version browsing",
66+
"publisher": {
67+
"@type": "Organization",
68+
"name": "Conduktor",
69+
"url": "https://www.conduktor.io"
70+
}
71+
}
72+
]
73+
</script>
74+
875
<link data-rh="true" rel="icon" href="./img/favicon.ico">
76+
<link rel="icon" type="image/png" href="/favicon.png">
77+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
978
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet" />
1079

80+
<!-- Google Analytics -->
81+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F508MVXD3Z"></script>
82+
<script>
83+
window.dataLayer = window.dataLayer || [];
84+
function gtag(){dataLayer.push(arguments);}
85+
gtag('js', new Date());
86+
gtag('config', 'G-F508MVXD3Z');
87+
</script>
88+
1189
<!-- Vercel Analytics -->
1290
<script>
1391
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };

og-image.png

78.7 KB
Loading

0 commit comments

Comments
 (0)