Skip to content

remove download link to VM #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2025
Merged
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
15 changes: 5 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
},
{
to: "http://pecan.ncsa.illinois.edu/pecan/01-introduction.php", label: "Demo"
},
},
],
},
{ to: "/blog", label: "Blog", position: "left" },
Expand All @@ -52,12 +52,7 @@ module.exports = {
href: "https://github.com/PecanProject",
position: "right",
className: "header-github-link",
"aria-label": "GitHub repository",
},
{
href: "https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN",
label: "Download",
position: "left",
"aria-label": "GitHub repository",
},
{
label: "GSoC",
Expand Down Expand Up @@ -124,9 +119,9 @@ module.exports = {
copyright: `Copyright © ${new Date().getFullYear()} PEcAn Project.`,
},
docs: {
sidebar: {
hideable: true
},
sidebar: {
hideable: true
},
},
},
presets: [
Expand Down
5 changes: 2 additions & 3 deletions src/pages/news.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ function News() {

This release has a number of bug fixes and added functionality. All can be seen
<a href=" https://github.com/PecanProject/pecan/releases/tag/v1.6.0"> listed here</a>. The VM
can be downloaded <a
href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN">here</a>.

can be downloaded at (note: VM has been deprecated, so the following link may no longer work)
https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN`
<p>Major additions include:
<ul>
<li>A data ingest SHINY app that allows users to upload and register data from their own
Expand Down
Loading