This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: docs for premium features (#9895)
* fix: docs for premium features * fix: docs for premium features
- Loading branch information
1 parent
7e7afa5
commit 067f763
Showing
9 changed files
with
92 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import DocsLayout from "@components/layouts/DocsLayout.js"; | ||
import Alert from "@components/Alert.js"; | ||
|
||
## Mobile App | ||
|
||
<Alert | ||
type="warning" | ||
message={ | ||
<> | ||
<strong>NOTE: </strong> | ||
Use your custom domsin to get the best experience on mobile, this will show your profile directly when opening the app | ||
</> | ||
} | ||
/> | ||
|
||
We use PWA (Progressive Mobile App) to make it easier for you to access your profile on mobile. | ||
|
||
### 1. Visit to your custom domain | ||
|
||
export default ({ children }) => ( | ||
<DocsLayout | ||
title="BioDrop Links Documentation" | ||
section="Customising your Profile" | ||
name="Links" | ||
> | ||
{children} | ||
</DocsLayout> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import DocsLayout from "@components/layouts/DocsLayout.js"; | ||
import Alert from "@components/Alert.js"; | ||
|
||
## Progressive Web App (PWA) | ||
|
||
BioDrop is a Progressive Web App (PWA) which gives you offline access to your Profile and QR code. | ||
|
||
### Installation | ||
|
||
To install BioDrop on your device, follow the steps below: | ||
|
||
1. Open the BioDrop app in your mobile internet browser. | ||
2. In the share menu, scroll down and tap to "Add to Home Screen". | ||
3. Follow the prompts to install BioDrop on your device. | ||
|
||
<Alert | ||
type="warning" | ||
message={ | ||
<> | ||
<strong>NOTE: </strong> | ||
For a better experience, we recommend using a custom domain for your Profile | ||
and visiting this url in your mobile internet browser when installing BioDrop | ||
PWA - this will remove the header and footer from your Profile. | ||
</> | ||
} | ||
/> | ||
|
||
export default ({ children }) => ( | ||
<DocsLayout | ||
title="BioDrop Links Documentation" | ||
section="Customising your Profile" | ||
name="Links" | ||
> | ||
{children} | ||
</DocsLayout> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters