Skip to content

Commit

Permalink
chore: minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cludden committed Apr 19, 2024
1 parent cbdb162 commit a335772
Show file tree
Hide file tree
Showing 35 changed files with 2,028 additions and 254 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# protoc-gen-go-temporal

[![Docs](https://img.shields.io/badge/docs-learn_more-8f63ff)](https://cludden.github.io/protoc-gen-go-temporal/)
[![GoDoc](https://godoc.org/github.com/cludden/protoc-gen-go-temporal?status.svg)](https://pkg.go.dev/github.com/cludden/protoc-gen-go-temporal)
[![Buf](https://img.shields.io/badge/buf-cludden%2Fprotoc--gen--go--temporal-blue)](https://buf.build/cludden/protoc-gen-go-temporal)
[![Docs](https://img.shields.io/badge/docs-learn_more-darkturquoise)](https://cludden.github.io/protoc-gen-go-temporal/)

https://buf.build/cludden/protoc-gen-go-temporal
A protoc plugin for generating typed Temporal clients and workers in Go from protobuf schemas. This plugin allows Workflow authors to configure sensible defaults and guardrails, simplifies the implementation and testing of Temporal workers, and streamlines integration by providing typed client SDKs and a generated CLI application.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/examples/mutex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Proto from '!!raw-loader!../../../examples/mutex/proto/example/mutex/v1/m
import Implementation from '!!raw-loader!../../../examples/mutex/main.go';


# Hello World
# Mutex

A simple example inspired by [temporalio/samples-go/mutex](https://github.com/temporalio/samples-go/tree/main/mutex)

Expand Down
Loading

0 comments on commit a335772

Please sign in to comment.