[mirror] Home of the go.dev and golang.org websites
Перейти к файлу
Russ Cox 71d7a41eb4 [x/go.dev] cmd/internal/site: switch to Goldmark
x/website uses Goldmark, so this brings go.dev in line with golang.org.

The only change to the golden output is a few automatically
generated heading IDs. It used to be that

	# Go's Concurrency

produced <h1 id="go-s-concurrency">.
Now it produces <h1 id="gos-concurrency">.

Similarly,

	# Go & You

used to produce <h1 id="go-you">.
Now it produces <h1 id="go--you">.

In theory this could lead to slightly broken links that
no longer target what they meant to target.
In practice it is doubtful that people have links to the
specific affected sections.

Change-Id: Ia0827e2f13fbd7f304983025dade694c50c49d6e
X-GoDev-Commit: 416036ecdf33ce51eeeb0d2bbd8ca98fd5fc7dc9
2021-05-25 00:41:00 -04:00
go.dev [x/go.dev] cmd/internal/site: switch to Goldmark 2021-05-25 00:41:00 -04: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 initial commit 2019-01-04 09:34:42 -05:00

README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

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 time 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.