Skip to content

Commit fda9585

Browse files
committed
Update hugo files
1 parent fb63dc4 commit fda9585

File tree

14 files changed

+487
-102
lines changed

14 files changed

+487
-102
lines changed

categories/index.html

Lines changed: 395 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,395 @@
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.0">
6+
<meta name="description" content="">
7+
<meta name="author" content="">
8+
<meta name="keyword" content="">
9+
10+
<link rel="shortcut icon" href="https://mongodb.github.io/mongo-cxx-driver/img/favicon.png">
11+
12+
<title>Categories</title>
13+
14+
<link rel="stylesheet" href="https://mongodb.github.io/mongo-cxx-driver/lib/bootstrap.css" type="text/css" />
15+
<link rel="stylesheet" href="https://mongodb.github.io/mongo-cxx-driver/lib/font-awesome/css/font-awesome.min.css" type="text/css" />
16+
<link rel="stylesheet" href="https://mongodb.github.io/mongo-cxx-driver/css/mongodb-docs.css" type="text/css" />
17+
<link rel="stylesheet" href="https://mongodb.github.io/mongo-cxx-driver/css/overrides.css" type="text/css" />
18+
<link rel="stylesheet" href="https://mongodb.github.io/mongo-cxx-driver/lib/highlight/styles/idea.css" />
19+
20+
</head>
21+
22+
<body>
23+
24+
<section id="container" class="">
25+
26+
<header id="header-db" class="row" role="navigation">
27+
<div class="header-content">
28+
<div class="toggle-nav pull-left">
29+
<i class="fa fa-bars"></i>
30+
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"></div>
31+
</div>
32+
33+
<div class="logo pull-left">
34+
<a href="https://mongodb.github.io/mongo-cxx-driver">
35+
<img src="https://mongodb.github.io/mongo-cxx-driver/img/logo-mongodb-header.png",
36+
alt="MongoDB C++ driver" />
37+
</a>
38+
</div>
39+
40+
<div>
41+
<div class="nav-items pull-right">
42+
<a href="https://university.mongodb.com" data-toggle="tooltip" data-placement="bottom" title="Free Online Classes">MongoDB University</a>
43+
<a href="http://www.mongodb.org/downloads" data-toggle="tooltip" data-placement="bottom" title="Download MongoDB">Downloads</a>
44+
<a href="http://www.mongodb.org/get-involved" data-toggle="tooltip" data-placement="bottom" title="Get involved with MongoDB">Community</a>
45+
<a href="http://docs.mongodb.org" data-toggle="tooltip" data-placement="bottom" title="The MongoDB Documentation">Docs</a>
46+
<a href="http://blog.mongodb.org" data-toggle="tooltip" data-placement="bottom" title="The MongoDB Blog">Blog</a>
47+
<div id="search">
48+
<form method="get" action="//www.google.com/search" target="_blank">
49+
<input type="text" name="searchQuery" size="20" value="" autocomplete="off" placeholder="Search docs">
50+
<input type="hidden" name="site" value="https://mongodb.github.io/mongo-cxx-driver">
51+
<input type="hidden" name="q" value="">
52+
<label for="searchQuery"><i class="fa fa-search fa-1"></i></label>
53+
</form>
54+
</div>
55+
56+
</div>
57+
</div>
58+
59+
</div>
60+
</header>
61+
62+
63+
64+
65+
<aside id="sidebar" class="sidebar">
66+
<div class="ssidebar nav-collapse">
67+
<div class="ssidebarwrapper">
68+
<h3>
69+
<a class="index-link" href="https://mongodb.github.io/mongo-cxx-driver">MongoDB C&#43;&#43; Driver Manual</a>
70+
</h3>
71+
72+
73+
<ul class="sidebar-menu">
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+
194+
<li class="toctree-l1">
195+
<a href="/mongo-cxx-driver/mongocxx-v3/">
196+
<i class='fa fa-arrow-right'></i>
197+
mongocxx (v3)
198+
</a>
199+
</li>
200+
201+
202+
203+
204+
205+
206+
207+
208+
209+
210+
211+
212+
213+
214+
215+
216+
217+
218+
219+
220+
221+
<li class="toctree-l1">
222+
<a href="/mongo-cxx-driver/legacy-v1/">
223+
<i class='fa fa-arrow-right'></i>
224+
legacy (v1)
225+
</a>
226+
</li>
227+
228+
229+
230+
231+
232+
233+
234+
235+
236+
237+
238+
239+
240+
241+
242+
243+
244+
245+
246+
247+
248+
<li class="toctree-l1">
249+
<a href="https://mongodb.github.io/mongo-cxx-driver/api/current">
250+
<i class='fa fa-file-text-o'></i>
251+
API Documentation
252+
</a>
253+
</li>
254+
255+
256+
257+
258+
259+
260+
261+
262+
263+
264+
265+
266+
267+
268+
269+
270+
271+
272+
273+
274+
275+
<li class="toctree-l1">
276+
<a href="https://github.com/mongodb/mongo-cxx-driver/">
277+
<i class='fa fa-github'></i>
278+
Source Code
279+
</a>
280+
</li>
281+
282+
283+
284+
285+
286+
287+
288+
289+
290+
291+
292+
293+
294+
295+
296+
297+
298+
299+
300+
301+
302+
<li class="toctree-l1">
303+
<a href="/mongo-cxx-driver/contributing/">
304+
<i class='fa fa-pencil'></i>
305+
Contributing
306+
</a>
307+
</li>
308+
309+
310+
311+
</ul>
312+
313+
</div>
314+
</div>
315+
316+
317+
</aside>
318+
319+
320+
321+
322+
<section id="main-content" class="content">
323+
<section class="main-column pull-left">
324+
<div class="document">
325+
<div class="documentwrapper">
326+
<div class="bodywrapper">
327+
<div class="body">
328+
329+
<section id="main">
330+
<div>
331+
<h1 id="title">Categories</h1>
332+
<ul id="list">
333+
334+
</ul>
335+
</div>
336+
</section>
337+
338+
339+
</div>
340+
<div class="right-column">
341+
<div class="wrapper">
342+
343+
</div>
344+
</div>
345+
346+
</div>
347+
</div>
348+
</div>
349+
</section>
350+
</section>
351+
352+
</section>
353+
354+
355+
<script type="text/javascript">
356+
var DOCUMENTATION_OPTIONS = {
357+
URL_ROOT: "https://mongodb.github.io/mongo-cxx-driver",
358+
VERSION: "",
359+
COLLAPSE_INDEX: false,
360+
FILE_SUFFIX: '.html',
361+
HAS_SOURCE: true
362+
};
363+
</script>
364+
<script type="text/javascript" src="https://mongodb.github.io/mongo-cxx-driver/js/jquery.js"></script>
365+
<script type="text/javascript" src="https://mongodb.github.io/mongo-cxx-driver/lib/bootstrap.js"></script>
366+
<script type="text/javascript" src="https://mongodb.github.io/mongo-cxx-driver/js/navbar.js"></script>
367+
<script type="text/javascript" src="https://mongodb.github.io/mongo-cxx-driver/lib/highlight/highlight.pack.js"></script>
368+
<script type="text/javascript" src="https://mongodb.github.io/mongo-cxx-driver/js/scripts.js"></script>
369+
370+
371+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-JQHP"
372+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
373+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
374+
{'gtm.start': new Date().getTime(),event:'gtm.js'}
375+
);var f=d.getElementsByTagName(s)[0],
376+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
377+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
378+
})(window,document,'script','dataLayer','GTM-JQHP');</script>
379+
380+
381+
<script type="text/javascript">
382+
var _elqQ = _elqQ || [];
383+
_elqQ.push(['elqSetSiteId', '413370795']);
384+
_elqQ.push(['elqTrackPageView']);
385+
(function () {
386+
function async_load()
387+
{ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img03.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }
388+
if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
389+
else if (window.attachEvent) window.attachEvent('onload', async_load);
390+
})();
391+
</script>
392+
393+
</body>
394+
</html>
395+

0 commit comments

Comments
 (0)