{"id":15155405,"url":"https://github.com/neplextech/typedoc-nextra","last_synced_at":"2025-09-30T03:31:14.188Z","repository":{"id":65459721,"uuid":"592193664","full_name":"neplextech/typedoc-nextra","owner":"neplextech","description":"Build a documentation website with TypeDoc and Nextra","archived":true,"fork":false,"pushed_at":"2023-12-07T08:32:01.000Z","size":933,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-01T22:05:13.984Z","etag":null,"topics":["api","documentation","markdown","nextra","node","typedoc","typescript"],"latest_commit_sha":null,"homepage":"https://typedoc-nextra.netlify.app","language":"TypeScript","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/neplextech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-01-23T06:53:00.000Z","updated_at":"2023-12-07T08:32:08.000Z","dependencies_parsed_at":"2023-12-07T09:30:09.572Z","dependency_job_id":"2261cca0-1bbc-4a3f-8384-6e875ddb8fdf","html_url":"https://github.com/neplextech/typedoc-nextra","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.2857142857142857,"last_synced_commit":"b7c74f7ad09bfa3e9a58604d17976ab8f909a2a5"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Ftypedoc-nextra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Ftypedoc-nextra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Ftypedoc-nextra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neplextech%2Ftypedoc-nextra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neplextech","download_url":"https://codeload.github.com/neplextech/typedoc-nextra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234695744,"owners_count":18873026,"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":["api","documentation","markdown","nextra","node","typedoc","typescript"],"created_at":"2024-09-26T18:21:24.777Z","updated_at":"2025-09-30T03:31:08.795Z","avatar_url":"https://github.com/neplextech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This project has been replaced by [micro-docgen](https://github.com/neplextech/micro-docgen)**\n\n---\n\n# typedoc-nextra\n\nGenerate markdown/simple json from typedoc\n\n# Installation\n\n```sh\nyarn add typedoc-nextra typedoc\n```\n\n# Output Directory Structure\n\n-   output/\n    -   classes/\n        -   module/\n            -   class.mdx\n    -   types/\n        -   module/\n            -   type.mdx\n    -   custom/\n        -   file.mdx\n\n# Example\n\n```js\nimport { createDocumentation } from 'typedoc-nextra';\n\nawait createDocumentation({\n    // use existing typedoc json output (leave it blank to auto generate)\n    jsonInputPath: `${__dirname}/data.json`,\n    // output location\n    output: `${__dirname}/pages`,\n    // output markdown\n    markdown: true\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneplextech%2Ftypedoc-nextra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneplextech%2Ftypedoc-nextra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneplextech%2Ftypedoc-nextra/lists"}