Skip to content

Commit 3312601

Browse files
committed
Move and improve guide to manage custom terms type
1 parent 4dbf569 commit 3312601

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

content/collections/how-to/manage-custom-terms-type.md renamed to content/terms/how-to/manage-custom-terms-type.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
---
22
title: Manage a custom terms type
3-
weight: 6
3+
weight: 4
44
---
55

66
# How to manage a custom terms type
77

8-
When tracking terms and conditions across different services, you might encounter situations where a service uses terms types that aren't yet supported by Open Terms Archive.
8+
When tracking terms and conditions across different services, you might encounter situations where a service uses terms types that aren't yet supported by Open Terms Archive.
9+
910
This guide will help you handle these custom terms types effectively, whether you're working on a new collection or expanding an existing one.
1011

12+
_To better understand what terms types are and how they work, you can read our [detailed explanation]({{< relref "terms/explanation/terms-types" >}})._
13+
1114
## Prerequisites
1215

1316
Before proceeding with using a custom terms type, please double-check that the type you're considering doesn't already exist in the supported terms types list. Different services often use different names for the same type of terms. For instance, "Terms and Conditions" might be called "Terms of Use" or "Terms of Service" by different services.
1417

15-
Review the [supported types list](https://github.com/OpenTermsArchive/terms-types/blob/main/termsTypes.json) carefully to ensure the terms type you want to track is not already supported under a different name. If it does, use the associated type in your declaration. If you are sure it's not supported, you can proceed with the following steps. If you're unsure, you can ask for help in the [Open Terms Archive community]({{< relref "community/how-to/join" >}}).
18+
Review the [supported types list](https://github.com/OpenTermsArchive/terms-types/blob/main/termsTypes.json) carefully to ensure the terms type you want to track is not already supported under a different name:
19+
20+
- If it does, use the associated type in your declaration.
21+
- If you are sure it's not supported, you can proceed with the following steps.
22+
- If you're unsure, you can ask for help in the [Open Terms Archive community]({{< relref "community/how-to/join" >}}).
1623

1724
## Long-term solution
1825

0 commit comments

Comments
 (0)