docsy icon indicating copy to clipboard operation
docsy copied to clipboard

A set of Hugo doc templates for launching open source content.

Results 352 docsy issues
Sort by recently updated
recently updated
newest added

I wanted to add some information regarding the Privacy statement to the static website that I am developing using the `Hugo` with `Docsy` theme. I have added a folder `content\en\privacy\_index.md`...

This PR syncs the versions of dependencies between Hugo modules and npm packages, as requested in #1182. More concrete, it * upgrades module/package FontAwesome to version 6..2.0 (npm + module...

This PR fixes yaml syntax in config files in the user guide (continuation of #1208, which was incomplete). It also updates to latest Hugo version 102.1.

user guide

### Updates Re-implemented with a simpler approach. 1. Instead of simulating clicks, this calculates the maximum height by just briefly displaying the tab, measuring its height, and then hiding it...

I've been using this in custom-hacked code for a while, but now that I'm upgrading to the most recent tabpane implementation (nice work on that!), I figured I should submit...

Hello, I've noticed a peculiar issue with the theme. If there is a code sample that has a horizontal bar appear on it and it is followed by a heading,...

This moves the configuration of much of the cdn (js/css) into the configuration so they can be more easily maintained. Signed-off-by: Brad Beam

@LisaFC et all: are you aware of any reason why blog pages don't contain "last mod" info like regular doc pages do? Some context: - `_default`: https://github.com/google/docsy/blob/519930cf0d642c37941b74a25361e743165f94bc/layouts/_default/content.html#L19 - The blog...

Hi I think it would make sense to have a visual indication on which chapter on page the reader currently is. The [Airflow](https://airflow.apache.org/docs/stable/tutorial.html#instantiate-a-dag) example has a nice implementation to showcase...

enhancement

Hi docsy team, This is a consulting issue about how to customize the swagger ui properties within docsy. I read the documentation [swagger ui part](https://www.docsy.dev/docs/adding-content/shortcodes/#swaggerui). It only mentions that the...