Skip to content

Commit 45cfe34

Browse files
author
committed
Deployed 5a16dee with MkDocs version: 1.6.1
0 parents  commit 45cfe34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+9177
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+363
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,363 @@
1+
2+
<!doctype html>
3+
<html lang="en" class="no-js">
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
9+
<meta name="description" content="A PostgreSQL extension for CRDTs">
10+
11+
12+
13+
14+
15+
16+
<link rel="icon" href="/pg_crdt/assets/favicon.ico">
17+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.11">
18+
19+
20+
21+
<title>pg_crdt</title>
22+
23+
24+
25+
<link rel="stylesheet" href="/pg_crdt/assets/stylesheets/main.4af4bdda.min.css">
26+
27+
28+
<link rel="stylesheet" href="/pg_crdt/assets/stylesheets/palette.06af60db.min.css">
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
42+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
43+
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
44+
45+
46+
47+
<link rel="stylesheet" href="/pg_crdt/stylesheets/extra.css">
48+
49+
<script>__md_scope=new URL("/pg_crdt/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
50+
51+
52+
53+
54+
55+
56+
</head>
57+
58+
59+
60+
61+
62+
63+
64+
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="green" data-md-color-accent="green">
65+
66+
67+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
68+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
69+
<label class="md-overlay" for="__drawer"></label>
70+
<div data-md-component="skip">
71+
72+
</div>
73+
<div data-md-component="announce">
74+
75+
</div>
76+
77+
78+
79+
80+
81+
82+
<header class="md-header md-header--shadow" data-md-component="header">
83+
<nav class="md-header__inner md-grid" aria-label="Header">
84+
<a href="/pg_crdt/." title="pg_crdt" class="md-header__button md-logo" aria-label="pg_crdt" data-md-component="logo">
85+
86+
<img src="/pg_crdt/assets/favicon.ico" alt="logo">
87+
88+
</a>
89+
<label class="md-header__button md-icon" for="__drawer">
90+
91+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
92+
</label>
93+
<div class="md-header__title" data-md-component="header-title">
94+
<div class="md-header__ellipsis">
95+
<div class="md-header__topic">
96+
<span class="md-ellipsis">
97+
pg_crdt
98+
</span>
99+
</div>
100+
<div class="md-header__topic" data-md-component="header-topic">
101+
<span class="md-ellipsis">
102+
103+
104+
105+
</span>
106+
</div>
107+
</div>
108+
</div>
109+
110+
111+
112+
113+
114+
115+
116+
117+
<label class="md-header__button md-icon" for="__search">
118+
119+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
120+
</label>
121+
<div class="md-search" data-md-component="search" role="dialog">
122+
<label class="md-search__overlay" for="__search"></label>
123+
<div class="md-search__inner" role="search">
124+
<form class="md-search__form" name="search">
125+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
126+
<label class="md-search__icon md-icon" for="__search">
127+
128+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
129+
130+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
131+
</label>
132+
<nav class="md-search__options" aria-label="Search">
133+
134+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
135+
136+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
137+
</button>
138+
</nav>
139+
140+
</form>
141+
<div class="md-search__output">
142+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
143+
<div class="md-search-result" data-md-component="search-result">
144+
<div class="md-search-result__meta">
145+
Initializing search
146+
</div>
147+
<ol class="md-search-result__list" role="presentation"></ol>
148+
</div>
149+
</div>
150+
</div>
151+
</div>
152+
</div>
153+
154+
155+
156+
<div class="md-header__source">
157+
<a href="https://github.com/supabase/pg_crdt" title="Go to repository" class="md-source" data-md-component="source">
158+
<div class="md-source__icon md-icon">
159+
160+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
161+
</div>
162+
<div class="md-source__repository">
163+
supabase/pg_crdt
164+
</div>
165+
</a>
166+
</div>
167+
168+
</nav>
169+
170+
</header>
171+
172+
<div class="md-container" data-md-component="container">
173+
174+
175+
176+
177+
178+
179+
<main class="md-main" data-md-component="main">
180+
<div class="md-main__inner md-grid">
181+
182+
183+
184+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
185+
<div class="md-sidebar__scrollwrap">
186+
<div class="md-sidebar__inner">
187+
188+
189+
190+
191+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
192+
<label class="md-nav__title" for="__drawer">
193+
<a href="/pg_crdt/." title="pg_crdt" class="md-nav__button md-logo" aria-label="pg_crdt" data-md-component="logo">
194+
195+
<img src="/pg_crdt/assets/favicon.ico" alt="logo">
196+
197+
</a>
198+
pg_crdt
199+
</label>
200+
201+
<div class="md-nav__source">
202+
<a href="https://github.com/supabase/pg_crdt" title="Go to repository" class="md-source" data-md-component="source">
203+
<div class="md-source__icon md-icon">
204+
205+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
206+
</div>
207+
<div class="md-source__repository">
208+
supabase/pg_crdt
209+
</div>
210+
</a>
211+
</div>
212+
213+
<ul class="md-nav__list" data-md-scrollfix>
214+
215+
216+
217+
218+
219+
220+
221+
<li class="md-nav__item">
222+
<a href="/pg_crdt/." class="md-nav__link">
223+
224+
225+
226+
<span class="md-ellipsis">
227+
Introduction
228+
229+
</span>
230+
231+
232+
</a>
233+
</li>
234+
235+
236+
237+
238+
239+
240+
241+
242+
243+
<li class="md-nav__item">
244+
<a href="/pg_crdt/automerge/" class="md-nav__link">
245+
246+
247+
248+
<span class="md-ellipsis">
249+
AutoMerge
250+
251+
</span>
252+
253+
254+
</a>
255+
</li>
256+
257+
258+
259+
</ul>
260+
</nav>
261+
</div>
262+
</div>
263+
</div>
264+
265+
266+
267+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
268+
<div class="md-sidebar__scrollwrap">
269+
<div class="md-sidebar__inner">
270+
271+
272+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
273+
274+
275+
276+
277+
</nav>
278+
</div>
279+
</div>
280+
</div>
281+
282+
283+
284+
<div class="md-content" data-md-component="content">
285+
<article class="md-content__inner md-typeset">
286+
287+
<h1>404 - Not found</h1>
288+
289+
</article>
290+
</div>
291+
292+
293+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
294+
</div>
295+
296+
</main>
297+
298+
<footer class="md-footer">
299+
300+
<div class="md-footer-meta md-typeset">
301+
<div class="md-footer-meta__inner md-grid">
302+
<div class="md-copyright">
303+
304+
<div class="md-copyright__highlight">
305+
Copyright &copy; Supabase
306+
</div>
307+
308+
309+
Made with
310+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
311+
Material for MkDocs
312+
</a>
313+
314+
</div>
315+
316+
<div class="md-social">
317+
318+
319+
320+
321+
322+
<a href="https://x.com/supabase" target="_blank" rel="noopener" title="Supabase on Twitter" class="md-social__link">
323+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253"/></svg>
324+
</a>
325+
326+
327+
328+
329+
330+
<a href="https://reddit.com/r/supabase" target="_blank" rel="noopener" title="Supabase on Reddit" class="md-social__link">
331+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 256C0 114.6 114.6 0 256 0s256 114.6 256 256-114.6 256-256 256H37.1c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256m349.6-102.4c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34-34.5 3.7-61.4 33-61.4 68.4v.2c-37.5 1.6-71.8 12.3-99 29.1-10.1-7.8-22.8-12.5-36.5-12.5-33 0-59.8 26.8-59.8 59.8 0 24 14.1 44.6 34.4 54.1 2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54 0-33-26.8-59.8-59.8-59.8-13.7 0-26.3 4.6-36.4 12.4-27.4-17-62.1-27.7-100-29.1v-.2c0-25.4 18.9-46.5 43.4-49.9 4.4 18.8 21.3 32.8 41.5 32.8zm-172.5 93.3c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6-31.4-8.8-30.4-30.5S160.3 247 177 247zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6 11.8-39.3 28.5-39.3 31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9.8-6.2 3.9-6.5 18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1.3 5.1 3.6 3.9 6.5"/></svg>
332+
</a>
333+
334+
335+
336+
337+
338+
<a href="https://github.com/supabase/pg_crdt" target="_blank" rel="noopener" title="pg_crdt on GitHub" class="md-social__link">
339+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8M97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
340+
</a>
341+
342+
</div>
343+
344+
</div>
345+
</div>
346+
</footer>
347+
348+
</div>
349+
<div class="md-dialog" data-md-component="dialog">
350+
<div class="md-dialog__inner md-typeset"></div>
351+
</div>
352+
353+
354+
355+
356+
<script id="__config" type="application/json">{"base": "/pg_crdt/", "features": [], "search": "/pg_crdt/assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
357+
358+
359+
<script src="/pg_crdt/assets/javascripts/bundle.c8b220af.min.js"></script>
360+
361+
362+
</body>
363+
</html>

assets/favicon.ico

14.7 KB
Binary file not shown.

assets/images/favicon.png

1.83 KB
Loading

0 commit comments

Comments
 (0)