docsy-jekyll
docsy-jekyll copied to clipboard
A Jekyll version of the beautiful Docsy!
If we want to make changes to the tags page in a remote theme like https://github.com/vsoch/docsy-jekyll/blob/master/pages/tags.html, can those changes through the remote theme, without including the pages in the repository...
 Icons are changed inside assets/favicons/  website doesn't change  built fine and it is loading as the favicon the browser is loading has changed
Is this possible? For example when I click that button it brings me to `https://github.com/vsoch/docsy-jekyll/edit/master/_docs/getting-started.md`, but I would like to point it to a different branch like `https://github.com/vsoch/docsy-jekyll/edit/main/_docs/getting-started.md`. 
How can I add export to PDF function tho the docsy theme ? I want to add visible button to every page/post so it can print it to the PDF...
Is there a way to edit the sidebar.html file in order to make the sections of the toc.yml (like "Documentation" or "Extras" in the example site: https://vsoch.github.io/docsy-jekyll/) collapsible just like...