Skip to content

Commit 6c33a67

Browse files
author
Paul Korzhyk
committed
Hugo rebuild all branches
1 parent 18887c5 commit 6c33a67

File tree

468 files changed

+8710
-11867
lines changed

Some content is hidden

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

468 files changed

+8710
-11867
lines changed

published/404.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<meta
7-
name="description"
8-
9-
10-
11-
>
12-
13-
<link
6+
<link
147
rel="manifest"
158
href="https://tour.dgraph.io//images/favicons/manifest.json"
169
>

published/aggregation/1.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
mutation {
22
schema {
3-
director.film: uid @reverse .
4-
genre: uid @reverse .
3+
director.film: [uid] @reverse .
4+
genre: [uid] @reverse .
55
initial_release_date: date @index .
6-
rating: uid @reverse .
7-
country: uid @reverse .
6+
rating: [uid] @reverse .
7+
country: [uid] @reverse .
88
loc: geo @index .
99
name: string @index(term, fulltext) .
1010
}

published/aggregation/1/index.html

Lines changed: 29 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
<head>
88
<meta charset="utf-8">
99
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
10-
<meta
11-
name="description"
12-
13-
14-
15-
>
16-
17-
<link
10+
<link
1811
rel="manifest"
1912
href="https://tour.dgraph.io//images/favicons/manifest.json"
2013
>
@@ -47,32 +40,6 @@
4740
<link rel="icon" sizes="16x16" type="image/png" href="https://tour.dgraph.io//images/favicons/favicon-16x16.png">
4841

4942

50-
<script>
51-
if (window.location.href.indexOf("dgraph.io") > -1) {
52-
(function(i, s, o, g, r, a, m) {
53-
i["GoogleAnalyticsObject"] = r;
54-
(i[r] =
55-
i[r] ||
56-
function() {
57-
(i[r].q = i[r].q || []).push(arguments);
58-
}), (i[r].l = 1 * new Date());
59-
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
60-
a.async = 1;
61-
a.src = g;
62-
m.parentNode.insertBefore(a, m);
63-
})(
64-
window,
65-
document,
66-
"script",
67-
"https://www.google-analytics.com/analytics.js",
68-
"ga"
69-
);
70-
71-
ga("create", "UA-75364122-2", "auto");
72-
ga("send", "pageview");
73-
}
74-
</script>
75-
7643

7744
<title>
7845

@@ -118,33 +85,33 @@
11885
</option>
11986

12087
<option
121-
value="1.0.16"
88+
value="20.03.0"
12289

12390
selected="selected"
12491

12592
>
126-
Dgraph 1.0.16
93+
Dgraph 20.03.0
12794
</option>
12895

12996
<option
130-
value="1.1.0"
97+
value="1.2.1"
13198

13299
>
133-
Dgraph 1.1.0
100+
Dgraph 1.2.1
134101
</option>
135102

136103
<option
137-
value="1.2.1"
104+
value="1.1.0"
138105

139106
>
140-
Dgraph 1.2.1
107+
Dgraph 1.1.0
141108
</option>
142109

143110
<option
144-
value="20.03.0"
111+
value="1.0.16"
145112

146113
>
147-
Dgraph 20.03.0
114+
Dgraph 1.0.16
148115
</option>
149116

150117
</select>
@@ -158,8 +125,8 @@
158125

159126
<script>
160127
window.DgTour = {
161-
thisRelease: "1.0.16",
162-
latestRelease: "1.0.16",
128+
thisRelease: "20.03.0",
129+
latestRelease: "20.03.0",
163130
home: "https:\/\/tour.dgraph.io\/"
164131
}
165132
</script>
@@ -255,7 +222,7 @@
255222

256223
<li>
257224
<a href="https://tour.dgraph.io/basic/3/" class="topic">
258-
Data types and Schema
225+
Data types, Schema and Type System
259226
</a>
260227
</li>
261228

@@ -393,19 +360,19 @@
393360

394361
<li>
395362
<a href="https://tour.dgraph.io/schema/6/" class="topic">
396-
Exercise : Integrating existing data
363+
Reverse edges Query
397364
</a>
398365
</li>
399366

400367
<li>
401368
<a href="https://tour.dgraph.io/schema/7/" class="topic">
402-
Deleting Data
369+
Exercise : Integrating existing data
403370
</a>
404371
</li>
405372

406373
<li>
407374
<a href="https://tour.dgraph.io/schema/8/" class="topic">
408-
Predicate Query
375+
Deleting Data
409376
</a>
410377
</li>
411378

@@ -531,12 +498,6 @@
531498

532499
<li>
533500
<a href="https://tour.dgraph.io/blocksvars/13/" class="topic">
534-
expand and _predicate_
535-
</a>
536-
</li>
537-
538-
<li>
539-
<a href="https://tour.dgraph.io/blocksvars/14/" class="topic">
540501
Congratulations!
541502
</a>
542503
</li>
@@ -617,7 +578,7 @@ <h1 class="lesson-heading">A bigger dataset</h1>
617578
<p>Download it from that link or with something like</p>
618579
<pre><code>wget &quot;https://github.com/dgraph-io/benchmarks/blob/master/data/goldendata.rdf.gz?raw=true&quot; -O goldendata.rdf.gz -q
619580
</code></pre><p>Run the schema mutation and then load the dataset into Dgraph with</p>
620-
<pre><code>dgraph-live-loader -r goldendata.rdf.gz
581+
<pre><code>dgraph-live-loader -f goldendata.rdf.gz
621582
</code></pre><p>Dgraph reports back exactly how many triples were loaded and how long
622583
it took. There are around ??? movies and ???
623584
actors are described in the dataset.</p>
@@ -650,22 +611,22 @@ <h1 class="lesson-heading">A bigger dataset</h1>
650611

651612
<div class="runnable" data-initial="mutation {
652613
schema {
653-
director.film: uid @reverse .
654-
genre: uid @reverse .
614+
director.film: [uid] @reverse .
615+
genre: [uid] @reverse .
655616
initial_release_date: date @index .
656-
rating: uid @reverse .
657-
country: uid @reverse .
617+
rating: [uid] @reverse .
618+
country: [uid] @reverse .
658619
loc: geo @index .
659620
name: string @index(term, fulltext) .
660621
}
661622
}
662623
" data-current="mutation {
663624
schema {
664-
director.film: uid @reverse .
665-
genre: uid @reverse .
625+
director.film: [uid] @reverse .
626+
genre: [uid] @reverse .
666627
initial_release_date: date @index .
667-
rating: uid @reverse .
668-
country: uid @reverse .
628+
rating: [uid] @reverse .
629+
country: [uid] @reverse .
669630
loc: geo @index .
670631
name: string @index(term, fulltext) .
671632
}
@@ -697,11 +658,11 @@ <h1 class="lesson-heading">A bigger dataset</h1>
697658
<div class="runnable-tab-content active">
698659
<textarea class="query-content-editable">mutation {
699660
schema {
700-
director.film: uid @reverse .
701-
genre: uid @reverse .
661+
director.film: [uid] @reverse .
662+
genre: [uid] @reverse .
702663
initial_release_date: date @index .
703-
rating: uid @reverse .
704-
country: uid @reverse .
664+
rating: [uid] @reverse .
665+
country: [uid] @reverse .
705666
loc: geo @index .
706667
name: string @index(term, fulltext) .
707668
}
@@ -792,6 +753,7 @@ <h5 class="modal-title" id="runnable-url-modal-label">Change Dgraph Alpha URL</h
792753
</main>
793754

794755
<script src="https://tour.dgraph.io//js/build/dgraph-tour.js?8cb5063906121ab119297908cd5af67a"></script>
756+
<script src="//unpkg.com/@dgraph-io/community"></script>
795757
</body>
796758

797759
</html>

published/aggregation/2/index.html

Lines changed: 16 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
<head>
88
<meta charset="utf-8">
99
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
10-
<meta
11-
name="description"
12-
13-
14-
15-
>
16-
17-
<link
10+
<link
1811
rel="manifest"
1912
href="https://tour.dgraph.io//images/favicons/manifest.json"
2013
>
@@ -47,32 +40,6 @@
4740
<link rel="icon" sizes="16x16" type="image/png" href="https://tour.dgraph.io//images/favicons/favicon-16x16.png">
4841

4942

50-
<script>
51-
if (window.location.href.indexOf("dgraph.io") > -1) {
52-
(function(i, s, o, g, r, a, m) {
53-
i["GoogleAnalyticsObject"] = r;
54-
(i[r] =
55-
i[r] ||
56-
function() {
57-
(i[r].q = i[r].q || []).push(arguments);
58-
}), (i[r].l = 1 * new Date());
59-
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
60-
a.async = 1;
61-
a.src = g;
62-
m.parentNode.insertBefore(a, m);
63-
})(
64-
window,
65-
document,
66-
"script",
67-
"https://www.google-analytics.com/analytics.js",
68-
"ga"
69-
);
70-
71-
ga("create", "UA-75364122-2", "auto");
72-
ga("send", "pageview");
73-
}
74-
</script>
75-
7643

7744
<title>
7845

@@ -118,33 +85,33 @@
11885
</option>
11986

12087
<option
121-
value="1.0.16"
88+
value="20.03.0"
12289

12390
selected="selected"
12491

12592
>
126-
Dgraph 1.0.16
93+
Dgraph 20.03.0
12794
</option>
12895

12996
<option
130-
value="1.1.0"
97+
value="1.2.1"
13198

13299
>
133-
Dgraph 1.1.0
100+
Dgraph 1.2.1
134101
</option>
135102

136103
<option
137-
value="1.2.1"
104+
value="1.1.0"
138105

139106
>
140-
Dgraph 1.2.1
107+
Dgraph 1.1.0
141108
</option>
142109

143110
<option
144-
value="20.03.0"
111+
value="1.0.16"
145112

146113
>
147-
Dgraph 20.03.0
114+
Dgraph 1.0.16
148115
</option>
149116

150117
</select>
@@ -158,8 +125,8 @@
158125

159126
<script>
160127
window.DgTour = {
161-
thisRelease: "1.0.16",
162-
latestRelease: "1.0.16",
128+
thisRelease: "20.03.0",
129+
latestRelease: "20.03.0",
163130
home: "https:\/\/tour.dgraph.io\/"
164131
}
165132
</script>
@@ -255,7 +222,7 @@
255222

256223
<li>
257224
<a href="https://tour.dgraph.io/basic/3/" class="topic">
258-
Data types and Schema
225+
Data types, Schema and Type System
259226
</a>
260227
</li>
261228

@@ -393,19 +360,19 @@
393360

394361
<li>
395362
<a href="https://tour.dgraph.io/schema/6/" class="topic">
396-
Exercise : Integrating existing data
363+
Reverse edges Query
397364
</a>
398365
</li>
399366

400367
<li>
401368
<a href="https://tour.dgraph.io/schema/7/" class="topic">
402-
Deleting Data
369+
Exercise : Integrating existing data
403370
</a>
404371
</li>
405372

406373
<li>
407374
<a href="https://tour.dgraph.io/schema/8/" class="topic">
408-
Predicate Query
375+
Deleting Data
409376
</a>
410377
</li>
411378

@@ -531,12 +498,6 @@
531498

532499
<li>
533500
<a href="https://tour.dgraph.io/blocksvars/13/" class="topic">
534-
expand and _predicate_
535-
</a>
536-
</li>
537-
538-
<li>
539-
<a href="https://tour.dgraph.io/blocksvars/14/" class="topic">
540501
Congratulations!
541502
</a>
542503
</li>
@@ -643,6 +604,7 @@ <h1 class="lesson-heading">Min and Max</h1>
643604
</main>
644605

645606
<script src="https://tour.dgraph.io//js/build/dgraph-tour.js?8cb5063906121ab119297908cd5af67a"></script>
607+
<script src="//unpkg.com/@dgraph-io/community"></script>
646608
</body>
647609

648610
</html>

0 commit comments

Comments
 (0)