generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Vxrpenter/main
Instance creation + Account creation
- Loading branch information
Showing
9 changed files
with
200 additions
and
16 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,24 @@ | ||
--- | ||
title: Discord Account | ||
parent: Create | ||
grand_parent: Account | ||
nav_order: 1 | ||
layout: default | ||
--- | ||
|
||
# Sign in with Discord | ||
{: .no_toc } | ||
|
||
[Create Cedmod Account](https://accounts.cedmod.nl/Auth/Register){: .btn .btn-primary .fs-5 .mr-2 } | ||
|
||
--- | ||
|
||
## Table of Contents | ||
{: .no_toc .text-delta } | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
## Register | ||
Click on the `Sign in with Discord` button on the register page. | ||
After that, follow the instructions and you're done |
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,6 @@ | ||
--- | ||
title: Create | ||
parent: Account | ||
layout: default | ||
has_children: true | ||
--- |
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,31 @@ | ||
--- | ||
title: Create Account | ||
parent: Create | ||
grand_parent: Account | ||
nav_order: 2 | ||
layout: default | ||
--- | ||
|
||
# Create Account | ||
{: .no_toc } | ||
|
||
[Create Cedmod Account](https://accounts.cedmod.nl/Auth/Register){: .btn .btn-primary .fs-5 .mr-2 } | ||
|
||
--- | ||
|
||
## Table of Contents | ||
{: .no_toc .text-delta } | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
## Register | ||
|
||
To register, you have to enter the following information: | ||
|
||
- Username - `Good username that follows Terms of Service` | ||
- Password - `Secure password to protect your account` | ||
|
||
{: .attention } | ||
CedMod does not support E-MAIL accounts and won't be in the future. | ||
To secure your account, you can activate 2FA Authentication in your account settings. |
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,12 @@ | ||
--- | ||
title: Account | ||
layout: default | ||
nav_order: 3 | ||
has_children: true | ||
--- | ||
|
||
# Account Management | ||
{: .fs-9 } | ||
|
||
The following guides explain how to create/manage a CedMod account | ||
{: .fs-6 .fw-300 } |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
title: Usage | ||
layout: default | ||
nav_order: 3 | ||
nav_order: 4 | ||
has_children: true | ||
--- | ||
|
||
# Error Handling | ||
# Usage | ||
{: .fs-9 } | ||
|
||
Sometimes problems can arise when using cedmod. The following pages explain how to handle known errors and how to report unknown ones | ||
CedMod has many features that need some explanation on how to use them | ||
{: .fs-6 .fw-300 } |
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