File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/pages/package-documentation Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = {
2626 to : "/documentation/" , label : "Documentation" ,
2727 } ,
2828 {
29- to : "/package-documentation/develop/ " , label : "Package Documentation" ,
29+ to : "/package-documentation/" , label : "Package Documentation" ,
3030 } ,
3131 {
3232 to : "/tutorials/" , label : "Tutorials" ,
Original file line number Diff line number Diff line change 1+ # Package Documentation
2+
3+ Please select the package documentation version that matches your version of PEcAn.
4+
5+ ## Working Draft
6+ * [ Package documentation consistent with unreleased code (` develop ` branch)] ( pathname:///package-documentation/develop/ )
7+
8+ ## Latest Release
9+ * [ Package documentation consistent with latest release (` main ` branch)] ( pathname:///package-documentation/latest/ )
10+
11+ ## Releases by tag
12+ * [ v1.10.0] ( pathname:///package-documentation/v1.10.0/ )
13+ * [ v1.9.0] ( pathname:///package-documentation/v1.9.0/ )
You can’t perform that action at this time.
0 commit comments