Skip to content

Commit f538c94

Browse files
committed
Add title and canonical to all documents
1 parent a0309b3 commit f538c94

File tree

153 files changed

+813
-698
lines changed

Some content is hidden

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

153 files changed

+813
-698
lines changed

src/app/docs/access-control-with-javascript/page.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2+
title: Access Control Reference Guide
23
nextjs:
34
metadata:
45
title: Access Control Reference Guide
56
description: A driver to manage access control with the JS Client
7+
alternates:
8+
canonical: https://terminusdb.org/docs/access-control-with-javascript
69
openGraph:
7-
images: >-
8-
https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
10+
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
911
---
1012

1113
# Access Control Reference Guide

src/app/docs/acid-transactions-explanation/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
title: Acid Transactions Explanation
23
nextjs:
34
metadata:
45
title: Acid Transactions Explanation
5-
description: >-
6-
An explanation about Acid Transactions and how TerminusDB
7-
ensures acid compliance
6+
description: An explanation about Acid Transactions and how TerminusDB ensures acid compliance
7+
alternates:
8+
canonical: https://terminusdb.org/docs/acid-transactions-explanation
89
openGraph:
9-
images: >-
10-
https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
10+
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
1111
---
1212

1313
# Acid Transactions Explanation

src/app/docs/add-a-document/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
title: Add Documents using the JavaScript Client
23
nextjs:
34
metadata:
45
title: Add Documents using the JavaScript Client
5-
description: >-
6-
A guide to show how to add documents to TerminusDB using the
7-
JavaScript Client.
6+
description: A guide to show how to add documents to TerminusDB using the JavaScript Client.
7+
alternates:
8+
canonical: https://terminusdb.org/docs/add-a-document
89
openGraph:
9-
images: >-
10-
https://github.com/terminusdb/terminusdb-web-assets/blob/master/docs/js-client-use-add-documents.png?raw=true
10+
images: https://github.com/terminusdb/terminusdb-web-assets/blob/master/docs/js-client-use-add-documents.png?raw=true
1111
---
1212

1313
# Add Documents using Javascript

src/app/docs/add-a-schema-with-the-python-client/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
title: Add a schema to TerminusDB with the Python Client
23
nextjs:
34
metadata:
45
title: Add a schema to TerminusDB with the Python Client
5-
description: >-
6-
A guide to show how to add a schema to TerminusDB projects with the Python
7-
Client.
6+
description: A guide to show how to add a schema to TerminusDB projects with the Python Client.
7+
alternates:
8+
canonical: https://terminusdb.org/docs/add-a-schema-with-the-python-client/
89
openGraph:
9-
images: >-
10-
https://assets.terminusdb.com/docs/python-client-use-add-a-schema.png
10+
images: https://assets.terminusdb.com/docs/python-client-use-add-a-schema.png
1111
---
1212

1313
# Add schema with Python

src/app/docs/add-a-schema/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
title: Add a Schema using the JavaScript Client
23
nextjs:
34
metadata:
45
title: Add a Schema using the JavaScript Client
5-
description: >-
6-
A guide to show how to add a schema to TerminusDB using the
7-
TerminusDB JavaScript Client.
6+
description: A guide to show how to add a schema to TerminusDB using the TerminusDB JavaScript Client.
7+
alternates:
8+
canonical: https://terminusdb.org/docs/add-a-schema
89
openGraph:
9-
images: >-
10-
https://github.com/terminusdb/terminusdb-web-assets/blob/master/docs/js-client-use-add-a-schema.png?raw=true
10+
images: https://github.com/terminusdb/terminusdb-web-assets/blob/master/docs/js-client-use-add-a-schema.png?raw=true
1111
---
1212

1313
# Add Schema using Javascript

src/app/docs/add-documents-with-python-client/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
title: How To Add Documents with the Python Client
23
nextjs:
34
metadata:
45
title: How To Add Documents with the Python Client
5-
description: >-
6-
A guide to show how to add documents to your TerminusDB projects using the
7-
Python Client.
6+
description: A guide to show how to add documents to your TerminusDB projects using the Python Client.
7+
alternates:
8+
canonical: https://terminusdb.org/docs/add-documents-with-python-client/
89
openGraph:
9-
images: >-
10-
https://assets.terminusdb.com/docs/python-client-use-add-documents.png
10+
images: https://assets.terminusdb.com/docs/python-client-use-add-documents.png
1111
---
1212

1313
# Add documents with Python

src/app/docs/add-documents-with-woql/page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
title: How to add and delete documents and subdocuments using WOQL
23
nextjs:
34
metadata:
45
title: How to add and delete documents and subdocuments using WOQL
5-
description: >-
6-
A how-to guide with an example showing how to add documents and subdocuments using a WOQL
7-
query.
6+
description: A how-to guide with an example showing how to add documents and subdocuments using a WOQL query.
87
openGraph:
9-
images: >-
10-
https://assets.terminusdb.com/docs/woql-add-documents.png
8+
images: https://assets.terminusdb.com/docs/woql-add-documents.png
9+
alternates:
10+
canonical: https://terminusdb.org/docs/add-documents-with-woql/
1111
---
1212

1313
# Add Documents with WOQL

src/app/docs/advanced-filtering-with-graphql/page.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2+
title: Advanced Filtering
23
nextjs:
34
metadata:
45
title: Advanced Filtering
56
description: Advanced Filtering with GraphQL
67
openGraph:
7-
images: >-
8-
https://assets.terminusdb.com/docs/graphql-advanced-filter.png
8+
images: https://assets.terminusdb.com/docs/graphql-advanced-filter.png
9+
alternates:
10+
canonical: https://terminusdb.org/docs/advanced-filtering-with-graphql/
911
---
1012

1113
# Advanced Filtering

src/app/docs/array/page.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2+
title: Array fields in the document UI
23
nextjs:
34
metadata:
45
title: Array fields in the document UI
5-
description: 'Examples of how array fields in the document UI '
6+
description: "Examples of how array fields in the document UI "
67
openGraph:
7-
images: >-
8-
https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
8+
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
9+
alternates:
10+
canonical: https://terminusdb.org/docs/array/
911
---
1012

1113
# Array fields in the document UI

src/app/docs/back-links-in-graphql/page.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2+
title: Back Links
23
nextjs:
34
metadata:
45
title: Back Links
56
description: Back Links in GraphQL
67
openGraph:
7-
images: >-
8-
https://assets.terminusdb.com/docs/graphql-backlink.png
8+
images: https://assets.terminusdb.com/docs/graphql-backlink.png
9+
alternates:
10+
canonical: https://terminusdb.org/docs/back-links-in-graphql/
911
---
1012

1113
# Back Links

0 commit comments

Comments
 (0)