feat(docs): add VitePress documentation site under /docs - #365
Open
ParvikaShekhawat wants to merge 4 commits into
Open
feat(docs): add VitePress documentation site under /docs#365ParvikaShekhawat wants to merge 4 commits into
ParvikaShekhawat wants to merge 4 commits into
Conversation
Signed-off-by: ParvikaShekhawat <shekhaparvika2110@gmail.com>
Contributor
Preview Deployed!
Last updated at 2026-07-25T18:23:58Z |
Signed-off-by: ParvikaShekhawat <shekhaparvika2110@gmail.com>
ParvikaShekhawat
marked this pull request as draft
July 14, 2026 06:34
ParvikaShekhawat
marked this pull request as ready for review
July 18, 2026 16:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a full documentation site for JSON Schema Studio, built with VitePress, hosted at
studio.ioflux.org/docs— implementing the approach the team discussed and agreed on in an earlier thread (same repo, subpath hosting, no separate domain/DNS needed).Includes:
/docsinstead of the GitHub READMEdeploy.ymlto build the docs site and merge it intodist/docs/before the existing GitHub Pages deploy step (no other workflow steps changed)docs:build/docs:devconvenience scripts to the rootpackage.jsonWhat kind of change does this PR introduce
New feature (documentation)
Issue Number
Closes #69
Screenshots/Video
output.2.mp4
Does this PR introduce a breaking change?
No.
If relevant, did you update the documentation?
Yes — this PR is the documentation update. Added a new standalone docs site under
/docs, and linked to it from the app's navbar.