Add Docsify web viewer and search functionality for PostgreSQL docs#23
Merged
fahimahammed merged 2 commits intofahimahammed:mainfrom Oct 4, 2025
Merged
Conversation
…L docs - Added for Docsify web view - Added for sidebar navigation - Added for styling - Enabled search functionality - PDF download explored but not implemented - Prepared repo for GitHub Pages hosting
fahimahammed
approved these changes
Oct 4, 2025
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.
Pull Request for Issue #20 and #21 : Add Web Viewer and Downloadable PDF with Branding
Description
This PR enhances the repository by improving accessibility and user experience for the existing PostgreSQL documentation.
Features Added
Web Viewer
Search Functionality
This sorts out Issue #21
Files Added
index.html→ main Docsify web viewer._sidebar.md→ sidebar navigation for all documentation sections.assets/custom.css→ custom styling for the Docsify site.Notes on Downloadable PDF
Hosting on GitHub Pages
With the addition of
index.html, the documentation can now be hosted on GitHub Pages.To host:
mainorgh-pagesbranch.https://fahimahammed.github.io/learn-postgresql/This allows users to view the documentation directly in a web browser without cloning the repo.
Optional Enhancements for Future
This PR lays the foundation for a more interactive, accessible, and professional documentation experience, following the proposal outlined in Issue #20 and Issue #21
Screenshot