Skip to content

Commit f7f80ea

Browse files
committed
gopls/doc: yet more doc tweaks
- shrink and center the "Split package" image - rename "Release policy" to "Releases" - temporarily remove the v0.21.0.md file; it shouldn't appear in the v0.20 branch. Change-Id: Id41d9c43ce071a706bf08baf7402888ea932a48c Reviewed-on: https://go-review.googlesource.com/c/tools/+/691115 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 88d35e4 commit f7f80ea

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

gopls/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ observe the effect. Each client has its own way to restart the server.
7575
Learn more in the
7676
[advanced installation instructions](advanced.md#installing-unreleased-versions).
7777

78-
## Release policy
78+
## Releases
7979

8080
Gopls [releases](release/) follow [semantic versioning](http://semver.org), with
8181
major changes and new features introduced only in new minor versions
@@ -120,7 +120,7 @@ full list of `gopls` settings can be found in the [settings documentation](setti
120120
variables you configure. Some editors, such as VS Code, allow users to
121121
selectively override the values of some environment variables.
122122

123-
## Support Policy
123+
## Support policy
124124

125125
Gopls is maintained by engineers on the
126126
[Go tools team](https://github.com/orgs/golang/teams/tools-team/members),

gopls/doc/release/v0.20.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ component, then visualize the dependencies among the components
3232
Refresh the page each time you edit your code to see the latest
3333
information.
3434

35-
<img title="Split package 'fmt'" src="../assets/splitpkg.png">
35+
<p align="center"><img title="Split package 'fmt'" src="../assets/splitpkg.png" width="600"></p>
3636

3737
The tool makes it easy to iterate over potential decompositions
3838
until you find one you are happy with. A future version of

gopls/doc/release/v0.21.0.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)