15a5891cb4
See https://go.dev/solutions/clis. The big teal boxes are teal-on-teal quotes. Make them teal-on-white instead. Change-Id: I33dd72f172043123d0b21620d75a44ca7a403224 Reviewed-on: https://go-review.googlesource.com/c/website/+/362017 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org> |
||
---|---|---|
.. | ||
_content | ||
_later/security | ||
.eslintrc.json | ||
.gcloudignore | ||
.gitignore | ||
.prettierrc.yaml | ||
.stylelintrc.json | ||
README.md |
README.md
go.dev
Style Guides
Installation/Usage
To serve the go.dev pages, run
go run ./cmd/golangorg
and load http://localhost:6060/go.dev/
Deploying
Each time a CL is reviewed and submitted, the blog is automatically deployed to App Engine. If the CL is submitted with a Website-Publish +1 vote, the new deployment automatically becomes https://go.dev/. Otherwise, the new deployment can be found in the App Engine versions list and verified and manually promoted.
If the automatic deployment is not working, or to check on the status of a pending deployment, see the “website-redeploy-go-dev” trigger in the Cloud Build console.