Skip to content

Update docs for StudioCMS v0.4.0#236

Merged
Adammatthiesen merged 29 commits into
mainfrom
adam/v0.4.0
Mar 10, 2026
Merged

Update docs for StudioCMS v0.4.0#236
Adammatthiesen merged 29 commits into
mainfrom
adam/v0.4.0

Conversation

@Adammatthiesen
Copy link
Copy Markdown
Member

@Adammatthiesen Adammatthiesen commented Mar 8, 2026

Updates docs for StudioCMS v0.4.0

TODO before merging:

  • Update pkg.pr.new links in package.json to real versions once released

@coderabbitai ignore

- Introduced `apiDocSchema` to support API documentation in content configuration.
- Updated `docsCollectionSchema` to include the new `apiDocSchema`.
- Enhanced SDK caching configuration with a default lifetime of 5 minutes.
- Added new API documentation pages for Authentication, Dashboard, Integration, REST, and SDK APIs.
- Improved content rendering for API documentation with a new `ScalarDoc` component.
- Updated existing documentation to reflect changes in API routes and SDK features.
- Added a new Expressive Code Twoslash integration package with documentation.
- Enhanced styling for API documentation panels in the Starlight theme.
@htg-1-studiocms-cloud
Copy link
Copy Markdown

htg-1-studiocms-cloud Bot commented Mar 8, 2026

Dokploy Preview Deployment

Name Status Preview Updated (UTC)
StudioCMS Docs ✅ Done Preview URL 2026-03-10T04:09:41.024Z

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 8, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 561b36b3-0da6-45ee-b5e3-ab43fb0e8da8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch adam/v0.4.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@studiocms-no-reply
Copy link
Copy Markdown
Member

studiocms-no-reply commented Mar 8, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
en/api-docs/auth.mdx Localization added, will be marked as complete.
en/api-docs/dashboard.mdx Localization added, will be marked as complete.
en/api-docs/integration.mdx Localization added, will be marked as complete.
en/api-docs/rest-api.mdx Localization added, will be marked as complete.
en/api-docs/sdk.mdx Localization added, will be marked as complete.
en/config-reference/features.mdx Source changed, localizations will be marked as outdated.
en/ecosystem/packages/ec-twoslash.mdx Localization added, will be marked as complete.
en/ecosystem/packages/markdown-remark.mdx Source changed, localizations will be marked as outdated.
en/guides/contributing/translations.mdx Source changed, localizations will be marked as outdated.
en/guides/database/sqld-server.mdx Source changed, localizations will be marked as outdated.
en/guides/upgrade/version-guides/0-3-0.mdx Source changed, localizations will be marked as outdated.
en/guides/upgrade/version-guides/0-4-0.mdx Localization added, will be marked as complete.
en/how-it-works/cli.mdx Source changed, localizations will be marked as outdated.
en/how-it-works/index.mdx Source changed, localizations will be marked as outdated.
en/how-it-works/restapi.mdx Source changed, localizations will be marked as outdated.
en/index.mdx Source changed, localizations will be marked as outdated.
en/plugins/extended.mdx Source changed, localizations will be marked as outdated.
en/plugins/index.mdx Source changed, localizations will be marked as outdated.
en/plugins/renderers.mdx Source changed, localizations will be marked as outdated.
en/start-here/getting-started.mdx Source changed, localizations will be marked as outdated.
en/storage-api/api-endpoint.mdx Source changed, localizations will be marked as outdated.
en/storage-api/index.mdx Source changed, localizations will be marked as outdated.
en/storage-api/javascript-helpers.mdx Source changed, localizations will be marked as outdated.
src/content/i18n/en.json Source changed, localizations will be marked as outdated.
src/starlight-sidebar/en.json Source changed, localizations will be marked as outdated.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 18, 2026
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
* i18n(fr): update `contributing/translations.mdx`

See #236

* thanks Adam!

---------

Co-authored-by: paul valladares <85648028+dreyfus92@users.noreply.github.com>
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
Adammatthiesen pushed a commit that referenced this pull request Mar 19, 2026
* i18n(fr): update `storage-api`

See #236

* also add `index.mdx` since this is very small :)
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 23, 2026
ArmandPhilippot added a commit to ArmandPhilippot/studiocms-docs that referenced this pull request Mar 23, 2026
dreyfus92 pushed a commit that referenced this pull request Mar 23, 2026
dreyfus92 pushed a commit that referenced this pull request Mar 23, 2026
* i18n(fr): add `versions-guide/0-4-0.mdx`

See #236

* apply coderabbitai nitpick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants