{"id":22040347,"url":"https://github.com/inventsable/minion-pages","last_synced_at":"2025-07-22T11:04:04.333Z","repository":{"id":101223321,"uuid":"604398781","full_name":"Inventsable/minion-pages","owner":"Inventsable","description":"Dynamically retrieve help pages inside a CEP panel from Github repo, no updating or reinstallation needed","archived":false,"fork":false,"pushed_at":"2024-09-14T06:11:30.000Z","size":102,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T22:12:56.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Inventsable.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,"zenodo":null}},"created_at":"2023-02-21T01:19:31.000Z","updated_at":"2024-09-14T06:11:34.000Z","dependencies_parsed_at":"2023-11-11T02:26:40.554Z","dependency_job_id":"dc7afac4-b9c4-4aa7-b2ee-717eacce8766","html_url":"https://github.com/Inventsable/minion-pages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Inventsable/minion-pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Fminion-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Fminion-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Fminion-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Fminion-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inventsable","download_url":"https://codeload.github.com/Inventsable/minion-pages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inventsable%2Fminion-pages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266481732,"owners_count":23935938,"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-22T02:00:09.085Z","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":[],"created_at":"2024-11-30T11:14:07.711Z","updated_at":"2025-07-22T11:04:04.307Z","avatar_url":"https://github.com/Inventsable.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minion help pages\n\nDynamically retrieving help pages inside a CEP panel from a Github repo. Why update a website with help docs when the panel can update it's own help section in real-time without needing any updates or reinstallation?\n\n## Usage\n\n```bash\n# npm run convert [name of folder]\nnpm run convert key-minion\n```\n\n```js\n// Sometime before page render, like panel launch:\nconst user = \"Inventsable\";\nconst repo = \"minion-pages\";\nconst file = \"key-minion.json\";\nlet data = await fetch(\n  `https://raw.githubusercontent.com/${user}/${repo}/master/results/${file}`\n);\n\nlet pageJSON = JSON.parse(data.text());\nconsole.log(pageJSON); // { pages: [ ... ], name: ... }\n```\n\n![](https://thumbs.gfycat.com/DirtyCreepyIndianrockpython-size_restricted.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finventsable%2Fminion-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finventsable%2Fminion-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finventsable%2Fminion-pages/lists"}