{"id":42946263,"url":"https://github.com/cloudnative-pg/docs","last_synced_at":"2026-01-30T20:36:28.538Z","repository":{"id":318879215,"uuid":"1076803411","full_name":"cloudnative-pg/docs","owner":"cloudnative-pg","description":"CloudNativePG operator documentation project","archived":false,"fork":false,"pushed_at":"2026-01-26T21:00:10.000Z","size":4842,"stargazers_count":2,"open_issues_count":6,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-27T08:00:40.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudnative-pg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-15T11:16:16.000Z","updated_at":"2026-01-21T11:27:14.000Z","dependencies_parsed_at":"2025-10-17T01:03:06.104Z","dependency_job_id":"b85b2777-9f0c-467d-9a71-87090305a24e","html_url":"https://github.com/cloudnative-pg/docs","commit_stats":null,"previous_names":["cloudnative-pg/docs","cloudnative-pg/docs-new"],"tags_count":0,"template":false,"template_full_name":"cloudnative-pg/cnpg-template","purl":"pkg:github/cloudnative-pg/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudnative-pg","download_url":"https://codeload.github.com/cloudnative-pg/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudnative-pg%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28901195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-30T20:36:28.449Z","updated_at":"2026-01-30T20:36:28.528Z","avatar_url":"https://github.com/cloudnative-pg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CloudNativePG](./website/logo/cloudnativepg.png)](https://cloudnative-pg.io/)\n\n# CloudNativePG Documentation\n\n**Chaos Documentation** is the initiative responsible for building and\nmaintaining the official documentation for\n**[CloudNativePG](https://cloudnative-pg.io/)** — the open-source operator for\nmanaging PostgreSQL workloads on Kubernetes from the CNCF.\n\n---\n\n## LFX Mentorship 2025/3\n\nThis repository is part of the [LFX Mentorship 2025/3](https://mentorship.lfx.linuxfoundation.org/project/86a647c1-88c7-474f-b093-6abb58197083)\nprogramme, with **Anushka Saxena** as the mentee.\nFor more details, see [cloudnative-pg/cloudnative-pg#8122](https://github.com/cloudnative-pg/cloudnative-pg/issues/8122).\n\n---\n\n## Contributing\n\nContributions are welcome! If you’d like to improve the documentation or help\nrefine the tooling, please follow these steps:\n\n1. **Fork** this repository and create a new branch for your changes.\n2. Make your edits and ensure that all links and references are correct.\n3. **Submit a pull request** with a clear description of what you’ve changed.\n\nBefore contributing, please review the [Code of Conduct](./CODE_OF_CONDUCT.md)\nand make sure your work aligns with the project’s values and goals.\n\n---\n\n## Building the Documentation\n\n# Website\n\nThis website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.\n\n## Installation\n\nEnter the `website` folder, then run:\n\n```bash\nyarn\n```\n\n## Local Development\n\n```bash\nyarn start\n```\n\nThis command starts a local development server and opens up a browser window.\nMost changes are reflected live without having to restart the server.\n\n## Build\n\n```bash\nyarn build\n```\n\nThis command generates static content into the `build` directory and can be\nserved using any static contents hosting service.\n\n## Testing Production Features\n\nSome features, like redirects, only work in production builds and are not\navailable during local development (`yarn start`). To test these features\nlocally:\n\n```bash\nyarn build\nyarn serve\n```\n\nThis builds the site and serves it locally, allowing you to test production-only\nfeatures.\n\n## Deployment\n\nUsing SSH:\n\n```bash\nUSE_SSH=true yarn deploy\n```\n\nNot using SSH:\n\n```bash\nGIT_USER=\u003cYour GitHub username\u003e yarn deploy\n```\n\nIf you are using GitHub pages for hosting, this command is a convenient way to\nbuild the website and push to the `gh-pages` branch.\n\n---\n\n## Workflow\n\nThe documentation is updated from the upstream CloudNativePG project by the\n[`sync_docs` workflow](.github/workflows/sync_docs.yml).\n\n---\n\n## License\n\nThis project is licensed under the [Apache License 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudnative-pg%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudnative-pg%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudnative-pg%2Fdocs/lists"}