docusaurus-protobuffet icon indicating copy to clipboard operation
docusaurus-protobuffet copied to clipboard

Docusaurus toolset for Protobuf contract documentation.

Results 5 docusaurus-protobuffet issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to setup docusaurus-protobuffet to my docusaurus website. After adding the docusaurus-protobuffet config to my `docusaurus.config.js` file ```js { presets: [ [ 'classic', /** @type {import('@docusaurus/preset-classic').Options} */...

I ran `npx docusaurus-protobuffet-init init my-test` in a clean environment, but it seems to fail with the following error The versions of node and npm are as follows. - [email protected]...

# Motivation and Context *TLDR - skip to the Problem section* I am searching for a solution for our product that will allow us to have a single documentation with...

Instead of (or in addition to based on config) generating docs for each proto file it may be useful to allow generating alternate templates: - One page per package (all...

npm version: `8.10.0` node version: `v16.16.0` I'm trying to run this inside a docker container as root. ``` /workspace # npx docusaurus-protobuffet-init init service Triggering @docusaurus/core project creation. Generation of...