[docs-website]: add branded 404 page to docs site#741
Open
skools-here wants to merge 7 commits intokeploy:mainfrom
Open
[docs-website]: add branded 404 page to docs site#741skools-here wants to merge 7 commits intokeploy:mainfrom
skools-here wants to merge 7 commits intokeploy:mainfrom
Conversation
9383603 to
c379dee
Compare
Achanandhi-M
requested changes
Jan 6, 2026
Member
There was a problem hiding this comment.
Hey @skools-here , the changes look really good, However, from our side, we don’t want to include any bunny image or custom design for the 404 page.
If a user types a 404 URL or visits a non-existent page, it should simply redirect to /docs (the docs homepage). Please update it accordingly. Also please fix the Copilot suggestions. The pipelines are failing, please try to fix it
Author
|
@Achanandhi-M yes I am working on changes ! |
1837c65 to
53b35be
Compare
Signed-off-by: skools-here <sajalkulshreshtha9@gmail.com>
* chore: update footer year to 2026 Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> * chore: update footer year to 2026 Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> --------- Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> Signed-off-by: skools-here <sajalkulshreshtha9@gmail.com>
Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com> Signed-off-by: skools-here <sajalkulshreshtha9@gmail.com>
Signed-off-by: skools-here <sajalkulshreshtha9@gmail.com>
Signed-off-by: Sajal Kulshreshtha <sajalkulshreshtha9@gmail.com> Signed-off-by: skools-here <sajalkulshreshtha9@gmail.com>
Signed-off-by: skools-here <sajalkulshreshtha9@gmail.com>
6894994 to
bc49ae7
Compare
Author
|
Hello @Achanandhi-M I fixed the changes you said and also pipelines error is gone can you please take a look ! |
Signed-off-by: Sajal Kulshreshtha <sajalkulshreshtha9@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What has changed?
This PR adds a custom, branded 404 page to the Keploy docs website.

This PR Resolves #(3441)
keploy/keploy#3441
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Ran npm run start and verified the custom 404 page renders for unknown /docs/* routes.
Ran npm run build followed by npm run serve to verify production behavior.
Confirmed the page layout, navigation buttons, and logo render correctly.
Checklist: