You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/api/collection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Collection REST API
3
3
weight: 2
4
4
---
5
5
6
-
# Collection Web API
6
+
# Collection REST API
7
7
8
8
As Open Terms Archive is decentralised, each instance embarks its own API. The documentation relevant to the specific version of the engine on that instance is provided on that instance itself.
Copy file name to clipboardExpand all lines: content/api/federation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ weight: 3
4
4
aliases: /api/federated/
5
5
---
6
6
7
-
# Federation API
7
+
# Federation REST API
8
8
9
9
Open Terms Archive is a decentralised system that tracks collections of services' terms across multiple servers. Each collection operates its own API, and the Federation API unifies search and discovery across collections, fostering collaboration with external applications.
Copy file name to clipboardExpand all lines: content/collections/reference/configuration.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
2
title: Configuration
3
-
weight: 3
3
+
weight: 2
4
4
---
5
5
6
6
# Configuration options
7
7
8
8
This reference documentation details all available configuration options that can be specified in a collection's configuration file to configure the Open Terms Archive engine.
9
9
10
+
As an example, see the [production configuration file](https://github.com/OpenTermsArchive/demo-declarations/blob/main/config/production.json) of the [Demo collection](https://github.com/OpenTermsArchive/demo-declarations).
11
+
10
12
## Options
11
13
12
14
{{< configOption
@@ -298,7 +300,3 @@ The MongoDB storage configuration allows to store versions in a MongoDB database
298
300
description="Collection name."
299
301
default="`snapshots`"
300
302
>}}
301
-
302
-
---
303
-
304
-
As an example, see the [production configuration file](https://github.com/OpenTermsArchive/demo-declarations/blob/main/config/production.json) of the [Demo collection](https://github.com/OpenTermsArchive/demo-declarations).
0 commit comments