From 66efc4f8262260ff4da5b561fd8eb474adb9c309 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 2 Feb 2026 10:20:20 -0800 Subject: [PATCH] docs: Adjust docs filenames to language convention (box/box-codegen#921) --- .codegen.json | 2 +- README.md | 2 +- docs/README.md | 6 +++--- docs/{Authentication.md => authentication.md} | 0 docs/{Client.md => client.md} | 0 docs/{Configuration.md => configuration.md} | 0 docs/{EventStream.md => eventstream.md} | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename docs/{Authentication.md => authentication.md} (100%) rename docs/{Client.md => client.md} (100%) rename docs/{Configuration.md => configuration.md} (100%) rename docs/{EventStream.md => eventstream.md} (100%) diff --git a/.codegen.json b/.codegen.json index e7aa5dff8..da9eed8a7 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "c174072", "specHash": "ccdb456", "version": "10.4.0" } +{ "engineHash": "29cb063", "specHash": "ccdb456", "version": "10.4.0" } diff --git a/README.md b/README.md index 871388684..5e4755822 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Box Java SDK v10 supports multiple authentication methods including Developer To Client Credentials Grant, and JSON Web Token (JWT). You can find detailed instructions and example code for each authentication method in -[Authentication](./docs/Authentication.md) document. +[Authentication](./docs/authentication.md) document. # Documentation diff --git a/docs/README.md b/docs/README.md index fd3428891..0b0f89473 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,9 +4,9 @@ This section covers the documentation required to get up and running with the SDK, including configuration, authentication, and client initialization for making API calls. -* [Configuration](Configuration.md) -* [Authentication](Authentication.md) -* [Client](Client.md) +* [Configuration](configuration.md) +* [Authentication](authentication.md) +* [Client](client.md) ## Box API Usage diff --git a/docs/Authentication.md b/docs/authentication.md similarity index 100% rename from docs/Authentication.md rename to docs/authentication.md diff --git a/docs/Client.md b/docs/client.md similarity index 100% rename from docs/Client.md rename to docs/client.md diff --git a/docs/Configuration.md b/docs/configuration.md similarity index 100% rename from docs/Configuration.md rename to docs/configuration.md diff --git a/docs/EventStream.md b/docs/eventstream.md similarity index 100% rename from docs/EventStream.md rename to docs/eventstream.md