Skip to content

Commit f450260

Browse files
committed
Remove double headings
1 parent f538c94 commit f450260

File tree

33 files changed

+8
-74
lines changed

33 files changed

+8
-74
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
1111
---
1212

13-
# Access Control Reference Guide
14-
1513
**License**: Apache Version 2
1614

1715
## new AccessControl()

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
1111
---
1212

13-
# Acid Transactions Explanation
14-
1513
## What is ACID?
1614

1715
ACID ([Atomicity](#atomicity), [Consistency](#consistency), [Isolation](#isolation), [Durability](#durability)) are properties of database transactions that are generally considered desirable for many applications.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
images: https://github.com/terminusdb/terminusdb-web-assets/blob/master/docs/js-client-use-add-documents.png?raw=true
1111
---
1212

13-
# Add Documents using Javascript
14-
1513
After you have imported the terminusdb\_client, [created a client](/docs/connect-with-the-javascript-client/), [connected to a database](/docs/connect-to-a-database/), and [added a schema](/docs/add-a-schema/), you can then use this client to insert a document that conforms to the schema.
1614

1715
## Insert documents

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
images: https://assets.terminusdb.com/docs/python-client-use-add-a-schema.png
1111
---
1212

13-
# Add schema with Python
14-
1513
After you have imported the `terminusdb_client`, and [created a client](/docs/create-database-with-python-client/), and [connected to a database](/docs/connect-to-a-database-with-python-client/) you can create a schema.
1614

1715
## Insert schema document(s)

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
images: https://github.com/terminusdb/terminusdb-web-assets/blob/master/docs/js-client-use-add-a-schema.png?raw=true
1111
---
1212

13-
# Add Schema using Javascript
14-
1513
After you have imported the terminusdb\_client, [created a client](/docs/connect-with-the-javascript-client/), and [connected to a database](/docs/connect-to-a-database/) you can create a schema.
1614

1715
## Create a schema

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
images: https://assets.terminusdb.com/docs/python-client-use-add-documents.png
1111
---
1212

13-
# Add documents with Python
14-
1513
After you have imported the `terminusdb_client`, and [created a client](/docs/connect-with-python-client/), [connected to a database](/docs/connect-with-python-client/), and [added a schema](/docs/add-a-schema-with-the-python-client/), you can then use this client to insert a document that conforms to the schema.
1614

1715
## Insert a document

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
canonical: https://terminusdb.org/docs/add-documents-with-woql/
1111
---
1212

13-
# Add Documents with WOQL
14-
1513
> To use this HowTo, first [clone the Star Wars demo](/docs/clone-a-demo-terminuscms-project/) into your team on DFRNT TerminusDB cloud. You will then have full access to the data needed for this tutorial.
1614
1715
## Add a document in WOQL

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
canonical: https://terminusdb.org/docs/advanced-filtering-with-graphql/
1111
---
1212

13-
# Advanced Filtering
14-
1513
> To use this HowTo, first [clone the Star Wars demo](/docs/clone-a-demo-terminuscms-project/) into your team on DFRNT TerminusDB cloud. You will then have full access to the data needed for this tutorial.
1614
1715
TerminusDB exposes a _filter_ object, which can be used to select specific documents. See here for basic [Filtering](/docs/filter-with-graphql/)

src/app/docs/array/page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
canonical: https://terminusdb.org/docs/array/
1111
---
1212

13-
# Array fields in the document UI
14-
1513
This example shows how `<FrameViewier/>` appears for a document `ArrayExamplePerson` with array fields in Create/ Edit or View mode. If a field is described as array it means the field can have more than one value to it in an ordered fashion. The field can also be considered as an optional field meaning it can be empty or filled.
1614

1715
## Demo

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ nextjs:
1010
canonical: https://terminusdb.org/docs/back-links-in-graphql/
1111
---
1212

13-
# Back Links
14-
1513
> To use this HowTo, first [clone the Star Wars demo](/docs/clone-a-demo-terminuscms-project/) into your team on DFRNT TerminusDB cloud. You will then have full access to the data needed for this tutorial.
1614
1715
## Using a Back Link

0 commit comments

Comments
 (0)