docs: OpenScience docs site for openscience.sh/docs#88
Merged
Conversation
This reverts commit c3bbd74.
Replace the docs package with a small Vite + React app that renders the OpenScience MDX pages as a hash-routed single-page site. - Guides and CLI reference for OpenScience only: index, quickstart, workspace, agents, models, skills, sessions, atlas, commands, security. - Served under openscience.sh/docs (Vite base /docs/, SPA rewrite in vercel.json); assets and fonts resolve beneath /docs/. - OpenScience wordmark, favicon, and a Star on GitHub call to action. - typecheck (tsc --noEmit) and the CI docs build both pass.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Replaces the Mintlify docs experiment with the OpenScience documentation site, hosted at openscience.sh/docs.
docs/directory (first commit — a plain revert, no history rewrite).frontend/docs/with the Vite + React docs app, stripped to OpenScience content only: no Atlas or Library product sections, no cross-product switcher, no umbrella branding — it references OpenScience and nothing else. (Theatlas.mdxpage stays; it's OpenScience's own "connect to Atlas" integration guide.)openscience.sh/docs: Vitebase: "/docs/", avercel.jsonwith the SPA rewrite under/docs, OpenScience favicon and wordmark, title "OpenScience Docs".openscience.sh/installand@synsci/openscience/npx synsci.Verified:
frontend/docsbuild emits assets under/docs/,tsc --noEmitclean, root turbo typecheck clean (7/7 including@synsci/docs), prettier clean, and grep confirms no Atlas/Library product content or "Synthetic Sciences" umbrella branding in the app.To go live: point the openscience.sh
/docsroute at this build'sdist/in the Vercel dashboard (or add it as a route in the landing project).