mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 03:59:41 +00:00
fix(docs): remove duplicate license url key in openapi.yaml (#1628)
The AGPLv3 relicensing change left a duplicated url mapping key under info.license, which breaks YAML parsing for any Mintlify docs preview on any branch (error duplicated mapping key).
This commit is contained in:
@@ -33,7 +33,6 @@ info:
|
|||||||
license:
|
license:
|
||||||
name: AGPL-3.0-only
|
name: AGPL-3.0-only
|
||||||
url: https://github.com/studio-saelix/sencho/blob/main/LICENSE
|
url: https://github.com/studio-saelix/sencho/blob/main/LICENSE
|
||||||
url: https://github.com/studio-saelix/sencho/blob/main/LICENSE
|
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: "{protocol}://{host}:{port}"
|
- url: "{protocol}://{host}:{port}"
|
||||||
|
|||||||
Reference in New Issue
Block a user