You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/deploying-to-kintohub.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This guide assumes you already have a Gatsby project to deploy. If you need a pr
21
21
22
22
In order to deploy a Gatsby site on KintoHub, you will need to create and deploy a **KintoBlock** into an **Environment** (development, staging, production).
23
23
24
-
_Note: A **KintoBlock** is connected to a GitHub repository. Accessing the kintoblock page will allow you to build, manage or tags any branches of your repository._
24
+
_Note: A **KintoBlock** is connected to a GitHub repository. Accessing the KintoBlock page will allow you to build, manage or tags any branches of your repository._
25
25
26
26
### Create a KintoBlock
27
27
@@ -48,7 +48,7 @@ Wait for your build to be successful (green).
48
48
49
49
#### Multiple Branches
50
50
51
-
When you create a new **KintoBlock**, KintoHub imports all your branches and you can access them from your kintoblock page (new branches will also be automatically picked up).
51
+
When you create a new **KintoBlock**, KintoHub imports all your branches and you can access them from your KintoBlock page (new branches will also be automatically picked up).
52
52
You can switch from one branch to another by pressing the branch name on the side panel on the left.
53
53
54
54
#### Continuous Integration
@@ -79,7 +79,7 @@ _Note: you can disable Continuous Deployments for future builds._
79
79
From your Project page.
80
80
81
81
1. Scroll down to the **Added KintoBlocks** list.
82
-
2. Press **Open** on your kintoblock (`Gatsby Website`).
82
+
2. Press **Open** on your KintoBlock (`Gatsby Website`).
83
83
84
84
And that's it!
85
85
@@ -91,7 +91,7 @@ If you're not already there, select **Projects** on the left-hand navigation bar
91
91
### Basic Auth
92
92
93
93
1. Scroll down to the **Added KintoBlocks** list.
94
-
2. Click on the cog next to your kintoblock (`Gatsby Website`).
94
+
2. Click on the cog next to your KintoBlock (`Gatsby Website`).
95
95
3. Enable **Password Protected**.
96
96
4. Enter **Username** and **Password**.
97
97
5. Press **Done Configuring** and then **Deploy**.
@@ -103,7 +103,7 @@ Refresh the page, your website is now protected.
103
103
### Custom domain
104
104
105
105
1. Scroll down to the **Added KintoBlocks** list.
106
-
2. Click on the cog next to your kintoblock (`Gatsby Website`).
106
+
2. Click on the cog next to your KintoBlock (`Gatsby Website`).
107
107
3. Under **Custom Domain**, enter your custom domain name.
108
108
4. Follow the instructions under _Setup_.
109
109
5. Press **Done Configuring** and then **Deploy**.
0 commit comments