{"id":13769369,"url":"https://github.com/wavejumper/codoxify","last_synced_at":"2025-08-02T12:36:31.426Z","repository":{"id":57714086,"uuid":"267304238","full_name":"wavejumper/codoxify","owner":"wavejumper","description":"Generate Clojure documentation for docsify","archived":false,"fork":false,"pushed_at":"2020-08-02T12:01:51.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T01:50:01.245Z","etag":null,"topics":["api","clojure","clojurescript","codox","docsify","documentation","documentation-generator","markdown"],"latest_commit_sha":null,"homepage":"https://tscrowley.dev/codoxify/","language":"Clojure","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/wavejumper.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}},"created_at":"2020-05-27T11:44:12.000Z","updated_at":"2022-10-18T23:50:51.000Z","dependencies_parsed_at":"2022-09-26T21:31:13.101Z","dependency_job_id":null,"html_url":"https://github.com/wavejumper/codoxify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wavejumper/codoxify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2Fcodoxify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2Fcodoxify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2Fcodoxify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2Fcodoxify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavejumper","download_url":"https://codeload.github.com/wavejumper/codoxify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavejumper%2Fcodoxify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266658106,"owners_count":23963634,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["api","clojure","clojurescript","codox","docsify","documentation","documentation-generator","markdown"],"created_at":"2024-08-03T17:00:23.010Z","updated_at":"2025-07-23T10:07:30.316Z","avatar_url":"https://github.com/wavejumper.png","language":"Clojure","readme":"[![Clojars Project](https://img.shields.io/clojars/v/wavejumper/codoxify.svg)](https://clojars.org/wavejumper/codoxify)\n\n# codoxify\n\nUse [codox](https://github.com/weavejester/codox) to build Clojure documentation for [docsify](https://github.com/docsifyjs/docsify)\n\n## Usage\n\nFollow the installation instructions and usage for [codox](https://github.com/weavejester/codox)\n\nAdd `codoxify` as a dependency to your `project.clj`:\n\n```clojure\n:profiles {:codox {:dependencies [[wavejumper/codoxify \"1.0.2\"]]\n                   :plugins      [[lein-codox \"0.10.7\"]]\n                   :codox        {:writer codoxify.writer/write-docs}}}\n```\n\nWithout any extra configuration, this will compile your documentation to `target/docs`\n\n```\nnpx docsify init ./target/docs\nnpx docsify serve ./target/docs\nlein with-profiles +codox codox\n```\n\n### docsify configuration\n\nEdit `./target/docs/index.html` and configure docsify as such:\n\n```javascript\nwindow.$docsify = {\n  loadSidebar: true,\n  subMaxLevel: 3, // important\n  loadNavbar: true,\n  alias: {\n    'sidebar.md': '/_sidebar.md' //important\n  }\n}\n```\n\n## Example\n\nAn example of the [ring](https://github.com/ring-clojure/ring) project generated with codoxify can be found [here](https://tscrowley.dev/codoxify/)\n","funding_links":[],"categories":["Showcase"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavejumper%2Fcodoxify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavejumper%2Fcodoxify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavejumper%2Fcodoxify/lists"}