Skip to content

Commit

Permalink
#65 - Removes doc search and updates docusaurus version (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
koshikraj authored Apr 25, 2022
1 parent 81f75e9 commit 762c3cb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 248 deletions.
4 changes: 2 additions & 2 deletions docs/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ npm: https://www.npmjs.com/package/@safient/core

# Overview

Welcome to the Safient protocol documentation.
Welcome to the Safient protocol documentation 👋

:::note what is Safient?

Safient aims to provide a convenient and safe way of inheriting and safekeeping mechanism for crypto assets without exposing it to any intermediaries.
Safient is a non custodial recovery and inheritance platform that aims to provide a convenient and secure way of inheriting and safekeeping mechanism for crypto assets without exposing it to any intermediaries.

:::

Expand Down
8 changes: 0 additions & 8 deletions docs/docs/safient-basics/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ Here are a few use cases for Safient integration.
Wallet solutions provided by services like Coinbase commerce rely on users to backup the secret recovery phrases on Google drive. This is not the best way to secure and recover digital assets.
Integrating Safient safe to the Coinbase commerce merchants will allow them to safeguard and recover their assets anytime.

**Torus wallet**

![Torus](/img/torus.svg)

Torus is a great tool that lets the user create and access the wallet by authenticating using social logins. This improves the usability of many of the existing wallet applications. But even the Torus application needs you to backup the recovery seed phrases. They send the seed phrases through email. This is again a pretty insecure way to communicate secret information.
Safient integration will allow Torus to safely back up the user recovery seed phrases and help them claim whenever needed.

Along with these integrations that essentially provides safe creations and claim by the creator themselves, they can also add beneficiaries to inherit those secrets.

### 📱 Non custodial wallet solutions:

Expand Down
3 changes: 1 addition & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/safient/safient-core-js/edit/master/',
editUrl: 'https://github.com/safient/core-js/edit/develop/docs',
routeBasePath: '/',
},
theme: {
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.6",
"@docusaurus/preset-classic": "^2.0.0-beta.6",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.6",
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.18",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand Down
204 changes: 0 additions & 204 deletions docs/src/theme/SearchBar/index.js

This file was deleted.

20 changes: 0 additions & 20 deletions docs/src/theme/SearchBar/styles.css

This file was deleted.

Loading

0 comments on commit 762c3cb

Please sign in to comment.