docs.vespa.ai as single-page html or pdf
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
Hey @kkraune I don't know for sure but this https://github.com/JCB-K/singlepage-jekyll might be what you are looking for.
Thanks, will look into!
I am looking for contributing. I am a beginner. Would be happy to be a part of solving this.
All right! All the documents are found in https://github.com/vespa-engine/documentation/blob/master/_data/sidebar.yml - this is used to build the sidebar and table of contents. I assume this is a useful starting point for generating the pdf with the right content.
Thanks, sir, I am on it. Will keep u updated.