-
Notifications
You must be signed in to change notification settings - Fork 125
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
Added FAQs to Keploy/docs website #428
Conversation
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.
Thank you and congratulations 🎉 for opening your very first pull request in keploy
@yaten2302 please the actions! build is failing : https://github.com/keploy/docs/actions/runs/10034678131/job/27731088374?pr=428 |
@Sonichigo sir, could you please guide that why the build is failing and how can i fix this? |
Cause: Expected a closing tag for `<br>` (151:48-151:52) before the end of `paragraph`
Details:
{
"column": 4,
"message": "Expected a closing tag for `<br>` (151:48-151:52) before the end of `paragraph`",
"line": 151,
"name": "151:4-152:1[20](https://github.com/keploy/docs/actions/runs/10034678131/job/27731088374?pr=428#step:6:21)",
"place": {
"start": {
"line": 151,
"column": 4,
"offset": 5[23](https://github.com/keploy/docs/actions/runs/10034678131/job/27731088374?pr=428#step:6:24)7,
"_index": 0,
"_bufferIndex": 0
}, |
@Sonichigo sir, I've made the changes, and also, I've rearranged the order of questions - keploy/keploy#2105 (review), now ig there are no build issues? |
Fix the DCO @yaten2302! |
Signed-off-by: Yaten Dhingra <yaten598@gmail.com>
Signed-off-by: Yaten Dhingra <yaten598@gmail.com>
Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com> Signed-off-by: Yaten Dhingra <yaten598@gmail.com>
@Swpn0neel sir, fixed the DCO checks 👍 |
@yaten2302 the build is still failing
Please refer : - https://github.com/keploy/docs/actions/runs/10056225253/job/27806219617?pr=428 |
@Sonichigo sir, actually, I use npm and not yarn, so is it creating problems because of that? |
actually, on line at line 151 |
@Swpn0neel sir, actually, in all the questions, the tag is same - |
Signed-off-by: Yaten Dhingra <yaten598@gmail.com>
@Swpn0neel sir, I've made the changes, could you please review that now the build is working fine? |
@Sonichigo Kindly check! |
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
* added FAQs to Keploy/docs website Signed-off-by: Yaten Dhingra <yaten598@gmail.com> * fix: installation in docker with linux/wsl (#429) Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com> --------- Signed-off-by: Yaten Dhingra <yaten598@gmail.com> Signed-off-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com> Co-authored-by: Animesh Pathak <kurosakiichigo.songoku@gmail.com>
Pull Request Template
Description
This PR adds FAQ section to the docs website of Keploy.
Fixes keploy/keploy#2095
Type of change
Please delete options that are not relevant.
Checklist: