Skip to content

Commit 97a08e7

Browse files
committed
Add note about renaming to docs
It's way easier to add a note to the guides than to redo all the images, etc. We have more important things to spend our time on, but if someone wants to redo them, you are very welcome! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent a762928 commit 97a08e7

7 files changed

Lines changed: 16 additions & 2 deletions

File tree

docs/guides/auth/github.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Authentication guide - GitHub
22
===
33

4+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
5+
46
1. Sign-in or sign-up for a GitHub account
57
2. Navigate to developer settings in your GitHub account [here](https://github.com/settings/developers) and select the "OAuth Apps" tab
68
3. Click on the **New OAuth App** button, to create a new OAuth App:

docs/guides/auth/gitlab-self-hosted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# GitLab (self-hosted)
22
===
33

4+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
5+
46
1. Sign in to your GitLab
57
2. Navigate to the application management page at `https://your.gitlab.domain/admin/applications` (admin permissions required)
68
3. Click **New application** to create a new application and fill out the registration form:

docs/guides/auth/saml-onelogin.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Authentication guide - SAML (OneLogin)
22
===
33

4+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
5+
46
1. Sign-in or sign-up for an OneLogin account. (available free trial for 2 weeks)
57
2. Go to the administration page.
68
3. Select the **APPS** menu and click on the **Add Apps**.

docs/guides/auth/saml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Authentication guide - SAML
22
===
33

4+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
5+
46
The basic procedure is the same as the case of OneLogin which is mentioned in [OneLogin-Guide](./saml-onelogin.md). If you want to match your IdP, you can use more configurations as below.
57

68
* If your IdP accepts metadata XML of the service provider to ease configuraion, use this url to download metadata XML.

docs/guides/auth/twitter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Authentication guide - Twitter
22
===
33

4+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
5+
46
1. Sign-in or sign-up for a Twitter account
57
2. Go to the Twitter Application management page [here](https://apps.twitter.com/)
68
3. Click on the **Create New App** button to create a new Twitter app:

docs/guides/minio-image-upload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Minio Guide for HackMD
1+
Minio Guide for CodiMD
22
===
33

4+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
5+
46
1. First of all you need to setup Minio itself.
57

68
Please refer to the [official Minio docs](https://docs.minio.io/) for an

docs/guides/s3-image-upload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Guide - Setup HackMD S3 image upload
1+
# Guide - Setup CodiMD S3 image upload
2+
3+
***Note:** This guide was written before the renaming. Just replace `HackMD` with `CodiMD` in your mind :smile: thanks!*
24

35
1. Go to [AWS S3 console](https://console.aws.amazon.com/s3/home) and create a new bucket.
46

0 commit comments

Comments
 (0)