{"id":34590828,"url":"https://github.com/graphops/docs","last_synced_at":"2026-06-01T09:31:26.673Z","repository":{"id":60510887,"uuid":"525128907","full_name":"graphops/docs","owner":"graphops","description":"GraphOps Documentation","archived":false,"fork":false,"pushed_at":"2024-04-10T16:21:55.000Z","size":13438,"stargazers_count":1,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-11T06:38:08.400Z","etag":null,"topics":["documentation","graph-protocol","graphops","indexing"],"latest_commit_sha":null,"homepage":"https://docs.graphops.xyz","language":"JavaScript","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/graphops.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-08-15T20:26:48.000Z","updated_at":"2024-04-15T06:51:03.283Z","dependencies_parsed_at":"2024-04-15T06:50:41.387Z","dependency_job_id":null,"html_url":"https://github.com/graphops/docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/graphops/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphops%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphops%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphops%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphops%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphops","download_url":"https://codeload.github.com/graphops/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphops%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33769490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["documentation","graph-protocol","graphops","indexing"],"created_at":"2025-12-24T10:51:01.538Z","updated_at":"2026-06-01T09:31:26.652Z","avatar_url":"https://github.com/graphops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphOps Documentation\n\n## Quickstart\n\nThis website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.\n\n### Installation\n\n```\n$ yarn\n```\n\n### Local Development\n\n```\n$ yarn start\n```\n\nThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.\n\n### Build\n\n```\n$ yarn build\n```\n\nThis command generates static content into the `build` directory and can be served using any static contents hosting service.\n\n### Translate your site\n\nLet's translate `docs/intro.md` to French.\n\n#### Configure i18n\n\nModify `docusaurus.config.js` to add support for the `fr` locale:\n\n```js title=\"docusaurus.config.js\"\nmodule.exports = {\n  i18n: {\n    defaultLocale: \"en\",\n    locales: [\"en\", \"fr\"],\n  },\n};\n```\n\n#### Translate a doc\n\nCopy the `docs/intro.md` file to the `i18n/fr` folder:\n\n```bash\nmkdir -p i18n/fr/docusaurus-plugin-content-docs/current/\n\ncp docs/intro.md i18n/fr/docusaurus-plugin-content-docs/current/intro.md\n```\n\nTranslate `i18n/fr/docusaurus-plugin-content-docs/current/intro.md` in French.\n\n#### Start your localized site\n\nStart your site on the French locale:\n\n```bash\nnpm run start -- --locale fr\n```\n\nYour localized site is accessible at `http://localhost:3000/fr/` and the `Getting Started` page is translated.\n\n:::caution\n\nIn development, you can only use one locale at a same time.\n\n:::\n\n#### Add a Locale Dropdown\n\nTo navigate seamlessly across languages, add a locale dropdown.\n\nModify the `docusaurus.config.js` file:\n\n```js title=\"docusaurus.config.js\"\nmodule.exports = {\n  themeConfig: {\n    navbar: {\n      items: [\n        // highlight-start\n        {\n          type: \"localeDropdown\",\n        },\n        // highlight-end\n      ],\n    },\n  },\n};\n```\n\nThe locale dropdown now appears in your navbar:\n\n![Locale Dropdown](/img/tutorial/localeDropdown.png)\n\n#### Build your localized site\n\nBuild your site for a specific locale:\n\n```bash\nnpm run build -- --locale fr\n```\n\nOr build your site to include all the locales at once:\n\n```bash\nnpm run build\n```\n\n## Notes/Bugs/Gotchas\n\nConfigure a documentation page's extra details with these [metadata fields](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-frontmatter).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphops%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphops%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphops%2Fdocs/lists"}