docsy
docsy copied to clipboard
A set of Hugo doc templates for launching open source content.
The include-file feature uses includes, but these show up in the published UG but shouldn't. For example: - http://localhost:1313/docs/adding-content/shortcodes/includes/installation/ The fix is simple: to add appropriate `build` directives to ensure...
This PR adds the rel="edit" attribute to the "Edit this page" link in the sidebar of pages in the theme. rel=edit lets a page indicate that the linked resource can...
Currently, local search with Lunr displays results when pressing enter, which in my opinion could feel weird, so for my project I wanted the search results to display each time...
Consider replacing `windows-latest` by `windows-11-arm`, at least to give it a spin. The latter is now is public preview: [Windows arm64 hosted runners now available in public preview](https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/).
I have set few taxonomies as mentioned below and taxonomyCloud is set to empty. Still, I am seeing taxonomy cloud on my docs and blogs pages. Also, I wanted to...
As reported in #2218: When custom setting the content dir, either via the `contentDir` parameter or via module mount, page meta links (`View page source`, `Edit this page`, ...) are...
The PlantUML code block does not embed the generated image when building the page. Instead, the image is regenerated each time the page is fetched. This has two disadvantages: Firstly,...
### Environment - [X] Version of Docsy you are using: v0.11.0 - [X] How are you using Docsy? As a: - [X] Hugo module - [ ] NPM module -...
### User guide, page `Diagrams and formulae` https://www.docsy.dev/docs/adding-content/diagrams-and-formulae/ The screenshot says it all:  **Actual:** The equation stretches to the right border (`width: 100%`). **Expected:** Like the surrounding text paragraphs,...