{"id":20772772,"url":"https://github.com/leadcodedev/bubble_doc","last_synced_at":"2026-04-21T17:03:53.833Z","repository":{"id":243445683,"uuid":"812405957","full_name":"LeadcodeDev/bubble_doc","owner":"LeadcodeDev","description":"The Bubble project is a tool for generating documentation from markdown files, designed to be simple and effective thanks to the Dart language.","archived":false,"fork":false,"pushed_at":"2024-06-09T07:44:21.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T00:36:06.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeadcodeDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-08T19:52:24.000Z","updated_at":"2024-08-21T14:48:42.000Z","dependencies_parsed_at":"2024-06-09T01:25:57.323Z","dependency_job_id":"ad4dd1d6-c41e-47d0-9bc3-42698f575efc","html_url":"https://github.com/LeadcodeDev/bubble_doc","commit_stats":null,"previous_names":["leadcodedev/bubble_doc"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fbubble_doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fbubble_doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fbubble_doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeadcodeDev%2Fbubble_doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeadcodeDev","download_url":"https://codeload.github.com/LeadcodeDev/bubble_doc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243112187,"owners_count":20238180,"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-11-17T12:23:00.372Z","updated_at":"2025-12-07T17:05:55.202Z","avatar_url":"https://github.com/LeadcodeDev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bubble Documentation\n\n## Motivation\n\nThere are a multitude of tools for designing documentation, such\nas [Undocs](https://undocs.pages.dev), [VitePress](https://vitepress.dev), [Docusaurus](https://docusaurus.io)\nand [Docs-boilerplate](https://github.com/dimerapp/docs-boilerplate) used for all Adonis packages.\nThe problem, with the exception of the Adonis boilerplate, is that they all use a frontend framework/library which, in\nmy opinion, is not necessary for the design of documentation.\n\nWhen we talk about documentation and thus a \"content first\" approach, we think directly of\nthe [Astro framework](https://astro.build/) which promises relatively efficient generation of static documents from\nmarkdown files; however, this tool is not designed to be used fully for project documentation.\n\nThis is why I decided to create Bubble, a tool for generating documentation from markdown files without the need to use\na frontend framework.\n\n### Choice of technologies\n\nAs a big fan of the Dart language, I decided to create Bubble using the Dart language in order to take advantage of its\ncontent generation speed during the build phase.\n\n\u003e [!NOTE]\n\u003e Bubble can generate more pages than Astro 👀\n\n## Installation\n\nInstalling Bubble is very simple, just use this repository as\nthe [template](https://github.com/new?template_name=bubble_doc\u0026template_owner=LeadcodeDev) for your project.\n\nOnce done, simply run the following command to install the dependencies:\n\n```bash\ndart pub get\n```\n\n## Roadmap\n- [ ] Include sitemap.xml\n- [ ] Enhance documentation ui\n- [ ] Add algolia search engine\n- [ ] Add dark mode\n- [ ] Simplify the configuration file (via yaml)\n- [ ] Add all metadata to the markdown files\n- [ ] Target layout file from the markdown file\n- [ ] Add a search engine\n\n## Benchmark\n\nBubble is a very fast tool for generating documentation, here is a comparison with other tools:\n\n- Mac Studio M2\n- Template documentation with one collection and one marddkwn page\n\n| Iteration | Astro  | Bubble  |\n|-----------|--------|---------|\n| 10        | 490ms  | 21ms    |\n| 100       | 720ms  | 276ms   |\n| 1000      | 2690ms | 2462ms  |\n| 10000     | ?      | 25338ms |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadcodedev%2Fbubble_doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleadcodedev%2Fbubble_doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleadcodedev%2Fbubble_doc/lists"}