-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: Update the about page to include a brief history of the project. #18
Conversation
Signed-off-by: Pranav Ramesh <[email protected]>
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 fantastic work @Laphatize!
I'll accept it with the changes suggested, but if you have time convert it from an HTML file to markdown and make each sentence one line.
Sure, no problem. I'll make those changes. |
Signed-off-by: Pranav Ramesh <[email protected]>
Should be all taken care of. Sorry it took me so long - was swamped with homework. |
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
Congrats @Laphatize! Glad to have you as a contributor. |
* adds commands to top nav (#19) Signed-off-by: Kyle J. Davis <[email protected]> * Add the ability to pull in docs from `valkey-doc` (#22) * adds support for pulling in valkey-docs Signed-off-by: Kyle J. Davis <[email protected]> * one more change to layout Signed-off-by: Kyle J. Davis <[email protected]> --------- Signed-off-by: Kyle J. Davis <[email protected]> * update code owners file (#23) Add kyle to the code owners file Signed-off-by: Kyle J. Davis <[email protected]> * feat: Update the about page to include a brief history of the project. (#18) * feat: Update the about page to include a brief history of the project. Signed-off-by: Pranav Ramesh <[email protected]> * feat: Use markdown instead of HTML & update wording of history Signed-off-by: Pranav Ramesh <[email protected]> --------- Signed-off-by: Pranav Ramesh <[email protected]> --------- Signed-off-by: Kyle J. Davis <[email protected]> Signed-off-by: Pranav Ramesh <[email protected]> Co-authored-by: Pranav Ramesh <[email protected]>
* adds commands to top nav (valkey-io#19) Signed-off-by: Kyle J. Davis <[email protected]> * Add the ability to pull in docs from `valkey-doc` (valkey-io#22) * adds support for pulling in valkey-docs Signed-off-by: Kyle J. Davis <[email protected]> * one more change to layout Signed-off-by: Kyle J. Davis <[email protected]> --------- Signed-off-by: Kyle J. Davis <[email protected]> * update code owners file (valkey-io#23) Add kyle to the code owners file Signed-off-by: Kyle J. Davis <[email protected]> * feat: Update the about page to include a brief history of the project. (valkey-io#18) * feat: Update the about page to include a brief history of the project. Signed-off-by: Pranav Ramesh <[email protected]> * feat: Use markdown instead of HTML & update wording of history Signed-off-by: Pranav Ramesh <[email protected]> --------- Signed-off-by: Pranav Ramesh <[email protected]> --------- Signed-off-by: Kyle J. Davis <[email protected]> Signed-off-by: Pranav Ramesh <[email protected]> Co-authored-by: Pranav Ramesh <[email protected]>
valkey-io#18) * feat: Update the about page to include a brief history of the project. Signed-off-by: Pranav Ramesh <[email protected]> * feat: Use markdown instead of HTML & update wording of history Signed-off-by: Pranav Ramesh <[email protected]> --------- Signed-off-by: Pranav Ramesh <[email protected]> (cherry picked from commit 564804a)
#18) * feat: Update the about page to include a brief history of the project. Signed-off-by: Pranav Ramesh <[email protected]> * feat: Use markdown instead of HTML & update wording of history Signed-off-by: Pranav Ramesh <[email protected]> --------- Signed-off-by: Pranav Ramesh <[email protected]> (cherry picked from commit 564804a)
Description
I included a brief history of the project in the /about section of the website.
Screenshot showcasing this:
![Screenshot of Page Screenshot of Page](https://camo.githubusercontent.com/1c3d04ae45202376fd5bc436e88d9b9456c915268de12818df96377657c9dc57/68747470733a2f2f692e6962622e636f2f62727372584a572f53637265656e73686f742d323032342d30342d30382d61742d31312d33382d30302d504d2e706e67)
Issues Resolved
Addresses a point mentioned in #13.
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.