tree: e5f380c4ee798a672614397903cedaeae5feb967 [path history] [tgz]
  1. archetypes/
  2. cmd/
  3. content/
  4. data/
  5. layouts/
  6. static/
  7. themes/
  8. .firebaserc
  9. .gcloudignore
  10. .gitignore
  11. app.learn.yaml
  12. app.yaml
  13. cloudbuild.ci.yaml
  14. cloudbuild.yaml
  15. config.toml
  16. Dockerfile.firebase
  17. Dockerfile.hugo
  18. firebase.json
  19. go.mod
  20. go.sum
  21. LICENSE
  22. README.md
go.dev/README.md

go.dev

Contributing

git clone sso://team/golang/go.dev && (cd go.dev && f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x $f)
  • data/learn contains links for the Learn pages, as all content is currently external.
  • content/solutions contains Use Cases and Case Studies.
    • Please include relevant resources using the same name attribute for images.
  • themes/default contains the site layout.

Deploying

All commits targeting master will trigger a CI test defined in cloudbuild.ci.yaml.

All commits pushed to master will be automatically deployed to https://dev.go.dev.