[mirror] Home of the go.dev and golang.org websites
Перейти к файлу
Russ Cox fd7d167356 cmd/golangorg: delete index support code
Now that search is turned off, all the index code can be deleted.

For golang/go#41102.

Change-Id: Idb82f2b80cadb5a2d209b5e5995d38c35ffaf8db
Reviewed-on: https://go-review.googlesource.com/c/website/+/293412
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-02-24 17:34:55 +00:00
_content _content/doc: add Go 1.16 release notes 2021-02-23 21:44:48 +00:00
cmd cmd/golangorg: delete index support code 2021-02-24 17:34:55 +00:00
internal _content: delete search box from home page 2021-02-18 03:22:27 +00:00
.prettierrc all: add a section on JS/CSS formatting to README 2020-05-28 18:41:37 +00:00
AUTHORS initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTING.md initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTORS initial commit 2019-01-04 09:34:42 -05:00
LICENSE initial commit 2019-01-04 09:34:42 -05:00
PATENTS initial commit 2019-01-04 09:34:42 -05:00
README.md cmd/golangorg: fix -a mode (and README.md) for _content move 2021-02-18 03:22:26 +00:00
codereview.cfg x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
content.go _content: move content/static/* to _content/* 2021-02-16 02:04:17 +00:00
favicon.ico x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
go.mod content/static: use embed and io/fs 2021-02-16 02:04:16 +00:00
go.sum content/static: use embed and io/fs 2021-02-16 02:04:16 +00:00
robots.txt x/website: add code and static files for website 2019-01-08 18:22:29 +00:00

README.md

Go website

Go Reference

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 -a

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.

JS/CSS Formatting

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.

Report Issues / Send Patches

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.