You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `version` field found in various buf YAML configuration is actually schema of the YAML of the file and is not related to the version of the definitions.
85
-
-`buf build` and `buf generate` do entirely different things.
86
-
Building compiles definitions and ensures semantic validity.
87
-
Generate builds and then produces actual source code according to `buf.gen.yaml`.
[](https://twitter.com/authzed)
@@ -10,16 +10,45 @@ This project contains the definitions of [Protocol Buffers] used by Authzed.
10
10
11
11
[Buf] is used to distribute these definitions and generate source code from them.
12
12
13
-
You can find more info on [authentication], [HTTP/JSON API usage], and the [versioning and deprecation policy] in the [Authzed Docs].
13
+
You can find more info on [authentication] and [HTTP API usage] in the [Authzed Docs].
14
14
15
15
See [CONTRIBUTING.md] for instructions on how to contribute and perform common tasks like building the project and running tests.
- The `version` field found in various buf YAML configuration is actually schema of the YAML of the file and is not related to the version of the definitions.
44
+
-`buf build` and `buf generate` do entirely different things.
45
+
Building compiles definitions and ensures semantic validity.
46
+
Generate builds and then produces actual source code according to `buf.gen.yaml`.
0 commit comments