{"id":28925604,"url":"https://github.com/redpanda-data/rp-connect-docs","last_synced_at":"2026-03-14T17:17:03.991Z","repository":{"id":242036498,"uuid":"801720676","full_name":"redpanda-data/rp-connect-docs","owner":"redpanda-data","description":"Documentation for Redpanda Connect","archived":false,"fork":false,"pushed_at":"2025-07-05T21:17:59.000Z","size":4169,"stargazers_count":6,"open_issues_count":8,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-05T22:24:10.595Z","etag":null,"topics":["antora","benthos","connectors","integration"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redpanda-data.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-16T19:32:48.000Z","updated_at":"2025-07-03T14:32:09.000Z","dependencies_parsed_at":"2024-10-25T20:46:00.684Z","dependency_job_id":"39b49efb-ee06-4b1b-bee3-3566536eea96","html_url":"https://github.com/redpanda-data/rp-connect-docs","commit_stats":null,"previous_names":["redpanda-data/rp-connect-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redpanda-data/rp-connect-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redpanda-data%2Frp-connect-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redpanda-data%2Frp-connect-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redpanda-data%2Frp-connect-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redpanda-data%2Frp-connect-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redpanda-data","download_url":"https://codeload.github.com/redpanda-data/rp-connect-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redpanda-data%2Frp-connect-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264722127,"owners_count":23654066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["antora","benthos","connectors","integration"],"created_at":"2025-06-22T11:09:38.348Z","updated_at":"2026-03-14T17:16:58.959Z","avatar_url":"https://github.com/redpanda-data.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Redpanda Connect Documentation\n:url-playbook: https://github.com/redpanda-data/docs-site\n\nimage:https://img.shields.io/badge/slack-purple[Slack, link=\"https://redpanda.com/slack\"]\nimage:https://img.shields.io/twitter/follow/redpandadata.svg?style=social\u0026label=Follow[Twitter, link=\"https://twitter.com/intent/follow?screen_name=redpandadata\"]\n\n++++\n\u003cp\u003e\n\u003ca href=\"https://docs.redpanda.com\"\u003e\n\u003cobject type=\"image/svg+xml\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/redpanda-data/docs-ui/main/src/img/redpanda-docs-logo.svg\"/\u003e\n\u003c/object\u003e\n\u003c/p\u003e\u003c/a\u003e\n++++\n\nThis repository hosts the documentation content for Redpanda Connect.\n\n== Contribute\n\nThe Redpanda docs are open source, and we welcome your contributions!\n\nBefore you add or edit content, consult the Redpanda https://github.com/redpanda-data/docs-site/blob/main/meta-docs/STYLE-GUIDE.adoc[Style Guide^] for product documentation guidelines.\n\nTo contribute to the Redpanda docs, you have the following options:\n\n|===\n|Option|Description\n\n|\u003c\u003cOpen an issue\u003e\u003e\n|Suggest a change by opening an issue on GitHub.\n\n|\u003c\u003cContribute content\u003e\u003e\n|Make changes directly to the documentation and submit them through a pull request.\n\n|===\n\n=== Open an issue\n\nThe Redpanda docs team uses GitHub issues to track, plan, and prioritize tasks. To suggest changes, you can create an issue, which the team will then evaluate:\n\n. Verify whether a similar issue already exists in that repository to avoid duplication.\n. Go to **Issues** \u003e **New Issue** to create a new issue.\n\nYou have the option to assign the issue to yourself or leave the assignee field blank. The Redpanda docs team triages all new issues and will allocate a writer if one isn't already assigned.\n\nIf you are a Redpanda employee, submit doc issues in `redpanda-data/documentation-private`.\n\n=== Contribute content\n\nYou have two options to contribute to the documentation:\n\n. Directly edit a page on GitHub by selecting **Make a contribution** \u003e **Edit on GitHub** located at the bottom of a documentation page.\n. Clone the docs repository to make changes locally on your machine. For a guide, see {url-playbook}/blob/main/meta-docs/CONTRIBUTING.adoc[Submit your first contribution].\n\nCheck the open docs issues. If you find an issue you'd like to work on:\n\n- If the issue is already assigned to someone else, please consider another one.\n- If the issue is unassigned, add a comment expressing your interest in working on it.\n\n== Local development\n\nIf you want to run the website locally, install and update the packages:\n\n```bash\nnpm update\n```\n\nThen, build the docs:\n\n```bash\nnpm run build\n```\n\nThis command generates static content in the `docs` directory and can be served using any hosting service.\n\nYou can serve the static files on a local web server using:\n\n```bash\nnpm run serve\n```\n\n== Autogenerated docs\n\nSome of the documentation files in this repository are autogenerated from the source code. These files include details about components, configurations, and usage that are derived from the codebase to ensure accuracy and consistency.\n\nAutogenerated documentation files include a special comment at the top of the file:\n\n[source,asciidoc]\n----\n////\n     THIS FILE IS AUTOGENERATED!\n////\n----\n\nThe location of the source is included in this comment.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredpanda-data%2Frp-connect-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredpanda-data%2Frp-connect-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredpanda-data%2Frp-connect-docs/lists"}