-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Scarr
committed
Aug 3, 2018
1 parent
07b7e6c
commit 658a24d
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Documentation | ||
==== | ||
|
||
This directory contains the markdown source files for the static doc site hosted at [gqlgen.com](https://gqlgen.com) | ||
|
||
|
||
## Install hugo | ||
|
||
Before working with these docs you will need to install hugo, see [Quickstart](https://gohugo.io/getting-started/quick-start/) for instructions. | ||
|
||
|
||
## Editing docs | ||
|
||
When editing docs run `hugo serve` and a live reload server will start, then navigate to http://localhost:1313 in your browser. Any changes made will be updated in the browser. | ||
|
||
|
||
## Publishing docs | ||
|
||
**Requires 99designs aws-vault access** | ||
|
||
run `./publish.sh` to make the docs live. | ||
|
||
|