{"id":15511607,"url":"https://github.com/socketry/utopia-project","last_synced_at":"2025-04-07T12:08:39.982Z","repository":{"id":43509672,"uuid":"260953091","full_name":"socketry/utopia-project","owner":"socketry","description":"A simple Ruby project documentation website.","archived":false,"fork":false,"pushed_at":"2025-02-13T04:57:56.000Z","size":9356,"stargazers_count":26,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T11:02:22.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/socketry.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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},"funding":{"custom":"https://github.com/socketry/community/#funding","github":"ioquatix"}},"created_at":"2020-05-03T15:05:36.000Z","updated_at":"2025-02-13T04:57:58.000Z","dependencies_parsed_at":"2024-06-21T16:42:22.865Z","dependency_job_id":"50a74fd9-ae5c-42c9-8191-7d0ec904c7d4","html_url":"https://github.com/socketry/utopia-project","commit_stats":{"total_commits":173,"total_committers":5,"mean_commits":34.6,"dds":"0.028901734104046284","last_synced_commit":"c251b2c8d5cf2753d23730551db41e3f9fd4151b"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socketry%2Futopia-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socketry%2Futopia-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socketry%2Futopia-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socketry%2Futopia-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/socketry","download_url":"https://codeload.github.com/socketry/utopia-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648978,"owners_count":20972945,"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":[],"created_at":"2024-10-02T09:53:08.363Z","updated_at":"2025-04-07T12:08:39.957Z","avatar_url":"https://github.com/socketry.png","language":"JavaScript","funding_links":["https://github.com/socketry/community/#funding","https://github.com/sponsors/ioquatix"],"categories":["JavaScript"],"sub_categories":[],"readme":"# Utopia::Project\n\nA simple Ruby project documentation website.\n\n[![Development Status](https://github.com/socketry/utopia-project/workflows/Test/badge.svg)](https://github.com/socketry/utopia-project/actions?workflow=Test)\n\n## Motivation\n\nI've used many documentation tools. Most are over-complicated and focus on what is possible rather than what is useful.\nBecause I manage many open source projects, at a certain scale it makes sense to build something to suit your needs\nrather than try to adapt to existing systems. This is one such instance.\n\nMy goal is to provide task-centric documentation, and to continually improve the way it's presented. The primary entry\npoint for new developers are the structured usage guides, however having rich cross-referencing into the code is equally\nimportant.\n\nWith that in mind, this web application provides such a model and will evolve over time to suit my requirements and the\nneeds of my users.\n\n## Usage\n\nPlease see the [project documentation](https://socketry.github.io/utopia-project/) for more details.\n\n  - [Getting Started](https://socketry.github.io/utopia-project/guides/getting-started/index) - This guide explains how to use `utopia-project` for your own project.\n\n  - [Documentation Formatting](https://socketry.github.io/utopia-project/guides/documentation-formatting/index) - This guide explains the conventions used by `utopia-project` when generating documentation for your project.\n\n  - [GitHub Pages Integration](https://socketry.github.io/utopia-project/guides/github-pages-integration/index) - This guide shows you how to use `utopia-project` with GitHub Pages.\n\n## Releases\n\nPlease see the [project releases](https://socketry.github.io/utopia-project/releases/index) for all releases.\n\n### v0.33.0\n\n  - Fix presentation of release notes on releases page.\n\n### v0.31.0\n\n  - Support brief release notes in `releases.md` document.\n\n### v0.30.0\n\n  - [Rename `changes.md` to `releases.md`](https://socketry.github.io/utopia-project/releases/index#rename-changes.md-to-releases.md)\n\n### v0.29.0\n\n  - [Improve `changes.md` document organization](https://socketry.github.io/utopia-project/releases/index#improve-changes.md-document-organization)\n\n### v0.28.0\n\n  - [Introduce `changes.md` document](https://socketry.github.io/utopia-project/releases/index#introduce-changes.md-document)\n\n## See Also\n\n  - [Utopia](https://github.com/socketry/utopia) — The website framework which powers this web application.\n  - [Decode](https://github.com/ioquatix/decode) — The source code parser and cross-referencing library.\n\n## Contributing\n\nWe welcome contributions to this project.\n\n1.  Fork it.\n2.  Create your feature branch (`git checkout -b my-new-feature`).\n3.  Commit your changes (`git commit -am 'Add some feature'`).\n4.  Push to the branch (`git push origin my-new-feature`).\n5.  Create new Pull Request.\n\n### Developer Certificate of Origin\n\nIn order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.\n\n### Community Guidelines\n\nThis project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocketry%2Futopia-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsocketry%2Futopia-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocketry%2Futopia-project/lists"}