commit | 91908baf207cabb8da132552b20538edda69713c | [log] [tgz] |
---|---|---|
author | Jamal Carvalho <jamal@golang.org> | Tue Dec 21 17:29:54 2021 +0000 |
committer | Jamal Carvalho <jamalcarvalho@google.com> | Tue Dec 21 22:12:49 2021 +0000 |
tree | 80b65ae49eff20507b5f055dc3b54ecb34173d7c | |
parent | dc59b705fa7a433050331fc24ecad4ebd4d37404 [diff] |
internal/screentest: add support for evaluating javascript Added the eval keyword to allow for evaluating JS. Useful for manipulating or hiding DOM elements prior to screenshot capture. Change-Id: I508f3949c2eed7d55fc4e168781ab4c3e00edb5b Reviewed-on: https://go-review.googlesource.com/c/website/+/373714 Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Jamal Carvalho <jamalcarvalho@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
This repo holds content and serving programs for the go.dev and golang.org web sites.
Content is in _content/ (go.dev) and tour/ (go.dev/tour). Server code is in cmd/ and internal/.
To run the combined go.dev+golang.org server to preview local content changes, use:
go run ./cmd/golangorg
The supporting programs cmd/admingolangorg and cmd/googlegolangorg are the servers for admin.golang.org and google.golang.org. (They do not use the _content/ directories.)
Each command directory has its own README.md explaining deployment.
This repository uses prettier to format JS and CSS files.
See also:
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
Each time a CL is reviewed and submitted, the code is deployed to App Engine. See cmd/golangorg/README.md for details.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The main issue tracker for the website repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.