{"id":29016548,"url":"https://github.com/memgraph/documentation","last_synced_at":"2026-02-28T08:33:01.172Z","repository":{"id":192082512,"uuid":"673351085","full_name":"memgraph/documentation","owner":"memgraph","description":"The official documentation for Memgraph open-source graph database. ","archived":false,"fork":false,"pushed_at":"2025-06-18T13:22:47.000Z","size":71777,"stargazers_count":10,"open_issues_count":83,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-18T14:19:10.453Z","etag":null,"topics":["documentation","graph-database","memgraph"],"latest_commit_sha":null,"homepage":"https://memgraph.com/docs","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memgraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-01T12:39:52.000Z","updated_at":"2025-06-17T12:28:23.000Z","dependencies_parsed_at":"2023-09-26T14:31:25.516Z","dependency_job_id":"dd6ff356-4a21-4135-9b28-61d6466fce9b","html_url":"https://github.com/memgraph/documentation","commit_stats":null,"previous_names":["memgraph/documentation"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/memgraph/documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memgraph","download_url":"https://codeload.github.com/memgraph/documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Fdocumentation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261962069,"owners_count":23236864,"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":["documentation","graph-database","memgraph"],"created_at":"2025-06-25T22:30:37.482Z","updated_at":"2025-10-08T16:40:00.442Z","avatar_url":"https://github.com/memgraph.png","language":"MDX","readme":"\u003ch1 align=\"center\"\u003e\u003ca href=\"https://memgraph.com/docs/\"\u003eMemgraph Documentation\u003c/a\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://memgr.ph/join-discord\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\u0026logo=discord\u0026logoColor=white\" alt=\"Discord\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://stackoverflow.com/questions/tagged/memgraphdb\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Stack_Overflow-FE7A16?style=for-the-badge\u0026logo=stack-overflow\u0026logoColor=white\" alt=\"Stack Overflow\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://memgraph.com/docs\"\u003e\n    \u003cimg src=\"https://public-assets.memgraph.com/github-readme-images/memgraph-documentation.png\" \n         alt=\"memgraph-docs\" \n         title=\"memgraph-docs\"\n         style=\"width: 60%\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains the source files and various generators for the\nMemgraph documentation available at\n[memgraph.com/docs](https://memgraph.com/docs).\n\n## :hammer_and_wrench: Run docs locally\n\nTo run the documentation website locally, you will need to install:\n\n- [Node.js](https://nodejs.org/en/download/) version \u003e= 16.0.0 or above (which\n  can be checked by running `node -v`). You can use\n  [nvm](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a\n  single machine installed.\n- [pnpm](https://pnpm.io/installation) \n\n### Run the development server\n\nTo preview your changes as you edit the files, you can run a local development\nserver that will serve your website and reflect the latest changes.\n\nFirst install `node` and `pnpm`. After that, clone this repository:\n\n```\ngit clone https://github.com/memgraph/documentation.git\n```\n\nChange the working directory to the one of the cloned repository and install the dependencies:\n\n```bash\npnpm i\n```\n\nNow, you can start the server:\n\n```bash\npnpm dev\n```\n\nOpen the URL [http://localhost:3000/docs](http://localhost:3000/docs) in your browser.\n\n## :construction: Build\n\nInstall the dependencies:\n\n```bash\npnpm i\n```\n\nBuild the website:\n\n```bash\npnpm build\n```\n\nContents will be generated within the `/build` directory. \n\nTest your build locally:\n\n```bash\npnpm start\n```\n\n## :writing_hand: Contribute\n\nWe are grateful for any community contributions to the documentation, as they are\nthe best way of improving the overall user experience. If at any point you\nbelieve that something is misleading, could be worded better, or is missing\nadditional information, then please feel free to make a pull request or report\nan [issue](https://github.com/memgraph/documentation/issues).\n\n### Contributing guide\n\nIf you want to change the documentation, create a new branch and make the\nappropriate changes. Then, create a pull request to merge these changes into the\n`main` branch.\n\nThe pull request should describe the changes it's proposing and all checks must\nbe completed. \n\nAdd an appropriate label to the PR, either `status: draft` if you are still\nworking on the PR, or `status: ready` if the PR is ready for review. \n\nWhen the PR is reviewed and approved, the label will be changed to `status: ship\nit` and merged into the main by the repo admins.\n\nIf the PR requires changes, the label will be changed to `status: change`.\nAddress the comments and change the documentation appropriately, then re-request\na review and change the label to `status: ready` again. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemgraph%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Fdocumentation/lists"}