Skip to content

Commit

Permalink
Add instructions for un-marking stub documents (gatsbyjs#10158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgierer12 authored and gpetrioli committed Jan 22, 2019
1 parent d049b69 commit 3a1aab8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ a pull request.
- Commit and push to your fork.
- Create a pull request from your branch.

If you wrote a new document that was previously a stub, update `www/src/data/sidebars/doc-links.yaml` accordingly by removing the asterisk behind the document's title:

```diff
...
- - title: Example Document*
+ - title: Example Document
link: /docs/example-document/
...
```

To develop on the starter showcase, you'll need to supply a GitHub personal access token.

1. Create a personal access token in your GitHub [Developer settings](https://github.com/settings/tokens).
Expand Down

0 comments on commit 3a1aab8

Please sign in to comment.