Skip to content

Commit

Permalink
feat: add privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Nov 23, 2023
1 parent b99fd33 commit 949ab71
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 5 deletions.
17 changes: 13 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ const config = {
items: [
{
label: 'Features',
to: '#features',
to: '/#features',
},
{
label: 'Concepts',
to: '#concepts',
to: '/#concepts',
},
{
label: 'Download',
to: '#download',
to: '/#download',
},
],
label: 'Overview',
Expand All @@ -118,7 +118,7 @@ const config = {
{
label: 'Docs',
position: 'right',
sidebarId: 'tutorialSidebar',
sidebarId: 'docsSidebar',
type: 'docSidebar',
},
],
Expand Down Expand Up @@ -175,6 +175,15 @@ const config = {
},
],
},
{
title: 'Legal',
items: [
{
label: 'Privacy',
to: '/privacy-policy',
},
],
},
],
copyright: `Developed with ❤️ by Agora Labs. Licensed under <a href="${GITHUB_LINK}/blob/main/LICENSE" target="_blank">GPL-2.0</a>.`,
},
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [{ type: 'autogenerated', dirName: '.' }],
docsSidebar: [{ type: 'autogenerated', dirName: '.' }],
};

module.exports = sidebars;
41 changes: 41 additions & 0 deletions src/pages/privacy-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Privacy Policy
description: Outlines Kibisis' privacy policy
sidebar_position: 4
---

# Privacy Policy

Last updated: 22/11/2023

Thank you for using Kibisis! This Privacy Policy outlines how we handle user information and ensures transparency about the data practices associated with our browser extension.

## No Collection of Personal Information

We want to make it clear that Kibisis does not collect any personal information from its users. We do not gather, store, or transmit any data that could be used to identify you personally. Your privacy is of utmost importance to us.

## AVM Wallet Functionality

Our browser extension is designed to provide a seamless and secure experience for managing your AVM wallet. It operates locally on your device and does not send any information to external servers. All sensitive data related to your wallet, such as private keys, remains securely stored on your device and is not shared with us or any third parties.

## Usage Analytics

We do not use any analytics tools or tracking mechanisms to monitor user behavior. We have deliberately chosen not to implement such features to ensure that your interactions with Kibisis are private and free from any form of surveillance.

## Security Measures

While we do not collect personal information, we take security seriously. We employ industry-standard encryption and security measures to protect your wallet data and ensure the integrity of our extension. Our goal is to provide you with a trustworthy and secure environment for managing your AVM assets.

## Updates to the Privacy Policy

This Privacy Policy may be updated from time to time to reflect changes in our practices or legal requirements. We encourage you to review this policy periodically for any updates.

## Contact Us

If you have any questions or concerns regarding this Privacy Policy, please contact us at [[email protected]](mailto:[email protected])

By using Kibisis, you agree to the terms outlined in this Privacy Policy.

Thank you for choosing Kibisis!

Agora Labs

0 comments on commit 949ab71

Please sign in to comment.