commit | c725e441291aec017e7052ba8e776c59a7295764 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jun 01 10:04:38 2021 -0400 |
committer | Russ Cox <rsc@golang.org> | Wed Jun 16 18:38:43 2021 +0000 |
tree | 6d02c7f04c098b451f8c37fb3a25a4a5d4152574 | |
parent | 7fe5e1bf67352dcc963c4a663acdb283be7ff1c8 [diff] |
go.dev: clean up deployment Delete separate learn service files, since the service has been deleted. (learn.go.dev is now served by the same service as go.dev.) Also make the yaml commands a bit more readable. Change-Id: I8c453cb38bef84eb1d795e949c9bc315360c0deb Reviewed-on: https://go-review.googlesource.com/c/website/+/323896 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>
This repo holds content and serving programs for the golang.org web site.
Content is in _content/. Server code is in cmd/ and internal/.
To run the 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/ directory.)
Each command directory has its own README.md explaining deployment.
This repository uses prettier to format JS and CSS files.
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.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
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.