Remove link to proto docs

This commit is contained in:
Stefan Ålund
2020-03-04 15:49:39 +01:00
committed by GitHub
parent aa1d8ec024
commit a9007371e3
-6
View File
@@ -90,12 +90,6 @@ $ yarn
Now start or restart `yarn start`, and you should be able to see the default page for your new plugin at [localhost:3000/my-plugin](http://localhost:3000/my-plugin).
## Protobuf Definitions
The protobuf definitions are all found in the `/proto` folder in the project root. They are used to generate code for gRPC communication for both the frontend and backend. The generated code is checked into version control though, so unless you want to change the protobuf definitions you don't need to install any tooling.
Information about how to work with the protobuf definitions can be found inside [proto/README.md](proto/README.md).
## Documentation
## License