{"id":24117270,"url":"https://github.com/infinyon/fluvio-docs","last_synced_at":"2025-08-18T19:08:52.756Z","repository":{"id":252848456,"uuid":"794649531","full_name":"infinyon/fluvio-docs","owner":"infinyon","description":"📚 Documentation for Fluvio \u0026 InfinyOn Cloud","archived":false,"fork":false,"pushed_at":"2025-07-18T10:46:31.000Z","size":21679,"stargazers_count":4,"open_issues_count":42,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-16T06:53:16.063Z","etag":null,"topics":["docs","docusaurus","fluvio","fvm","infinyon","sdf"],"latest_commit_sha":null,"homepage":"https://fluvio.io","language":"MDX","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/infinyon.png","metadata":{"files":{"readme":"README.md","changelog":"news/images/0001/filter-odd.mov","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-01T16:59:39.000Z","updated_at":"2025-07-09T02:31:49.000Z","dependencies_parsed_at":"2024-08-28T03:02:46.538Z","dependency_job_id":"07d947a2-18e5-47a3-9742-fc57048a61f1","html_url":"https://github.com/infinyon/fluvio-docs","commit_stats":null,"previous_names":["infinyon/fluvio-docs"],"tags_count":277,"template":false,"template_full_name":null,"purl":"pkg:github/infinyon/fluvio-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinyon%2Ffluvio-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinyon%2Ffluvio-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinyon%2Ffluvio-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinyon%2Ffluvio-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinyon","download_url":"https://codeload.github.com/infinyon/fluvio-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinyon%2Ffluvio-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271043864,"owners_count":24689840,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["docs","docusaurus","fluvio","fvm","infinyon","sdf"],"created_at":"2025-01-11T07:38:44.807Z","updated_at":"2025-08-18T19:08:52.686Z","avatar_url":"https://github.com/infinyon.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eInfinyOn Documentation\u003c/h1\u003e\n  \u003ca href=\"https://fluvio.io\" target=\"_blank\"\u003e\n    \u003cstrong\u003eOmni-docs for InfinyOn Solutions\u003c/strong\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Contributing\n\n### Prerequisites\n\n- NodeJS (v20.11.1 or higher)\n\n### Installation\n\n```bash\n$ npm install\n```\n\n### Development\n\nUse `npm start` command to run the development server.\n\n```bash\n$ npm start\n```\n\n\u003e [!NOTE]\n\u003e The Search support is not available when running for development, if you want\n\u003e to test the search functionality, you need to run the build and serve the\n\u003e build directory.\n\n**Build Test**\n\nBuild the solution for publishing and then serve bundle files using a static server.\n\n```bash\n$ npm run build \u0026\u0026 npm run serve\n```\n\nThe `build` command generates static content into the `build` directory and\ncan be served using any static contents hosting service.\n\n### Create Versions\n\nTheres 2 sets of docs available in this repo that are versioned:\n\n- `fluvio`: The main documentation for Fluvio, which lives on `docs` dir\n- `sdf`: The documentation for SDF, which lives on `sdf` dir\n\nDoc | Version Command\n--- | ---\n`fluvio` | `npm run docusaurus docs:version \u003cVERSION\u003e`\n`sdf` | `npm run docusaurus docs:version:sdf \u003cVERSION\u003e`\n\n\u003e [!WARNING]\n\u003e Versions specified in the command should not be prefixed with `v`.\n\n## Release and Publish\n\nIn order to release a version and publish it you need to run:\n\n```bash\n./bin/release\n```\n\nThis will tag current version, push the tag to the repository, which triggers a\nRelease process and a Publish process.\n\n### Environments\n\nTheres two environments for the documentation:\n\n1. `Production`: The production environment is the default environment, it\n   contains the latest stable version of the documentation. This environment is\n   released when tagging a version.\n\n2. `Nightly`: The nightly environment is the development environment, it\n   contains the latest changes merged into the `main` branch.\n\n## Dev tooling\n\nIf you are analyzing broken links, you can optionally use some external\nlink analyzers.  The staps are tasks in the `Justfile`.  This uses\nthe just task runner.\n\nOn macos: `brew install just`, on debian/ubuntu based linux: `apt install just`\nOther environments https://github.com/casey/just#packages\n\n`just` will list targets,\n\n`just lint` will build the full static site and generate a hyperlink.log file containing broken links.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinyon%2Ffluvio-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinyon%2Ffluvio-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinyon%2Ffluvio-docs/lists"}