Skip to content

Commit c681bdb

Browse files
authored
Hugo rebuild all branches (#306)
1 parent d8529f8 commit c681bdb

Some content is hidden

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

107 files changed

+248
-186
lines changed

published/404.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929

3030
<title>404 Page not found</title>
31-
<link href="https://dgraph.io/tour/css/nucleus.css" rel="stylesheet">
32-
<link href="https://dgraph.io/tour/css/font-awesome.min.css" rel="stylesheet">
33-
<link href="https://dgraph.io/tour/css/hybrid.css" rel="stylesheet">
34-
<link href="https://dgraph.io/tour/css/featherlight.min.css" rel="stylesheet">
35-
<link href="https://dgraph.io/tour/css/perfect-scrollbar.min.css" rel="stylesheet">
36-
<link href="https://dgraph.io/tour/css/theme.css" rel="stylesheet">
37-
<link href="https://dgraph.io/tour/css/hugo-theme.css" rel="stylesheet">
31+
<link href="https://dgraph.io/tour//css/nucleus.css" rel="stylesheet">
32+
<link href="https://dgraph.io/tour//css/font-awesome.min.css" rel="stylesheet">
33+
<link href="https://dgraph.io/tour//css/hybrid.css" rel="stylesheet">
34+
<link href="https://dgraph.io/tour//css/featherlight.min.css" rel="stylesheet">
35+
<link href="https://dgraph.io/tour//css/perfect-scrollbar.min.css" rel="stylesheet">
36+
<link href="https://dgraph.io/tour//css/theme.css" rel="stylesheet">
37+
<link href="https://dgraph.io/tour//css/hugo-theme.css" rel="stylesheet">
3838
<style type="text/css">
3939
:root #header + #content > #left > #rlblock_left {
4040
display: none !important;
@@ -63,7 +63,7 @@ <h1>Error</h1>
6363
<p></p>
6464
<p><a href="https://dgraph.io/tour/">Go to homepage</a></p>
6565
<p>
66-
<img src="https://dgraph.io/tour/images/gopher-404.jpg" style="width:50%"></img>
66+
<img src="https://dgraph.io/tour//images/gopher-404.jpg" style="width:50%"></img>
6767
</p>
6868
</div>
6969
</div>

published/basic/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ This is helpful for debugging queries and for tutorials that need to explain par
194194

195195
<guid>https://dgraph.io/tour/basic/17/</guid>
196196
<description>Dgraph supports facets — key value pairs on edges — as an extension to RDF triples. That is, facets add properties to edges, rather than to nodes. For example, a friend edge between two nodes may have a boolean property of close friendship. Facets can also be used as weights for edges.
197-
More details about Facets you can find in our Docs: https://dgraph.io/docs/query-language/#facets-edge-attributes
197+
More details about Facets you can find in our Docs: https://docs.dgraph.io/query-language/#facets-edge-attributes
198198
Reading all the documentation about Facets you will have examples of:</description>
199199
</item>
200200

published/dgraph-1.0.16/basic/1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ <h2 class="lesson__title">Hello World</h2>
526526
</div>
527527

528528
<p>The tutorial will handle the running of the query for you, so
529-
just focus on the query text. You can also learn about <a href="https://dgraph.io/docs/get-started/#step-3-run-queries">posting
530-
queries</a> or <a href="https://dgraph.io/docs/clients/">programming with Dgraph</a>.</p>
529+
just focus on the query text. You can also learn about <a href="https://docs.dgraph.io/get-started/#step-3-run-queries">posting
530+
queries</a> or <a href="https://docs.dgraph.io/clients/">programming with Dgraph</a>.</p>
531531

532532

533533
</div>

published/dgraph-1.0.16/basic/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ This is helpful for debugging queries and for tutorials that need to explain par
195195

196196
<guid>https://dgraph.io/tour/dgraph-1.0.16/basic/17/</guid>
197197
<description>Dgraph supports facets — key value pairs on edges — as an extension to RDF triples. That is, facets add properties to edges, rather than to nodes. For example, a friend edge between two nodes may have a boolean property of close friendship. Facets can also be used as weights for edges.
198-
More details about Facets you can find in our Docs: https://dgraph.io/docs/query-language/#facets-edge-attributes
198+
More details about Facets you can find in our Docs: https://docs.dgraph.io/query-language/#facets-edge-attributes
199199
Reading all the documentation about Facets you will have examples of:</description>
200200
</item>
201201

published/dgraph-1.0.16/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.73.0" />
4+
<meta name="generator" content="Hugo 0.74.3" />
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
77
<link rel="apple-touch-icon" sizes="57x57" href="https://dgraph.io/assets/images/favicons/apple-icon-57x57.png">

published/dgraph-1.0.16/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The query here uses the sets of all Jane Campion&amp;rsquo;s films JC_films and
181181

182182
<guid>https://dgraph.io/tour/dgraph-1.0.16/schema/3/</guid>
183183
<description>Dgraph doesn&amp;rsquo;t support setting external IDs for nodes. If an application requires unique identifiers for nodes other than the UIDs assigned by Dgraph, then these have to be supplied as edges. It&amp;rsquo;s up to a user application to ensure the uniqueness of such IDs/keys.
184-
More about in https://dgraph.io/docs/mutations/#external-ids</description>
184+
More about in https://docs.dgraph.io/mutations/#external-ids</description>
185185
</item>
186186

187187
<item>
@@ -651,7 +651,7 @@ This is helpful for debugging queries and for tutorials that need to explain par
651651

652652
<guid>https://dgraph.io/tour/dgraph-1.0.16/basic/17/</guid>
653653
<description>Dgraph supports facets — key value pairs on edges — as an extension to RDF triples. That is, facets add properties to edges, rather than to nodes. For example, a friend edge between two nodes may have a boolean property of close friendship. Facets can also be used as weights for edges.
654-
More details about Facets you can find in our Docs: https://dgraph.io/docs/query-language/#facets-edge-attributes
654+
More details about Facets you can find in our Docs: https://docs.dgraph.io/query-language/#facets-edge-attributes
655655
Reading all the documentation about Facets you will have examples of:</description>
656656
</item>
657657

published/dgraph-1.0.16/intro/1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,14 +484,14 @@ <h2 class="lesson__title">Welcome</h2>
484484
<!-- raw HTML omitted -->
485485
<!-- raw HTML omitted -->
486486
<p>This interactive tutorial will get you up and running with Dgraph and writing graph
487-
queries in <a href="https://dgraph.io/docs/query-language/">GraphQL+-</a>, Dgraph&rsquo;s own graph query language.</p>
487+
queries in <a href="https://docs.dgraph.io/query-language/">GraphQL+-</a>, Dgraph&rsquo;s own graph query language.</p>
488488
<p>The tutorial is divided into modules. You can access the table of
489489
contents at any time by clicking &ldquo;A Tour of Dgraph&rdquo; in the top left and can move backwards
490490
and forwards using the right and left arrows at the bottom of this pane.</p>
491491
<p>In this tutorial, you can run and edit the queries and interact with the visualizations.</p>
492492
<p>The tutorial will guide you from your first graph query to queries a graph expert would be proud of.</p>
493493
<p>As well as this self contained tutorial, there’s lots of
494-
<a href="https://dgraph.io/docs/">reference material</a> to help you use Dgraph.</p>
494+
<a href="https://docs.dgraph.io">reference material</a> to help you use Dgraph.</p>
495495
<p>When you are ready to begin click the right arrow.</p>
496496

497497

published/dgraph-1.0.16/intro/2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ <h2 class="lesson__title">Run Dgraph</h2>
490490
running it in a container, you&rsquo;ll have a fresh Dgraph that will
491491
serve as a sandbox for you to learn and experiment with.</p>
492492
<p>There are a number of ways to
493-
<a href="https://dgraph.io/docs/get-started/#step-1-installation">install and run Dgraph</a>.
493+
<a href="https://docs.dgraph.io/get-started/#step-1-installation">install and run Dgraph</a>.
494494
For
495495
this tutorial, let&rsquo;s run it in a container with Docker.</p>
496496
<p>First, grab the latest version of <a href="https://www.docker.com/">Docker</a>.</p>

published/dgraph-1.0.16/intro/5/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,23 +485,23 @@ <h2 class="lesson__title">Mutation Introduction</h2>
485485

486486
<p>In the last exercise, you added some data into Dgraph. Adding or removing data in Dgraph is called a mutation. We have two types of standard formats for mutations: RDF (Resource Description Framework) N-Quad and JSON (JavaScript Object Notation). RDF is a widely used standard in Graph or Ontology systems.</p>
487487
<p>In Dgraph the mutation operations consist of two patterns: blank UID reference or explicit UID reference.</p>
488-
<p>This introduction is important for the coming exercises, many of the concepts presented here will be repeated in the next few chapters. (For example, <a href="https://dgraph.io/tour/schema/2/">Adding Data - mutating data</a> and <a href="https://dgraph.io/tour/schema/6/">Exercise : Integrating existing data</a>.)</p>
488+
<p>This introduction is important for the coming exercises, many of the concepts presented here will be repeated in the next few chapters. (For example, <a href="https://tour.dgraph.io/schema/2/">Adding Data - mutating data</a> and <a href="https://tour.dgraph.io/schema/6/">Exercise : Integrating existing data</a>.)</p>
489489
<h2 id="blank-uid">Blank UID</h2>
490490
<p>In a mutation, any definition that doesn&rsquo;t match the UID explicit reference format can be considered blank UID reference, also known as a blank node. The structure of a blank node consists of:</p>
491491
<p>underline + a colon + unique name (identifier)</p>
492492
<p>For example, in the previous section you saw the blank nodes <code>_:michael</code> and <code>_:amit</code>. This is the proper blank node syntax. However, there will be cases where the parser will consider some typo as a blank node, but its use is not recommended. Examples below:</p>
493493
<pre><code>&lt;_:uid43&gt; or &lt;_:uid4e030f&gt;
494494
&lt;someTypoMistake&gt;
495495
</code></pre><blockquote>
496-
<p>Dgraph&rsquo;s <a href="https://dgraph.io/docs/deploy/#export-database">data export</a> uses blank nodes of the first form presented.</p>
496+
<p>Dgraph&rsquo;s <a href="https://docs.dgraph.io/deploy/#export-database">data export</a> uses blank nodes of the first form presented.</p>
497497
</blockquote>
498498
<p>In JSON, the blank node format is similar. The blank node is defined with the <code>&quot;uid&quot;</code> key of a JSON object:</p>
499499
<pre><code>{
500500
&quot;uid&quot;: &quot;_:diggy&quot;,
501501
&quot;name&quot;: &quot;diggy&quot;,
502502
&quot;food&quot;: &quot;pizza&quot;
503503
}
504-
</code></pre><p>Blank nodes are covered in more detail in the <a href="https://dgraph.io/docs/mutations/#blank-nodes-and-uid">mutation docs</a>.</p>
504+
</code></pre><p>Blank nodes are covered in more detail in the <a href="https://docs.dgraph.io/mutations/#blank-nodes-and-uid">mutation docs</a>.</p>
505505

506506

507507

published/dgraph-1.0.16/schema/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ After the upload, the label _:company1 doesn’t exist in Dgraph and we can’t
4141

4242
<guid>https://dgraph.io/tour/dgraph-1.0.16/schema/3/</guid>
4343
<description>Dgraph doesn&amp;rsquo;t support setting external IDs for nodes. If an application requires unique identifiers for nodes other than the UIDs assigned by Dgraph, then these have to be supplied as edges. It&amp;rsquo;s up to a user application to ensure the uniqueness of such IDs/keys.
44-
More about in https://dgraph.io/docs/mutations/#external-ids</description>
44+
More about in https://docs.dgraph.io/mutations/#external-ids</description>
4545
</item>
4646

4747
<item>

0 commit comments

Comments
 (0)