[DOC] Downloadable PDF Developer Guides #11601
Open
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.
Description
This PR implements downloadable PDF generation for OpenSearch developer guides and documentation collections. The feature enables users to download complete documentation guides as PDF files, providing:
Implementation Details:
_pdf_generator/pdf_generator.rb) that generates PDFs during the build process_pdf_generator/folder as requestedgroverRuby gem (Puppeteer-based) for high-quality PDF generation from HTML_site/pdfs/directoryhttps://docs.opensearch.org/pdfs/{filename}.pdfwhen deployed_config.ymlto specify which collections/guides should generate PDFsFiles Added:
_pdf_generator/pdf_generator.rb- Main plugin implementation_pdf_generator/README.md- Documentation for the PDF generator_plugins/pdf_generator_loader.rb- Minimal loader to ensure Jekyll loads the pluginFiles Modified:
Gemfile- Addedgrovergem dependency_config.yml- Added PDF generator configuration section and plugin registrationIssues Resolved
Closes #11192
Version
all
Frontend features
N/A - This is a backend build-time feature that generates downloadable PDF files.
Checklist