-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add project overview page #434
Add project overview page #434
Conversation
This page gives a high level overview of the project, including some graphs and requirements. Signed-off-by: Lennart Jern <lennart.jern@est.tech>
Skipping CI for Draft Pull Request. |
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.
/approve
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.
Lovely addition!
/lgtm
/hold
Giving some time for others to check it.
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.
This is a great addition! A couple of ideas for a potential follow-up inline.
This adds make targets for markdownlint, shellcheck and spellcheck, as well as "lint" for running them all. Signed-off-by: Lennart Jern <lennart.jern@est.tech>
8308d29
to
4243db4
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for the suggestions! |
/hold cancel |
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.
/lgtm
|
||
- Server(s) with baseboard management capabilities (i.e. Redfish, iDRAC, IPMI, | ||
etc.). For development you can use virtual machines with Sushy-tools. More | ||
information [here](./bmo/supported_hardware.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.
For the future: we should avoid links called "here". I've learned that these are not friendly to accessibility tools (e.g. if a blind user wants the tool to read aloud all links).
This page gives a high level overview of the project, including some graphs and requirements.
It is overlapping a bit with the introduction page, but I hope it will feel more hands-on and explain a bit better how it works, rather than what the project is about.
I also added make targets for linting.