{"id":41277723,"url":"https://github.com/gatewayd-io/docs","last_synced_at":"2026-01-23T02:43:55.325Z","repository":{"id":192304498,"uuid":"552345658","full_name":"gatewayd-io/docs","owner":"gatewayd-io","description":"GatewayD docs","archived":false,"fork":false,"pushed_at":"2025-09-03T20:18:58.000Z","size":1399,"stargazers_count":16,"open_issues_count":15,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T22:10:18.933Z","etag":null,"topics":["documentation","gatewayd"],"latest_commit_sha":null,"homepage":"https://docs.gatewayd.io/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gatewayd-io.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-16T11:38:04.000Z","updated_at":"2025-09-03T20:19:02.000Z","dependencies_parsed_at":"2023-10-20T02:35:01.340Z","dependency_job_id":"a50f2092-5a84-49e2-b506-7387192d25aa","html_url":"https://github.com/gatewayd-io/docs","commit_stats":null,"previous_names":["gatewayd-io/docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gatewayd-io/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatewayd-io%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatewayd-io%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatewayd-io%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatewayd-io%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gatewayd-io","download_url":"https://codeload.github.com/gatewayd-io/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatewayd-io%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28679138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"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","gatewayd"],"created_at":"2026-01-23T02:43:54.797Z","updated_at":"2026-01-23T02:43:55.310Z","avatar_url":"https://github.com/gatewayd-io.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.gatewayd.io/\"\u003e\n    \u003cpicture\u003e\n      \u003cimg alt=\"gatewayd-docs\" src=\"https://github.com/gatewayd-io/docs/blob/main/assets/gatewayd-docs.png\" width=\"96\" /\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eGatewayD Documentation\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eThe source code and markdown files for the GatewayD documentation\u003c/p\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://docs.gatewayd.io/\"\u003eDocumentation\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e [!IMPORTANT]\n\u003e The pre-commit hook is used to update the `last_modified_date` field in the frontmatter for each page. It will run automatically upon committing changes if you run the following commands to enable them:\n\u003e\n\u003e ```bash\n\u003e ln .git/hooks/pre-commit .githooks/pre-commit/01-update-last-modified-date\n\u003e git config core.hooksPath .githooks\n\u003e ```\n\n## Running the docs locally\n\nThe docs are built using [Jekyll](https://jekyllrb.com/) and the [just-the-docs](https://just-the-docs.github.io/just-the-docs/) theme. To run the docs locally, you need to have Git and Ruby installed. Then, install Jekyll and `bundler`:\n\n```bash\ngem install jekyll bundler\n```\n\nThen, install the dependencies:\n\n```bash\nbundle install\n```\n\nFinally, run the docs:\n\n```bash\nbundle exec jekyll serve\n```\n\nIf you want to clean the build directory, run:\n\n```bash\nbundle exec jekyll clean\n```\n\n## GitHub Releases Tag\n\nThe GitHub Releases Tag is a special tag that is used to retrieve the latest tag name for a repository on GitHub. It is used to display the latest version of GatewayD in the docs. To update the tags in the docs, just rebuild the docs locally and push the changes to the `main` branch. The GitHub Releases Tag will be updated automatically.\n\nTo use the tag in the docs, use the following Liquid tag:\n\n```liquid\n{% github_latest_release gatewayd-io/gatewayd v %}\n```\n\nThe first parameter is the repository name in the format `owner/repo`. The second parameter is used to remove the prefix of the tag name. For example, if the tag name is `v1.0.0`, the second parameter will remove the `v` prefix and display only `1.0.0`. If omitted, the tag name will be displayed as is, including the prefix.\n\nFor private repositories, you can set the `GITHUB_TOKEN` environment variable with a [personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) to authenticate with GitHub. If the token is not provided, the tag will be displayed as `unknown`.\n\nThe tag can be used multiple times in the same page. A single request will be made to the GitHub API to retrieve the latest tag name for each repository.\n\n## Contributing\n\nWe welcome contributions from everyone. Just open an [issue](https://github.com/gatewayd-io/docs/issues) or send us a [pull request](https://github.com/gatewayd-io/docs/pulls).\n\n## License\n\nGatewayD is licensed under the [Affero General Public License v3.0](https://github.com/gatewayd-io/docs/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatewayd-io%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgatewayd-io%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatewayd-io%2Fdocs/lists"}