{"id":16398225,"url":"https://github.com/bradjc/mdbook-chapter-list","last_synced_at":"2025-07-25T00:08:42.552Z","repository":{"id":216383060,"uuid":"741206442","full_name":"bradjc/mdbook-chapter-list","owner":"bradjc","description":"mdbook plugin to list sub-chapters","archived":false,"fork":false,"pushed_at":"2024-01-09T23:27:32.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T20:47:12.645Z","etag":null,"topics":["mdbook","mdbook-plugins"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/bradjc.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}},"created_at":"2024-01-09T23:11:07.000Z","updated_at":"2024-01-09T23:13:23.000Z","dependencies_parsed_at":"2024-01-09T23:31:25.424Z","dependency_job_id":null,"html_url":"https://github.com/bradjc/mdbook-chapter-list","commit_stats":null,"previous_names":["bradjc/mdbook-chapter-list"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradjc%2Fmdbook-chapter-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradjc%2Fmdbook-chapter-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradjc%2Fmdbook-chapter-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bradjc%2Fmdbook-chapter-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bradjc","download_url":"https://codeload.github.com/bradjc/mdbook-chapter-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240295049,"owners_count":19778823,"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":["mdbook","mdbook-plugins"],"created_at":"2024-10-11T05:12:09.536Z","updated_at":"2025-02-23T09:26:00.119Z","avatar_url":"https://github.com/bradjc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chapter Listing plugin for mdbook\n\nThe `chapter-list` preprocessor supports adding sub-chapter lists to documents.\n\n## Example\n\nWith a `SUMMARY.md` file like:\n\n```\n- [Zoo Animals](./zoo.md)\n  - [Large Cats](./cats.md)\n    - [Lion](./lion.md)\n    - [Tiger](./tiger.md)\n  - [Zebra](./zebra.md)\n  - [Turtle](./turtle.md)\n```\n\nThen include `\u003c!-- chapter-list --\u003e` in the zoo.md markdown file:\n\n```md\n## Animals in the Zoo:\n\n\u003c!-- chapter-list --\u003e\n```\n\nThe zoo.md file would be updated to:\n\n```md\n## Animals in the Zoo:\n\n1. [Large Cats](./cats.md)\n   1. [Lion](./lion.md)\n   2. [Tiger](./tiger.md)\n2. [Zebra](./zebra.md)\n3. [Turtle](./turtle.md)\n```\n\n\n## Installation\n\nFirstly add the following to your book's manifest file (usually `book.toml`)\n\n```toml\n[preprocessor.chapter-list]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradjc%2Fmdbook-chapter-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradjc%2Fmdbook-chapter-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradjc%2Fmdbook-chapter-list/lists"}