From f617398727dc3a23778fa978156c1d5fe61c1364 Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:09:05 -0500 Subject: [PATCH] Update Announcment.md --- blog/Announcment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/Announcment.md b/blog/Announcment.md index f849a9b..7ab183d 100644 --- a/blog/Announcment.md +++ b/blog/Announcment.md @@ -8,9 +8,9 @@ I've been learning a lot in my professional career, and decided to try applying So this website is my first attempt at fully open source API documentation for Plex.tv and Plex Media Server. -This [website](https://github.com/LukeHagar/plex-docs) is dynamically generated from an [open source OpenAPI Specification](https://github.com/LukeHagar/plex-api-spec), and is rebuilt and redeployed everytime that specification is updated. +This [website](https://github.com/LukeHagar/plex-docs) is dynamically generated from an [open source OpenAPI Specification](https://github.com/LukeHagar/plex-api-spec), and is rebuilt via github actions and redeployed to vercel everytime that specification is updated. -I have some [legacy format documentation](/docs/legacy) that was very kindly given to me by Plex. This documentation is what I am currently working on converting to the OpenAPI specification format. +I have some [legacy format documentation](/docs/legacy) that was very kindly provided to me by the incredible Elan, CTO at Plex. This documentation is what I am currently working on converting to the OpenAPI specification format. There is still many endpoints, parameters, examples, and schemas missing from the OpenAPI Spec and I invite anyone in the community to contribute anything they can or want towards the documentation or the site.