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

We're already part-way to offering support for Algolia search via changes to config parameters only -- for example, see the conditional code in https://github.com/google/docsy/blob/main/layouts/partials/hooks/head-end.html. Why not go all the way?...

enhancement

I have two custom taxonomies that are both made of two words. It is not clear how to configure these multi word taxonomies. If I use lower_snake_case `object_types` then it...

taxonomy

Current output of `imgproc` from docsy-example [site](https://example.docsy.dev/blog/2018/10/06/easy-documentation-with-docsy/): ``` Fetch and scale an image in the upcoming Hugo 0.43. Photo: Riona MacNamara / CC-BY-CA ``` To be more semantically aligned and...

When working on the website content, without changing any value on config, started giving the following error when running `hugo server`: ``` Error: from config: failed to resolve output format...

duplicate

It seems that if you add a logo that includes a name in addition to a graphic, as per https://www.docsy.dev/docs/adding-content/iconsimages/, you will get the name duplicated in the navigation bar....

design/style
e0-minutes

Current behavior: With `ui.sidebar_menu_foldable = true` enabled, when using the keyboard only, focus is placed on submenu items that are not visible. Expected behavior: Only visible elements in the menu...

Is this a bug? When you click on a menu link on the left / TOC section, the vertical scroll bar will jump around and vertically re-position the menu structure,...

中文:我想要在add路由中添加一个定时任务对象(添加定时任务是一个协程进行的)到上下文,然后在另一个路由remove中拿到上下文里面的定时任务,从而能够删除这个定时任务,但是每个路由的*gin.Context都是重新分配,我无法拿到在remove路由中保存在上下文中的这个定时任务 English: I want to add a timed task object to the Context in the add route and remove the timed task from the Context in the remove route, but...

I'm trying to use the fa-handshake-slash icon, https://fontawesome.com/icons/handshake-slash?style=solid, in a site but I can't get it to show up. It was updated in FA 5.14.0 and the solid version is...

Fixes #375 An alternative implementation here would be to deprecate the existing `github_` fields, rename them to `git_` instead of `github_` and add a 5th field of `git_repo_type` where `github`...