aboutsummaryrefslogtreecommitdiff
path: root/go.dev
AgeCommit message (Expand)Author
2021-08-18cmd/golangorg: move blog from blog.golang.org to go.dev/blogRuss Cox
2021-08-18go.dev: update to new interim menusRuss Cox
2021-08-17go.dev: move cmd/* to top levelRuss Cox
2021-08-17go.dev: delete golden testsRuss Cox
2021-08-17cmd/golangorg: take on serving of go.devRuss Cox
2021-08-17internal/web: merge with go.dev/cmd/internal/siteRuss Cox
2021-08-17internal/tmplfunc: mv go.dev/cmd/internal/tmplfunc up a few levelsRuss Cox
2021-08-17go.dev: simplify template invocation furtherRuss Cox
2021-08-17go.dev/cmd/internal/site: find default layout from file locationRuss Cox
2021-08-05blog, tour, go.dev, golang.org: stop referencing mirror.gcr.io URLsAlexander Rakoczy
2021-07-26_templates,testdata: remove package search from headerJamal Carvalho
2021-07-22go.dev/_content: focus search input shortcut keyJamal Carvalho
2021-07-20Revert "go.dev/_content: focus search input shortcut key"Julie Qiu
2021-07-19go.dev: remove broken share a case study linkJamal Carvalho
2021-07-19go.dev/_content: focus search input shortcut keyJamal Carvalho
2021-06-24go.dev: add five new blog posts to solutions pageRuss Cox
2021-06-23all: promote new app deployments only after they become readyRuss Cox
2021-06-17go.dev: fix for new app deploymentRuss Cox
2021-06-16go.dev: make cloudbuild.yaml safe to run in golang-org projectRuss Cox
2021-06-16go.dev: clean up deploymentRuss Cox
2021-06-16go.dev: stop being a submoduleRuss Cox
2021-06-14go.dev/_content/about.md: mention blog post on retractionsJonathan Amsterdam
2021-06-14go.dev/_content/about.md: advise retraction to remove modulesJonathan Amsterdam
2021-06-07go.dev/_content: use correct stylization of "GitHub"John Jago
2021-06-03go.dev: fix cloudbuild.yamlRuss Cox
2021-06-03blog, go.dev, tour: add cloudbuild deployment configsRuss Cox
2021-06-03go.dev/cmd/internal/site: fix tests on WindowsRuss Cox
2021-06-02go.dev: fix module path to make trybots happyRuss Cox
2021-06-02blog, go.dev, tour: update deployment instructionsRuss Cox
2021-05-26go.dev/cmd/frontend: fix learn.go.dev by redirecting to go.dev/learnRuss Cox
2021-05-26go.dev: update README and cloudbuild yaml filesRuss Cox
2021-05-25[x/go.dev] cmd/internal/site: switch to GoldmarkRuss Cox
2021-05-25[x/go.dev] _content: correct various typographical problems for GoldmarkRuss Cox
2021-05-25[x/go.dev] _content, _templates: make various templates safe for GoldmarkRuss Cox
2021-05-24[x/go.dev] all: replace aliases with redirectsRuss Cox
2021-05-24[x/go.dev] all: simplify page↔template APIRuss Cox
2021-05-24[x/go.dev] all: do not force every URL to end in slashRuss Cox
2021-05-24[x/go.dev] all: remove use of index.md for single pageRuss Cox
2021-05-24[x/go.dev] all: simplify, rename template functions for clarityRuss Cox
2021-05-24[x/go.dev] all: fix mobile nav "Why Go" highlightsRuss Cox
2021-05-24[x/go.dev] _content, _template: change menus and breadcrumbs to use relative ...Russ Cox
2021-05-24[x/go.dev] all: merge assets, content, data, layouts, static, templates into ...Russ Cox
2021-05-24[x/go.dev] all: simplify menu configurationRuss Cox
2021-05-24[x/go.dev] all: remove menuitem title attributeRuss Cox
2021-05-24[x/go.dev] all: remove data-identifier attribute from anchor tagsRuss Cox
2021-05-24[x/go.dev] all: move long one-page layouts into the page contentRuss Cox
2021-05-24[x/go.dev] all: introduce Page.Layout to pick layoutRuss Cox
2021-05-24[x/go.dev] all: remove use of partial functionRuss Cox
2021-05-24[x/go.dev] all: replace Page-level custom data with inline dataRuss Cox
2021-05-24[x/go.dev] all: replace shortcodes with template invocationsRuss Cox