docs(devframe): add netlify config, enrich landing page, clean up READMEs#323
Merged
docs(devframe): add netlify config, enrich landing page, clean up READMEs#323
Conversation
…DMEs - Add devframe/netlify.toml for standalone devfra.me deploys, building only the devframe docs and skipping builds when devframe-related files don't change - Enrich docs landing page with 6 feature tiles + emoji icons; reframe negatives per docs style guide (Headless -> Bring Your Own UX) - Tighten directory and npm package READMEs: drop the run-on lede, add a Hello, Devframe quick-start, mirror adapters table, fix /agent-native link Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for devfra ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
The ignore directive should be a string field on [build], not a sub-table [build.ignore] with a command key. Wrong syntax caused Netlify deploy preview to error out during config parse (3-second failure with no logs). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Description
Adds
devframe/netlify.tomlso the devfra.me deploy is reproducible from the repo — builds only the devframe docs and skips builds when devframe-related files haven't changed. Enriches the docs landing page from 4 plain feature tiles to 6 with emoji icons, reframing the "Headless: no banners…" tile positively per the docs style guide. Tightens both the directory and npm package READMEs by replacing the run-on opening sentence with a focused tagline + a "Hello, Devframe" quick-start, and fixes a broken/agent-nativelink to/guide/agent-native.Linked Issues
Additional context
Verified locally:
pnpm -C devframe/docs run docs:buildsucceeds (~2.3s) and the new feature tiles render in the builtindex.html. To activate the netlify config, point a separate Netlify site at this repo with the configuration file path set todevframe/netlify.toml(or migrate the existing devfra.me site's UI-configured build to use it).