Skip to content

Commit 0d55d62

Browse files
committed
Deployed eeee6f3 to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent 32233fd commit 0d55d62

File tree

5 files changed

+4075
-4075
lines changed

5 files changed

+4075
-4075
lines changed

dev/CONTRIBUTING/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,13 +1857,7 @@ <h3 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites"
18571857
</ul>
18581858
<p>If you're working on the gRPC interface you will also have to:</p>
18591859
<ul>
1860-
<li>download and install the <a href="https://github.com/protocolbuffers/protobuf/releases">protoc</a> compiler (use the version required to match the generated code, please note that
1861-
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
1862-
as 26.1 dropping the major number)</li>
1863-
<li>install <code>protoc-gen-go</code> using: <code>go install google.golang.org/protobuf/cmd/[email protected]</code> (use the version
1864-
required to match the generated code)</li>
1865-
<li>install <code>protoc-gen-go-grpc</code> using: <code>go install google.golang.org/grpc/cmd/[email protected]</code> (use the version
1866-
required to match the generated code)</li>
1860+
<li>download and install <a href="https://buf.build/docs/installation/">buf</a> our tool to compile and generate proto files</li>
18671861
</ul>
18681862
<h3 id="building-the-source-code">Building the source code<a class="headerlink" href="#building-the-source-code" title="Permanent link">&para;</a></h3>
18691863
<p>From the project folder root, just run:</p>

0 commit comments

Comments
 (0)