-
Notifications
You must be signed in to change notification settings - Fork 41
Add short page about pilot repository #505
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
Conversation
mkdocs.yml
Outdated
@@ -100,6 +101,7 @@ plugins: | |||
contributing_sw/opening_pr.md: adding_software/opening_pr.md | |||
contributing_sw/overview.md: adding_software/overview.md | |||
software_layer/adding_software.md: adding_software/overview.md | |||
pilot.md: repositories/pilot.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment here to explain why this redirect should be kept in place?
https://www.eessi.io/docs/pilot is mentioned in the EESSI open access paper, that's a good reason
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in c5d25ec
mkdocs.yml
Outdated
@@ -27,6 +27,7 @@ nav: | |||
- Repositories: | |||
- Production: repositories/software.eessi.io.md | |||
- RISC-V: repositories/riscv.eessi.io.md | |||
- Pilot: repositories/pilot.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, not sure we want to keep this in the menu, I would say no?
Just having https://www.eessi.io/docs/pilot work is good enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed this again in 373ba29
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
No description provided.