Skip to content

Commit 2b18cba

Browse files
committed
create pkg documentation landing page
Fixes #146 Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent 120575e commit 2b18cba

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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/)

0 commit comments

Comments
 (0)