-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: simplify toctree of release notes
The existing globbing had too many overly-specific cases. This led to quite a few documents having globs that matched nothing, like: x/?.?.?? Unless there was a 3.5.10, this would match nothing. Given how we structure these documents, `x/*` is enough. I've left the `x/*-alpha` type patterns in place, just to keep the ordering a little nicer, for now.
- Loading branch information
Showing
6 changed files
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ Cyrus IMAP 3.0 Releases | |
:maxdepth: 1 | ||
:glob: | ||
|
||
x/?.?.*-beta* | ||
x/?.?.*-rc* | ||
x/?.?.? | ||
x/?.?.?? | ||
x/*-beta* | ||
x/*-rc* | ||
x/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ Cyrus IMAP 3.1 Tags | |
:maxdepth: 1 | ||
:glob: | ||
|
||
x/?.?.* | ||
x/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ Cyrus IMAP 3.2 Releases | |
:maxdepth: 1 | ||
:glob: | ||
|
||
x/?.?.*-beta* | ||
x/?.?.*-rc* | ||
x/?.?.? | ||
x/?.?.?? | ||
x/*-beta* | ||
x/*-rc* | ||
x/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,4 @@ Cyrus IMAP 3.3 Tags | |
:maxdepth: 1 | ||
:glob: | ||
|
||
x/?.?.? | ||
x/?.?.?? | ||
x/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters