-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
60 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"label": "Your Account", | ||
"collapsed": false, | ||
"collapsible": true, | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Your Account", | ||
"description": "Learn how to manage your account, from customizing your profile to managing your settings." | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,38 @@ | ||
--- | ||
sidebar_position: 3 | ||
--- | ||
|
||
# Custom Domain | ||
|
||
:::note | ||
|
||
This feature requires you to be a Premium user. | ||
|
||
::: | ||
|
||
Imagine you own the domain "example.com". Maybe you'd like your Miwa.lol profile to appear directly on that domain (so that when you go to "example.com", it shows your Miwa.lol profile). | ||
|
||
This section explains how to set up a custom domain for your account. No worries—it's relatively simple. | ||
|
||
## What You Need | ||
|
||
To make this work, you’ll need: | ||
|
||
* A domain name (obviously, this guide won't help much without one!) | ||
* Full access to your domain’s DNS records | ||
|
||
## Setting Up Your Custom Domain | ||
|
||
1. First, go to your [account settings](https://miwa.lol/dashboard/settings) and click on the pencil icon in the "Custom Domain" field: | ||
|
||
![](./custom-domain-field.png) | ||
|
||
2. Next, create a DNS record of type **CNAME**. Set the **name** to your domain (e.g., "domain.tld" without "https://" or any additional path) and the **value** to `miwa.lol`. | ||
|
||
3. Once that’s done, click the "Next" button. | ||
|
||
4. We’ll then prompt you to create a **TXT record**. Set the **name** to `_cf-custom-hostname.domain.tld` (replacing "domain.tld" with your domain) and use the provided UUID as the **value**. | ||
|
||
5. Finally, click "Verify domain.tld" in your settings. | ||
|
||
Once completed, visit your domain. If everything is set up correctly, your Miwa.lol profile will display! |
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,11 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Username | ||
|
||
Your username is what lets others access your Miwa.lol profile at the URL https://miwa.lol/username (where "username" is replaced by your actual username). | ||
|
||
Your username is unique: if someone else has already taken it, you’ll need to choose a different one. | ||
|
||
It can only contain letters, numbers, and certain special 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