docs(zsh-lint): move tool documentation into community#762
Merged
Conversation
Contributor
|
Size Change: +753 B (+0.01%) Total Size: 6.59 MB 📦 View Changed
ℹ️ View Unchanged
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR relocates the first-party Zsh Lint documentation from the third-party ecosystem catalog into the Community docs root, while preserving the former URL via Cloudflare Pages redirects/routing exclusions and updating the repo’s content-placement guidance accordingly.
Changes:
- Add Cloudflare Pages redirect + function route exclusions to preserve
/ecosystem/plugins/zsh_lintwhile serving the new/community/zsh_lintpage. - Introduce the new Community docs section for Zsh Lint (category + landing page content) and add it to the Community index cards.
- Update contributor and authoring guidance to clarify that community tools (ZUnit, Zsh Lint) belong under
community/.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| static/_routes.json | Excludes the legacy Zsh Lint path from Pages Functions routing to support redirect behavior. |
| static/_redirects | Adds 301 redirects from the former ecosystem URL to the new community URL. |
| community/index.mdx | Adds a “Zsh Lint” card in the Community landing page grid. |
| community/04_zsh_lint/index.mdx | New/updated Zsh Lint page under Community, including usage and generated reference section. |
| community/04_zsh_lint/category.json | Adds a dedicated sidebar category entry for Zsh Lint under Community. |
| community/00_contributing/04_contributing_docs.mdx | Updates docs-root purpose wording to include tools in the Community section. |
| AGENTS.md | Updates the repo architecture guidance to include community tools (ZUnit, Zsh Lint) under community/. |
| .github/instructions/docs-authoring.instructions.md | Updates the content-root selection table to include community tools such as ZUnit and Zsh Lint. |
| .github/instructions/agent-docusaurus-writer.instructions.md | Updates the agent guidance for selecting the Community root for tools such as ZUnit and Zsh Lint. |
Deploying zsh with
|
| Latest commit: |
9a4802d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://32ec3993.zsh.pages.dev |
| Branch Preview URL: | https://feature-zsh-lint-community.zsh.pages.dev |
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
Validation
corepack pnpm validate:frontmattercorepack pnpm wrangler:typecheckcorepack pnpm build:engit diff --check origin/next...HEADSupersedes #760.