Fix link to relocated contribution/authoring guide (DOC-2303) - #1881
Fix link to relocated contribution/authoring guide (DOC-2303)#1881JakeSCahill wants to merge 4 commits into
Conversation
docs-site/meta-docs/CONTRIBUTING.adoc was split and renamed to AUTHORING.adoc (redpanda-data/docs-site#201) since it also served as the generic local-build reference this line points to, separate from the external-contribution process that moved to internal cupboard (redpanda-data/cupboard#676). Related: https://redpandadata.atlassian.net/browse/DOC-2303
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughREADME.adoc now directs contributors to Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This repo's local-antora-playbook.yml fetches cross-repo content including the private docs/cloud-docs/rp-connect-docs/adp-docs repos, so local builds need a GitHub token even for read-only work. Details live centrally in docs-site's authoring guide rather than duplicated here. Related: https://redpandadata.atlassian.net/browse/DOC-2303
docs-site/meta-docs/AUTHORING.adoc has been deleted entirely (redpanda-data/docs-site#201) since every content repo's local build already requires the same private-repo GitHub access the guide assumed, making its old public location moot. The full guide now lives at redpanda-data/cupboard#677. Related: https://redpandadata.atlassian.net/browse/DOC-2303
docs-site/meta-docs/STYLE-GUIDE.adoc has been deleted (redpanda-data/docs-site#201) since redpanda-data/docs-team-standards already has a more current, canonical style guide. Related: https://redpandadata.atlassian.net/browse/DOC-2303
Description
Related to https://redpandadata.atlassian.net/browse/DOC-2303.
docs-site/meta-docs/CONTRIBUTING.adocwas split and renamed toAUTHORING.adoc(redpanda-data/docs-site#201), then that file was deleted entirely and ported to internal-onlyredpanda-data/cupboard(redpanda-data/cupboard#677) — every one of these repos'local-antora-playbook.ymlcross-fetches the privatedocs/cloud-docs/rp-connect-docs/adp-docsrepos to build locally at all, so the audience for that guide was already internal in practice.This repoints both the "clone locally" contribution link and the "Set up GitHub authentication" pointer at the ported cupboard guide.