Initial docs portal for docs.byteveda.org#1
Merged
pratyush618 merged 13 commits intomainfrom Apr 11, 2026
Merged
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
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
docs.byteveda.orgthat mirrors thebyteveda.orglanding's brand (same Geist fonts, zinc + accent palette,ui/primitives, dark mode default)docs.byteveda.org/<slug>/— GitHub org + project Pages routing handles the subpath resolution automaticallydeploy.yml(replaces the old hand-writtenindex.htmlplaceholder, now archived underarchive/legacy-index.html)public/so it's bundled in the static export outputscripts/sync-ui.shpulls shared primitives (Button, Badge, Section, Wordmark, TerminalChip, ExternalLink, icons, cn, theme, footer) from the siblingbyteveda.siterepo — one-command sync keeps the two sites visually identicalCommits
chore: scaffold next.js portal with biomechore: archive legacy placeholderchore: move CNAME into public for static exportfeat: add site config, tools, and utilitiesfeat: set up theme tokens and root layoutfeat: add ui primitivesfeat: build docs portal sectionschore: add sync-ui script for shared primitiveschore: add favicon from byteveda org avatarci: add pages deploy workflowci: add lint, typecheck, and build workflowci: add codeql and dependency reviewchore: add dependabot configTest plan
pnpm install && pnpm build— static export toout/succeedspnpm exec biome check— cleanout/CNAMEcontainsdocs.byteveda.orgbyteveda.org: colors, fonts, navbar, footer, theme togglepnpm sync-uiround-trips cleanly from a siblingbyteveda.sitecheckoutdocs.byteveda.orgcustom domain; deploy workflow runs greendocs.byteveda.org/<tool>/correctly resolves to each tool repo's project Pages (relies on existing per-tooldocs.ymlworkflows)