diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 2c7415f..d982616 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -13,8 +13,7 @@ export default defineConfig({ title: 'Meower Docs', themeConfig: { editLink: { - pattern: - 'https://github.com/meower-media/docs/edit/main/docs/:path', + pattern: 'https://github.com/meower-media/docs/edit/main/docs/:path', }, nav: [ { text: 'Home', link: '/' }, diff --git a/docs/api/rest-api/rest-api.md b/docs/api/rest-api/rest-api.md index aeeea19..15c4821 100644 --- a/docs/api/rest-api/rest-api.md +++ b/docs/api/rest-api/rest-api.md @@ -1,8 +1,7 @@ # Rest API This section describes the Rest API found at based on -its behavior and source code found at -. +its behavior and source code found at . The Meower API uses JSON both for recieving and responding to requests.