From 5625b41c9b4cd32827e57c862e7125b6ba919eee Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Fri, 11 Aug 2023 14:29:35 +0200 Subject: [PATCH] docs: update API endpoint --- README.md | 1 + docs/.vitepress/config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1276f38..2bbe7e6 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Key Features: ๐Ÿ”„ Format Conversion: Effortlessly convert NMR data between various file formats. ๐Ÿ”— Explore the documentation and get started: https://nfdi4chem.github.io/nmrkit +Swagger Endpoint - https://dev.nmrkit.nmrxiv.org/latest/docs ๐Ÿ“ข Found a bug or have a feature request? We'd love to hear from you! Please open an issue: [https://github.com/NFDI4Chem/nmrkit/issues] Happy NMR exploring! ๐Ÿงช๐ŸŒŸ" diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 42e3c21..bc35ca0 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -16,7 +16,7 @@ export default defineConfigWithTheme({ }, nav: [ { text: 'Home', link: '/nmrkit/introduction' }, - { text: 'API', link: 'https://api.nmrxiv.org/latest/docs' }, + { text: 'API', link: 'https://dev.nmrkit.nmrxiv.org/latest/docs' }, { text: 'GitHub', link: 'https://github.com/NFDI4Chem/nmrkit' } ], sidebar: [