Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
to: "/documentation/", label: "Documentation",
},
{
to: "/package-documentation/develop/", label: "Package Documentation",
to: "/package-documentation/", label: "Package Documentation",
},
{
to: "/tutorials/", label: "Tutorials",
Expand Down
13 changes: 13 additions & 0 deletions src/pages/package-documentation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Package Documentation

Please select the package documentation version that matches your version of PEcAn.

## Working Draft
* [Package documentation consistent with unreleased code (`develop` branch)](pathname:///package-documentation/develop/)

## Latest Release
* [Package documentation consistent with latest release (`main` branch)](pathname:///package-documentation/latest/)

## Releases by tag
* [v1.10.0](pathname:///package-documentation/v1.10.0/)
* [v1.9.0](pathname:///package-documentation/v1.9.0/)