Michael Tsai

Results 25 comments of Michael Tsai

> Thanks for checking it out. Not sure where that menlosecurity.com script is coming from. I don't see it when I examine the scripts. Are you sure it's not coming...

@prdsoftware , yoy can try this: modify config.toml and comment out the `sidebar_cache_limit = 10` configuration. ```toml [params.ui] # Enable to show the side bar menu in its compact state....

I've implmented the fix and tested it on my website. Here is my Pull Request for review: [Persist sidebar scroll position](https://github.com/google/docsy/pull/2044) Kindly shed some light if any suggestions. Thanks! (@chalin...

Hey, I have tried the changes in my own docsy website, and after I see the result, I'm curious about when we need this feature. Let me explain with an...

I encountered the same issue. The workaround I use is to create a layout dedicated for Redoc. In the layout, I ensure Bootstrap is not included.

Hi, I have updated my note about this issue and included a [demo](https://huanlin.cc/docs/demo/) to show how I fix it with a customized Redoc layout. For details, please refer to this...

Hello, The `` element in the HTML seems reasonable and no harm. So I'm wondering in what situation we'll need to remove it from a page's HTML? I mean, do...

> ### Example of `title` element with site title/name: > ``` > Use Docsy as a Hugo Module | Docsy > ``` > > ### Example of `title` element without...

Just to add one little idea: the name `excludeSiteTitle` may lead to questions like "What does this parameter do?" I think it would be better if it has a more...

I see the same issue when I have both Chinese and English characters in a table.