diff --git a/.github/styles/alex/README.md b/.github/styles/alex/README.md index 0185d0e35..912567a78 100644 --- a/.github/styles/alex/README.md +++ b/.github/styles/alex/README.md @@ -25,3 +25,5 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` + + diff --git a/.github/styles/write-good/README.md b/.github/styles/write-good/README.md index 3edcc9b37..c58dd2e62 100644 --- a/.github/styles/write-good/README.md +++ b/.github/styles/write-good/README.md @@ -25,3 +25,5 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` + + diff --git a/deployment-examples/docker-compose/README.md b/deployment-examples/docker-compose/README.md index 1789cef44..4ed93cb8f 100644 --- a/deployment-examples/docker-compose/README.md +++ b/deployment-examples/docker-compose/README.md @@ -148,3 +148,5 @@ implemented with a cleanup service or script. The Docker Compose setup can be modified for testing and development. For example, you can change the RUST_LOG environment variable to control the logging level of the services. + + diff --git a/kubernetes/README.md b/kubernetes/README.md index dd516969a..da195c126 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -11,3 +11,5 @@ Downstream implementers might use them as reference points to patch in the functionality they require. See the `deployment-examples` directory for concrete example deployments. + + diff --git a/local-remote-execution/README.md b/local-remote-execution/README.md index dae054187..f3c06f7b2 100644 --- a/local-remote-execution/README.md +++ b/local-remote-execution/README.md @@ -402,3 +402,5 @@ some usable RBE configuration files (or write them manually), but this can be considered an implementation detail specific to your requirements. TODO(aaronmondal): Add an example of a custom toolchain extension around lre-cc. + + diff --git a/nativelink-config/README.md b/nativelink-config/README.md index b4ba11076..8ff571fd4 100644 --- a/nativelink-config/README.md +++ b/nativelink-config/README.md @@ -326,3 +326,5 @@ and check it against the digest instead. // Place rest of configuration here ... } ``` + + diff --git a/nativelink-config/examples/README.md b/nativelink-config/examples/README.md index 11b5a3f69..50828e65c 100644 --- a/nativelink-config/examples/README.md +++ b/nativelink-config/examples/README.md @@ -556,3 +556,5 @@ The `public` server consists of a `listener` object and a `services` object. The ``` + + diff --git a/web/platform/README.md b/web/platform/README.md index adf8fe7eb..adfbfb19b 100644 --- a/web/platform/README.md +++ b/web/platform/README.md @@ -59,3 +59,5 @@ bun preview ## 🐛 Known issues - `bun dev` doesn't hot reload the changes in the starlight.conf.ts + +