index
:
go-x-website
main
Fork of golang.org/x/website with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
web
Age
Commit message (
Expand
)
Author
2026-02-02
internal/web: do not treat Markdown files as templates by default
Ryo Sakuma
2025-07-29
_content/css: style tables produced from markdown
Alan Donovan
2025-07-08
cmd/golangorg: serve gopls docs at go.dev/gopls
Alan Donovan
2024-12-05
all: remove unreachable code
Sean Liao
2024-10-24
internal/web: fix typos in comments
Oleksandr Redko
2023-12-15
_content: serve wiki pages on go.dev
Russ Cox
2023-11-01
internal/web: allow markdown files to turn off templates
Jonathan Amsterdam
2023-02-09
internal/web: consistently remove OMIT lines from code blocks
Andrew Gerrand
2022-12-12
internal/backport: delete
Dmitri Shuralyov
2022-10-31
internal/web: adjust test to not require exact error message
Ian Lance Taylor
2022-06-15
all: fix a lot of typos
Frederik Zipp
2022-04-11
all: gofmt
Russ Cox
2022-03-29
cmd/golangorg, _content/talks: restore talks that use .html command
Dmitri Shuralyov
2022-03-07
internal/web: fix syntax rules hyperlinks
Jamal Carvalho
2022-01-07
internal/web: update doc
Jamal Carvalho
2022-01-06
website: typescript config updates
Jamal Carvalho
2022-01-06
cmd,internal: move typescript transform to web package
Jamal Carvalho
2021-11-22
talks: serve go.dev/talks for talks.golang.org content
Russ Cox
2021-11-06
cmd/golangorg: fix display of text files
Russ Cox
2021-08-23
all: delete unmodified Go 1.16 backports
Russ Cox
2021-08-18
cmd/golangorg: move blog from blog.golang.org to go.dev/blog
Russ Cox
2021-08-18
cmd/golangorg: fix regexp match with ^ and $
Russ Cox
2021-08-17
internal/web: merge with go.dev/cmd/internal/site
Russ Cox
2021-08-17
internal/web: move SrcBreadcrumb SrcPkgLink, invoke into templates
Russ Cox
2021-07-23
internal/pkgdoc: take on doc-specific parts of internal/web
Russ Cox
2021-07-19
internal/web: stop double-escaping of code in non-playground examples
Carson Hoffman
2021-07-12
internal/web: redirect golang.org/pkg/... to pkg.go.dev/...
Russ Cox
2021-06-28
internal/web: pre-expand tabs in markdown
Russ Cox
2021-06-23
all: promote new app deployments only after they become ready
Russ Cox
2021-06-15
all: make compatible with Go 1.15
Russ Cox
2021-06-14
all: remove toFS usage
Russ Cox
2021-06-14
internal/godoc: refactor into internal/web [generated]
Russ Cox