Skip to content

Commit d00cbea

Browse files
committed
Navigational seo fixes
1 parent 025f7ff commit d00cbea

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nextjs:
66
description: A driver to manage access control with the JS Client
77
keywords: access control, javascript client
88
alternates:
9-
canonical: https://terminusdb.org/docs/access-control-with-javascript
9+
canonical: https://terminusdb.org/docs/access-control-with-javascript/
1010
openGraph:
1111
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
1212
---

src/app/docs/git-for-data-reference/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When a data product is to be cloned from a local instance to a cloud instance, t
6363

6464
Instead, the set of layers to that are to be included has to be moved some other way, where the `fetch` and `push` commands are used.
6565

66-
An example of how to use git-for-data is in how to move a data product from a local TerminusDB instance, to a cloud instance, is described in [Manual Reverse Branch Cloning](/docs/manual-reverse-branch-cloning).
66+
An example of how to use git-for-data is in how to move a data product from a local TerminusDB instance, to a cloud instance, is described in [Manual Reverse Branch Cloning](/docs/manual-reverse-branch-cloning/).
6767

6868
## Git-for-data branch operations
6969

src/app/docs/glossary/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Glossary of Terms for TerminusDB
33
nextjs:
44
metadata:
55
title: Glossary of Terms for TerminusDB
6-
description: A glossary of terms for TerminusDB to ensure terms are clearly defined and understood in the same way across the community to enable better conversations and understanding of what TerminusDB is
6+
description: A glossary of terms for TerminusDB to ensure terms are clearly defined and understood in the same way across the community to enable better conversations
77
openGraph:
88
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
99
alternates:

src/app/docs/page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Getting Started
23
nextjs:
34
metadata:
45
title: Getting Started

src/lib/navigation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ export const navigation: Navigation[] = [
346346
title: 'WOQL Getting Started',
347347
href: '/docs/woql-getting-started',
348348
},
349+
{
350+
title: 'How to query',
351+
href: '/docs/how-to-query/',
352+
},
349353
],
350354
},
351355
{

0 commit comments

Comments
 (0)