Skip to content

Commit

Permalink
Docs define acronyms (RFC and SEO) (#19148)
Browse files Browse the repository at this point in the history
* add RFC definition on contributor docs

* add SEO acronym definition

* Update docs/contributing/gatsby-style-guide.md

Co-Authored-By: Amberley <amberleyromo@users.noreply.github.com>

* remove acronym from header

* keep header, but change first sentence
  • Loading branch information
laurieontech authored and Marcy Sutton committed Oct 30, 2019
1 parent 589c599 commit 98e2613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/gatsby-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ abstract syntax tree (AST) is ..."

### Use SEO optimized titles

This explains how to create a doc that shows up in search engines like Google or Bing.
This explains how to account for Search Engine Optimization (SEO) and create a doc that shows up in search engines like Google or Bing.

When you create the new guide or tutorial under `/docs/`, you’ll either create a file or a folder if there will be images pulled into the doc.

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/managing-pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Some general things to verify in a pull request are:

- Links ought to be relative instead of absolute when linking to docs (`/docs/some-reference/` instead of `https://www.gatsbyjs.org/docs/some-reference/`)
- Language ought to be inclusive and accessible
- Issues and RFCs (if any) that this PR addresses ought to be linked to
- Issues and Requests for Comments (RFCs) (if any) that this PR addresses ought to be linked to

> 💡 When looking at a PR for the first time, it can help to read up on linked issues or [RFCs](/contributing/rfc-process/) (if there are any) to gain context on what the PR intends to add or fix.
Expand Down

0 comments on commit 98e2613

Please sign in to comment.