From ee759c7896354923bbe6d8202797e90f58411ea9 Mon Sep 17 00:00:00 2001 From: ShowierData9978 Date: Fri, 16 Aug 2024 02:10:06 -0500 Subject: [PATCH] Chore: run fmt --- .vitepress/config.mts | 3 +-- docs/api/rest-api/rest-api.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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.