docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
I'm trying to use docsy for my project's documentation, but the right-hand side menu is not appearing (the one with the table of contents and "Edit this page" etc...). This...
For context, see https://github.com/google/docsy/issues/853#issuecomment-1209695986.
A checkmarx scan of our docsy-themed documentation turned up a reported Client DOM XSS vulnerability in `static/js/prims.js`. It reports: > The application's o embeds untrusted data in the generated output...
- Updates Prism JS and CSS. Files downloaded from https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+c+csharp+cpp+go+java+markdown+python+scss+sql+toml+yaml&plugins=toolbar+copy-to-clipboard - Closes #1123, hopefully WDYT @BradHolmes? Someone able and willing to test this update? This update might also address other...
- Closes #1071 I've chosen to avoid complicating the logic of the breadcrumbs partial since it's complicated enough already. This PR implements what I proposed earlier: it strips out unnecessary...
It allows users to configure TOC limit or remove the limit completely as discussed in #853.
_Originally posted by @chalin in https://github.com/google/docsy/issues/1098#issuecomment-1185659042_ > ... referring the reader to the appropriate section of the Hugo docs. The page update includes a warning (about _not_ setting _both_ `googleAnalytics`...
- [x] We currently have the docsy version hard-coded in the docs. We should use a config parameter instead. - [x] #1105 - [x] #1145 - [ ] Add docsy...
When using MarkMaps they are always a fixed size. We have huge whitespace below the created mindmap svg. Especially when you create markmaps with a lot of horizontal content which...