Robert Fekete

Results 75 comments of Robert Fekete

+1 Is it possible to use syntaxnet from Textblob (mainly, the POS parser)? Does anyone have experience with the performance/accuracy of syntaxnet vs. other taggers?

Maybe we could use the [default](https://gohugo.io/functions/default/#readout) function of hugo, and use the config parameters if set, or use the original cdns if not.

Hi, I have a PR that allows you to use a javascript-based ToC on the right which has this feature: https://github.com/google/docsy/pull/1049 On Fri, 29 Jul 2022, 18:05 Eduardo Mínguez, ***@***.***>...

It seems that @narrenfrei's original patch doesn't apply to the current sidebar-tree.html, but with a slight reworking it seems to work: ``` --- /Users/feketer/Desktop/work/backyards-docs/themes/docsy/layouts/partials/sidebar-tree.html +++ /Users/feketer/Desktop/work/backyards-docs/themes/docsy-cisco/layouts/partials/sidebar-tree.html @@ -53,9 +53,9 @@...

You're right, also the title of the site isn't wrapped when it's longer. Seems like the top header isn't as responsive as the rest of the site.

@snunez1 You might want to check the Istio documentation (https://istio.io/latest/docs/concepts/traffic-management/), I think that's the style you are looking for. They are using Hugo, but I haven't had the time yet...

Thanks @jmichelgarcia, glad you like it! Rebased and resolved conflicts. @chalin , might you have some time to review this PR?

Hi @sftim, sorry I didn't intend to close it, just messed something up during the rebase.

@sftim : It seems that the tocbot release archive (https://github.com/tscanlin/tocbot/releases/tag/v4.12.0) contain only the minified version (that is, the same minified file under the tocbot.min.js and tocbot.js name), so I don't...