mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +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:
|
||||
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
|
||||
|
||||
servers:
|
||||
- url: "{protocol}://{host}:{port}"
|
||||
|
||||
Reference in New Issue
Block a user