sabledocs icon indicating copy to clipboard operation
sabledocs copied to clipboard

Simple static documentation generator for Protobuf and gRPC contracts.

Results 13 sabledocs issues
Sort by recently updated
recently updated
newest added

In Github or Gitlab Markdown a double space in the end of a line forces a line break. e.g. inserts a ``. This is helpful to force line breaks without...

Is there a way to embed plantUML diagrams in the comments ?

Because the base.html template has inline defined JavaScript in the header, it cannot be properly cached by the browser increasing the size of all generated pages.

While allowing for static content to be included via the `static` folder, it would be very powerful if the Jinja templating engine could be used for custom templates so that...

This should be considered a low-priority feature request. I've been using the `--print-to-pdf` switch on google chrome to generate a PDF document of the sabledocs generated HTML pages. I just...

Hi, I was wondering if there is a way to specify, or to include a CSS file to the generated HTML, so that the page can be customized. Thanks!

Hello! We'd like to host the grpc sabledocs in github but the HTML doesn't render. Is there a way to generate Markdown instead of HTML?

Hi! I want to generate docs for proto file which contains thousands of messages and display in `index.html` only small part of them. But I still want clickable links to...

When I click on the hyperlink to the .proto file in the repo for a message, the highlighted line "#L166" is off by one -- it's selecting the line *above*...

The order of `oneof` fields in sabledocs-generated HTML varies from run to run. Example: ```proto syntax = "proto3"; package sable.test.v1; message SampleMessage { string foo = 1; int32 bar =...