Skip to content

Commit 91af191

Browse files
authored
chore(internal/serviceconfig): rename api-allowlist-schema to sdk-yaml-schema (#6551)
Rename `doc/api-allowlist-schema.md` to `doc/sdk-yaml-schema.md`. Fixes #6540
1 parent a698ddd commit 91af191

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# API Allowlist Schema
1+
# SDK YAML Schema
22

3-
This document describes the schema for the API Allowlist.
3+
This document describes the schema for the SDK YAML.
44

55
## API Configuration
66

internal/serviceconfig/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//go:generate go run -tags configdocgen ../../cmd/config_doc_generate.go -input . -output ../../doc/api-allowlist-schema.md -root API -root-title API -title "API Allowlist"
15+
//go:generate go run -tags configdocgen ../../cmd/config_doc_generate.go -input . -output ../../doc/sdk-yaml-schema.md -root API -root-title API -title "SDK YAML"
1616

1717
package serviceconfig
1818

0 commit comments

Comments
 (0)