lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
429 stars 142 forks source link

Move dot into string #146

Closed tors42 closed 2 years ago

tors42 commented 2 years ago

npm run serve -- --watch fails when the dot is outside of the string: Error while updating: can not read a block mapping entry; a multiline key may not be an implicit key in "lichess-org/api/doc/specs/lichess-api.yaml" at line 1119, column 17

Moving it into the string, it gets much happier and responds with "Updated successfully", woop woop!