Andreas Deininger

Results 238 issues of 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)....

user guide

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: ![grafik](https://user-images.githubusercontent.com/18169566/221892975-22f86f50-7b2f-4d17-97cf-368c01401766.png) User guide, page `Shortcodes`, **print** view: ![grafik](https://user-images.githubusercontent.com/18169566/221893565-cc65bc7b-6293-4373-b712-5bfe33179e51.png) The link to the flag is broken in the print view. This PR address this issue...

user guide

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...

shortcodes

This PR follows up on #1510 and #1528. It updates bootstrap dependency to latest released version 5.3.0.

dependencies
e0-minutes
module

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...

user guide
CI/infra

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...