Skip to content

Commit 0611d1f

Browse files
committed
Added privacy policy tab
1 parent a3b193d commit 0611d1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs.waifu.it",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "The new and improved documentation for Waifu.it",
55
"scripts": {
66
"dev": "next dev",

pages/_meta.json

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"href": "https://raw.githubusercontent.com/WaifuAPI/Waifu.it/production/LICENCE.md",
1111
"newWindow": true
1212
},
13+
"privacy-policy": {
14+
"title": "Privacy Policy ↗",
15+
"type": "page",
16+
"href": "https://raw.githubusercontent.com/WaifuAPI/Waifu.it/production/PRIVACY_POLICY.md",
17+
"newWindow": true
18+
},
1319
"contact": {
1420
"title": "Contact ↗",
1521
"type": "page",

0 commit comments

Comments
 (0)