Skip to content

Commit c9f31c7

Browse files
authored
Add link to main branch in versioned docs (#246)
1 parent 4af255f commit c9f31c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ and convert these initial value types into compatible types in the `Decodable`s.
4545
### Infrastructure improvements
4646

4747
* The full toml-lang/toml-test suite is now imported as unit tests.
48-
* [A new documentation site](https://dduan.github.io/TOMLDecoder/documentation/tomldecoder/).
48+
* [A new documentation site](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/).
4949
* More comprehensive CI jobs.
5050
* New benchmark infra, and suite.
5151

Sources/TOMLDecoder/TOMLDecoder.docc/VersionedDocs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Links to docs for each TOMLDecoder releases.
44

5-
* [Version 0.4.0](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/)
5+
* [the main branch](https://dduan.github.io/TOMLDecoder/main/documentation/tomldecoder/)
6+
* [Version 0.4.0](https://dduan.github.io/TOMLDecoder/0.4.x/documentation/tomldecoder/) (latest release)
67
* [Version 0.3.x](https://github.com/dduan/TOMLDecoder/tree/0.3.3/Documentation)
78
* [Version 0.2.x](https://github.com/dduan/TOMLDecoder/tree/0.2.2/Documentation)
89
* [Version 0.1.x](https://github.com/dduan/TOMLDecoder/tree/0.1.6/Documentation)

0 commit comments

Comments
 (0)