{"id":46993607,"url":"https://github.com/sujaykumarh/docsify-plugin-title","last_synced_at":"2026-03-11T14:38:47.982Z","repository":{"id":37962637,"uuid":"378671117","full_name":"sujaykumarh/docsify-plugin-title","owner":"sujaykumarh","description":":electric_plug: Docsify plugin customize page title","archived":false,"fork":false,"pushed_at":"2023-09-11T11:54:28.000Z","size":124,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T22:33:37.684Z","etag":null,"topics":["docsify","docsify-plugin","docsify-plugin-title","plugin","sujaykumarh","sujaykumarh-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sujaykumarh.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-06-20T14:55:11.000Z","updated_at":"2025-08-02T08:31:52.000Z","dependencies_parsed_at":"2024-01-12T13:49:06.407Z","dependency_job_id":"cb7bd13f-8bbf-4774-9480-f40daf5679f5","html_url":"https://github.com/sujaykumarh/docsify-plugin-title","commit_stats":{"total_commits":76,"total_committers":3,"mean_commits":"25.333333333333332","dds":0.2763157894736842,"last_synced_commit":"9fd508af19bb39cdd8ae551a6328e2319dd8f319"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sujaykumarh/docsify-plugin-title","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujaykumarh%2Fdocsify-plugin-title","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujaykumarh%2Fdocsify-plugin-title/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujaykumarh%2Fdocsify-plugin-title/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujaykumarh%2Fdocsify-plugin-title/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sujaykumarh","download_url":"https://codeload.github.com/sujaykumarh/docsify-plugin-title/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sujaykumarh%2Fdocsify-plugin-title/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30384140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docsify","docsify-plugin","docsify-plugin-title","plugin","sujaykumarh","sujaykumarh-plugin"],"created_at":"2026-03-11T14:38:47.497Z","updated_at":"2026-03-11T14:38:47.968Z","avatar_url":"https://github.com/sujaykumarh.png","language":"JavaScript","readme":"# Docsify Plugin Title\n\n\u003e [!NOTE]\n\u003e v1.2.0 fixed typo [#40](https://github.com/sujaykumarh/docsify-plugin-title/issues/40) `seprator` in v1.x to `separator` as a breaking change was released earlier under v1.2.0 on 06-09-2023 and has since been unpublished as on 11-09-2023.\n\u003e Please upgrade to v2.x for typo fix\n\nA simple plugin to customize [docsify](https://github.com/docsifyjs/docsify/) page title\n\n\u003c!--[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sujaykumarh/docsify-plugin-title/Build%20\u0026%20Publish%20package)](https://github.com/Sujaykumarh/docsify-plugin-title/actions)--\u003e\n[![GitHub package.json version](https://img.shields.io/github/package-json/v/sujaykumarh/docsify-plugin-title)](https://www.npmjs.com/package/@sujaykumarh/docsify-plugin-title)\n[![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@sujaykumarh/docsify-plugin-title)](https://www.jsdelivr.com/package/npm/@sujaykumarh/docsify-plugin-title)\n\u003cbr\u003e\n\n# 📥 Download\n\n- Locally\n\n    ```bash\n    npm install @sujaykumarh/docsify-plugin-title\n    ```\n- CDN\n\n    ```html\n    \u003cscript src=\"//cdn.jsdelivr.net/npm/@sujaykumarh/docsify-plugin-title@2.x/dist/plugin.min.js\"\u003e\u003c/script\u003e\n    ```\n\n\u003cbr\u003e\n\n# 🧰 Configuration\n\nAvailable options\n\n```js\nwindow.$docsify.customPageTitle = {\n    prefix:     false,      // [optional] title prefix. default: false eg: prefix: \"Application\"\n    suffix:     false,      // [optional] title suffix. default: false eg: suffix: \"v1.0.0\"\n    separator:   '|',       // [optional] separator for title eg: title-\u003e   prefix | title | suffix\n    debug:      false,      // [optional] should debug\n}\n```\n\nExample:\n\n```html\n\u003cscript\u003e\n    ...\n\n    window.$docsify.customPageTitle = {\n        prefix:     'Docsify',     // title prefix.\n        suffix:     'v1.0.0',      // title suffix.\n    }\n\n    ...\n\u003c/script\u003e\n```\n\n\u003cbr\u003e\n\n# 🛠️ Development\n\nClone\n\n```bash\ngit clone https://github.com/sujaykumarh/docsify-plugin-title.git\n```\n\ninstall resources\n\n```bash\nnpm install\n```\n\nminify `src/plugin.js` to generate minified files in `dist` folder\n\n```bash\nnpm run minify  # generate minified .min.js in dist\n```\n\n\u003cbr\u003e\n\n# 📄 License\n\nCopyright (c) 2021  [Sujay H](https://github.com/sujaykumarh) Licensed under `Apache License v2.0` read [LICENSE](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujaykumarh%2Fdocsify-plugin-title","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsujaykumarh%2Fdocsify-plugin-title","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsujaykumarh%2Fdocsify-plugin-title/lists"}