{"id":49933899,"url":"https://github.com/nudgebee/nudgebee-docs","last_synced_at":"2026-05-17T05:48:56.107Z","repository":{"id":356712597,"uuid":"767938013","full_name":"nudgebee/nudgebee-docs","owner":"nudgebee","description":"Public documentation for NudgeBee — AI-powered Kubernetes operations platform. Built with Docusaurus 3, published at docs.nudgebee.com.","archived":false,"fork":false,"pushed_at":"2026-05-09T10:23:28.000Z","size":35647,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-09T12:29:22.624Z","etag":null,"topics":["devops","documentation","docusaurus","kubernetes","nudgebee","sre"],"latest_commit_sha":null,"homepage":"https://docs.nudgebee.com","language":"HTML","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/nudgebee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-06T07:06:11.000Z","updated_at":"2026-05-09T10:22:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nudgebee/nudgebee-docs","commit_stats":null,"previous_names":["nudgebee/nudgebee-docs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nudgebee/nudgebee-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nudgebee%2Fnudgebee-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nudgebee%2Fnudgebee-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nudgebee%2Fnudgebee-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nudgebee%2Fnudgebee-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nudgebee","download_url":"https://codeload.github.com/nudgebee/nudgebee-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nudgebee%2Fnudgebee-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33129092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["devops","documentation","docusaurus","kubernetes","nudgebee","sre"],"created_at":"2026-05-17T05:48:55.182Z","updated_at":"2026-05-17T05:48:56.096Z","avatar_url":"https://github.com/nudgebee.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NudgeBee Documentation\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)\n[![CI](https://github.com/nudgebee/nudgebee-docs/actions/workflows/ci.yaml/badge.svg)](https://github.com/nudgebee/nudgebee-docs/actions/workflows/ci.yaml)\n\nSource for the [NudgeBee](https://nudgebee.com) documentation site, published at **[docs.nudgebee.com](https://docs.nudgebee.com)**.\n\nNudgeBee is an AI-powered Kubernetes operations platform. These docs cover the cloud SaaS, self-hosted server installation, the agent, integrations, the Workflow Builder, and the API reference. The site is built with [Docusaurus 3](https://docusaurus.io/).\n\n## Local development\n\n```bash\ngit clone https://github.com/nudgebee/nudgebee-docs.git\ncd nudgebee-docs/doc-server\nnpm install --legacy-peer-deps\nnpm start\n```\n\nThe site will be available at `http://localhost:4000`. Edits to markdown files under `doc-server/docs/` reload automatically.\n\nBefore opening a pull request:\n\n```bash\nnpm run build   # confirm the site builds\nnpm run lint    # confirm lint passes\n```\n\n## Repository layout\n\n```\n.\n├── doc-server/          # Docusaurus site source\n│   ├── docs/            # Markdown documentation\n│   ├── src/             # React components and styles\n│   ├── static/          # Images and other assets\n│   ├── docusaurus.config.js\n│   └── sidebars.js\n├── deploy/              # Helm chart for self-hosting the docs site\n└── .github/             # CI workflow, issue and PR templates\n```\n\n## Contributing\n\nContributions of all sizes are welcome — fix a typo, add a missing page, improve an example.\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for the contribution flow, including the [Developer Certificate of Origin](https://developercertificate.org) sign-off requirement. By participating, you agree to abide by the [Code of Conduct](./CODE_OF_CONDUCT.md).\n\nFor security vulnerabilities, follow the private disclosure process in [SECURITY.md](./SECURITY.md) — please do not file public issues for security bugs.\n\n## Links\n\n- Product: [nudgebee.com](https://nudgebee.com)\n- Documentation: [docs.nudgebee.com](https://docs.nudgebee.com)\n- Cloud SaaS: [app.nudgebee.com](https://app.nudgebee.com)\n- Container registry: [registry.nudgebee.com](https://registry.nudgebee.com)\n\n## License\n\nLicensed under the [Apache License 2.0](./LICENSE). See [NOTICE](./NOTICE) for attributions and [TRADEMARKS.md](./TRADEMARKS.md) for guidance on the use of the NudgeBee name and logo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnudgebee%2Fnudgebee-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnudgebee%2Fnudgebee-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnudgebee%2Fnudgebee-docs/lists"}