aboutsummaryrefslogtreecommitdiff
path: root/go.dev
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2020-12-10 15:34:29 -0500
committerJonathan Amsterdam <jba@google.com>2020-12-10 15:39:40 -0500
commitce0efef06a59cfa7929785bed2e5cecbeb9f4979 (patch)
tree478dd3df61bc7250b72eba5ac5f1feb339543d73 /go.dev
parentf9535ea8162ea3bb21619701326587a6e9730c38 (diff)
downloadgo-x-website-ce0efef06a59cfa7929785bed2e5cecbeb9f4979.tar.xz
[x/go.dev] content/about.md: add information about custom links
Refer to the issue that describes how to create custom links that appear in the right sidebar. Change-Id: I75775bb99f9ab44f51c3802541b92d4835301c8e X-GoDev-Commit: 28e1cdcc70d609ee3f8e31dd7a31a9e333c604e8
Diffstat (limited to 'go.dev')
-rw-r--r--go.dev/content/about.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.dev/content/about.md b/go.dev/content/about.md
index d0f15560..312750eb 100644
--- a/go.dev/content/about.md
+++ b/go.dev/content/about.md
@@ -45,6 +45,12 @@ The pkg.go.dev badge provides a way for Go users to learn about the pkg.go.dev p
[![PkgGoDev](https://pkg.go.dev/badge/golang.org/x/pkgsite)](https://pkg.go.dev/golang.org/x/pkgsite)
+## Adding links
+
+You can add links to your README files and package documentation that will be
+shown on the right side of the pkg.go.dev page. For details, see [this
+issue](https://golang.org/issue/42968).
+
## Keyboard Shortcuts
There are keyboard shortcuts for navigating package documentation pages. Type '?' on a package page for help.