Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const config: Config = {
theolive: {
version: 'v2',
label: 'v2',
specPath: 'https://api.theo.live/v2/api-docs/swagger.json',
specPath: 'https://api.sneezysparrow.com/v2/api-docs/swagger.json',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 [PREVIEW] tag in commit suggests this may not be production-ready

The commit message is [PREVIEW] Live monitoring api docs, and the URL is being changed from the well-established api.theo.live domain (still used extensively throughout the documentation in prose, code examples, and links) to api.sneezysparrow.com. While sneezysparrow.com does appear in a couple of pre-existing v1 API JSON files (theolive_versioned_docs/version-v1/api/channels.json:173 and :242), the vast majority of documentation still references theo.live for API endpoints. The [PREVIEW] tag could indicate this change is intentionally temporary or for a preview environment only, and care should be taken to ensure this is the intended final URL for production documentation.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

outputDir: `theolive/api/`,
hideSendButton: false,
sidebarOptions: {
Expand Down
Loading