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/terms/tutorial/track.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ For this tutorial, we will use the Privacy Policy of Open Terms Archive as an ex
44
44
}
45
45
```
46
46
47
-
2. Add the Privacy Policy to track by going to the Open Terms Archive [website](https://opentermsarchive.org/) and copying the URL of its [Privacy Policy](https://opentermsarchive.org/en/privacy-policy/) to fill the `fetch` field.
47
+
2. Find the URL of Open Terms Archive Privacy Policy by browsing [the website](https://opentermsarchive.org), copy the URL and fill the `fetch` field with.
48
48
49
49
```json
50
50
{
@@ -57,7 +57,7 @@ For this tutorial, we will use the Privacy Policy of Open Terms Archive as an ex
57
57
}
58
58
```
59
59
60
-
3. Inspect the HTML of the page to get the selector of the content you want to extract and add it to the `select` field. The final declaration should look like this:
60
+
3. [Use a DOM inspector](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Structuring_content/Debugging_HTML#using_a_dom_inspector) on the Open Terms Archive [Privacy Policy page](https://opentermsarchive.org/en/privacy-policy) to get the [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors) of the content you want to extract. Add it to the `select` field. The final declaration should look like this:
61
61
62
62
```json
63
63
{
@@ -83,7 +83,7 @@ For this tutorial, we will use the Privacy Policy of Open Terms Archive as an ex
83
83
npx ota track
84
84
```
85
85
86
-
3. Verify the results by checking the extracted version in`./data/versions/Open Terms Archive/Privacy Policy.md`, which should contain only the Privacy Policy contentin Markdown format.
86
+
3. Verify the results by checking the extracted version in`./data/versions/Open Terms Archive/Privacy Policy.md` file, which should contain only the meaningful content of the Privacy Policy in Markdown format.
87
87
88
88
Congratulations! You have tracked your first terms locally.
0 commit comments