We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cc80e commit f05863cCopy full SHA for f05863c
2 files changed
docs/astro.config.mjs
@@ -11,7 +11,7 @@ export default defineConfig({
11
favicon: '/favicon.ico',
12
title: 'Stack Overflow for Teams SDK',
13
editLink: {
14
- baseUrl: 'https://github.com/EstoesMoises/StackOverflowSDK/edit/main/docs',
+ baseUrl: 'https://github.com/StackExchange/StackOverflowSDK/edit/main/docs',
15
},
16
logo: {
17
light: './src/assets/stackoverflow-black.svg',
docs/src/content/docs/index.mdx
@@ -9,7 +9,7 @@ hero:
9
dark: ../../assets/stackoverflow-white.png
10
actions:
- text: Quick Start Guide
- link: /guides/quickstart/
+ link: StackOverflowSDK/guides/quickstart/
icon: right-arrow
- text: API Version 3 overview
link: https://stackoverflowteams.help/en/articles/9085836-api-v3-overview
0 commit comments