-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(docs): Deploy to DigitalOcean -> fix 404 internal link, fix note layout, fix brand names #25961
fix(docs): Deploy to DigitalOcean -> fix 404 internal link, fix note layout, fix brand names #25961
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good for the most part. I fixed a merge conflict and will make a couple of typo corrections and then merge!
@@ -53,15 +53,15 @@ Follow these instructions for installs on an Ubuntu droplet. | |||
sudo n stable | |||
``` | |||
|
|||
`Note`: If you check the version now, you would see the older versions of node and npm from the cache. | |||
You can either exit and restart your terminal or refresh the cache by following commands, | |||
> **Note:** If you check the version now, you would see the older versions of Node.js and npm from the cache. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not at all consistent in our treatment of notes like this but I do agree that the backticks should be removed. As long as they're consistent within a single page, I think it's fine!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should have a unified syntax for all notes and hints etc in a styleguide
for example in the tutorial it is also not equal over tutorial steps 1-8 :( (#22205)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And now this should be good to go! Thank you once again, @muescha!
Description
changes:
Node
->Node.js
gatsby-cli
->Gatsby-CLI
Note
to> **Note:
bash
->text
A
record in code fencesGatsby Site
->Gatsby site
Related Issues
chore(doc):Add guide to Deploy Gatsby to DigitalOcean droplet.