Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kintohub documentation with kintohub V1 deployment #27016

Merged
merged 6 commits into from
Dec 9, 2020

Conversation

bakayolo
Copy link
Contributor

Description

KintoHub released their new version and the doc needs to be updated.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 24, 2020
@ascorbic ascorbic added status: needs docs review Pull request related to documentation waiting for review and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Sep 24, 2020
@bakayolo
Copy link
Contributor Author

bakayolo commented Oct 8, 2020

Hey @ascorbic,
Sorry to ping u but it's been 14 days now. Anything missing?


## Deployment Configuration
3. Grant the permission needed for accessing the repo that we created in the previous step. Or if you prefer not to connect your GitHub account, you may select **Import URL** and provide your access token.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per the Style Guide, docs should use "you" instead of "we".

Suggested change
3. Grant the permission needed for accessing the repo that we created in the previous step. Or if you prefer not to connect your GitHub account, you may select **Import URL** and provide your access token.
3. Grant the permission needed for accessing the repo that you created in the previous step. Or if you prefer not to connect your GitHub account, you may select **Import URL** and provide your access token.

Copy link
Contributor

@meganesu meganesu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking the time to open this PR! Left some suggestions for improvements. It also looks like there are some merge conflicts. Once those are all resolved we can get this merged. Thanks for your contribution! 💜


You can configure additional features directly from your Project page.
If you're not already there, select **Projects** on the left-hand navigation bar, and then click on the project you want to configure.
4. Configure the service. Add the build command `yarn && yarn build` This command is actually doing the following:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Configure the service. Add the build command `yarn && yarn build` This command is actually doing the following:
4. Configure the service. Add the build command `yarn && yarn build`. This command is actually doing the following:

Comment on lines 23 to 25
- Install the dependencies
- Run the gatsby build
- Generate the contents to `./public` which is the default value of “Build Output Path”
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Install the dependencies
- Run the gatsby build
- Generate the contents to `./public` which is the default value of “Build Output Path”
- Install the dependencies.
- Run `gatsby build`.
- Put the generated site into the `./public` directory, which is the default value of “Build Output Path”.


Wait for the deployment to be successful.
Refresh the page, your website is now protected.
6. Once the deployment is finished you can close the release logs, check the **Access tab** and copy the url there. Paste it to the browser and you will see your website is live!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
6. Once the deployment is finished you can close the release logs, check the **Access tab** and copy the url there. Paste it to the browser and you will see your website is live!
6. Once the deployment is finished you can close the release logs, check the **Access tab** and copy the URL there. Paste it to the browser and you will see your website is live!

Comment on lines 34 to 37
2. Enter your domain or subdomain you wish to map to your service
3. Click **Add Domain**
4. Follow the instructions to add a **CNAME** key and value to your DNS host provider
5. Click **OK**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. Enter your domain or subdomain you wish to map to your service
3. Click **Add Domain**
4. Follow the instructions to add a **CNAME** key and value to your DNS host provider
5. Click **OK**
2. Enter your domain or subdomain you wish to map to your service.
3. Click **Add Domain**.
4. Follow the instructions to add a **CNAME** key and value to your DNS host provider.
5. Click **OK**.

@meganesu meganesu added type: documentation An issue or pull request for improving or updating Gatsby's documentation and removed status: needs docs review Pull request related to documentation waiting for review labels Nov 16, 2020
@LekoArts LekoArts added the status: awaiting author response Additional information has been requested from the author label Nov 27, 2020
@LekoArts
Copy link
Contributor

Hi @bappr 👋 Can you solve the merge conflict and address the change requests?

@bakayolo
Copy link
Contributor Author

bakayolo commented Dec 8, 2020

Hey @meganesu @LekoArts
Sorry for the late answers and thanks for the review.
I made the appropriate changes. Should be good to merge.
Thanks!

@meganesu meganesu merged commit 176c93e into gatsbyjs:master Dec 9, 2020
@meganesu meganesu removed the status: awaiting author response Additional information has been requested from the author label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation An issue or pull request for improving or updating Gatsby's documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants