Andreas Deininger
Andreas Deininger
This PR updates the section in the user guide that tells about hugo installation. Most important, we add the requirement that hugo version `v0.110.0` and higher needs to be installed...
This PR adds a new section `Deployment on GitHub Pages` to the deployment page of the user guide. You may have a look at the section preview at Netlify [here](https://deploy-preview-1435--docsydocs.netlify.app/docs/deployment/#deployment-on-github-pages)....
This PR adds two shortcodes `accordion` and `accordion-item` in order to allow authoring of a accordion components. You will encounter this element frequently on various websites, e.g. for FAQ sections....
User guide, page `Shortcodes`, **regular** view:  User guide, page `Shortcodes`, **print** view:  The link to the flag is broken in the print view. This PR address this issue...
This PR addresses #1444 Without this PR: preview of user guide with regular `hugo`version **fails**: ``` $ cd userguide && hugo-regular server --themesDir ../.. WARN 2023/02/27 12:33:54 Module "docsy" is...
This PR is part of #906. It contains improvements for the shortcode `blocks/cover`: * the shortcode now uses Hugo's native support for processing HTML & markdown (#906). This was done...
This PR follows up on #1510 and #1528. It updates bootstrap dependency to latest released version 5.3.0.
The template file `new-page-template.md` specifies the frontmatter and content used for new pages at GitHub (via link `Create new child page` in the right sidebar). This PR adds documentation on...
With #1172, link checking in the user guide was introduced, thanks for that @chalin. A [comment](https://github.com/google/docsy/pull/1172#issue-1339362872) given in this PR states: ``` This isn't my ideal setup because I'd like...
This PR brings various improvements for users of `markmap` mindmaps: - you now can set width and height individually for each mindmap (#1144) - autoactivation for mindmaps (on a per...