Alexandre ZANNI

Results 621 comments of Alexandre ZANNI

## https://docute.org/#quick-start I did 1. `npm i docute`. 2. `cp node_modules/docute/dist/* docs` 3. `nvim docs/README.md` 4. `python -m http.server -b docs` And I just have a white page. My tree...

## https://docute.org/guide/customization#navbar Ok there is an example of navbard and sidebar but in which file do I put them? In the minified docute.js? As all files from the dist (npm)...

I installed and use tons of static site generator and static documentation builder but I'm not able to make docute work by reading the documentation. The documentation may be unclear....

As the documentation was not clear enough and the project lacking of a search feature I finally used docsify.

I guess it will be for v2.0 instead

> This works for us by switching to the full node image from the alpine one. Yep I forgot to say I hade to move to an heavier image (base...

I just wanted to use `easy_captcha_solver` ruby gem that requires `tesseract-ocr` ruby gem. It installed without error but when I try to use it I see that tesseract-ocr is failing...

> Did you test this? Googling around it says the default `indent_size` for markdown is 4; not sure if that's only for indented code-blocks where each line has to be...

[Pug filters](https://pugjs.org/language/filters.html) warning about interpolation in filters > **Warning** > > Filters are rendered at compile time. This makes them fast, but it > also means that they cannot support...