From 0611d1fe9365809387af53f46025066ae1646473 Mon Sep 17 00:00:00 2001 From: kyrea Date: Tue, 20 Feb 2024 21:00:38 +0530 Subject: [PATCH] Added privacy policy tab --- package.json | 2 +- pages/_meta.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 91674fe..16688bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docs.waifu.it", - "version": "3.1.6", + "version": "3.1.7", "description": "The new and improved documentation for Waifu.it", "scripts": { "dev": "next dev", diff --git a/pages/_meta.json b/pages/_meta.json index debc191..7afcf56 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -10,6 +10,12 @@ "href": "https://raw.githubusercontent.com/WaifuAPI/Waifu.it/production/LICENCE.md", "newWindow": true }, + "privacy-policy": { + "title": "Privacy Policy ↗", + "type": "page", + "href": "https://raw.githubusercontent.com/WaifuAPI/Waifu.it/production/PRIVACY_POLICY.md", + "newWindow": true + }, "contact": { "title": "Contact ↗", "type": "page",