{"id":15538889,"url":"https://github.com/nejcm/docz-theme-extended","last_synced_at":"2025-04-01T22:46:22.710Z","repository":{"id":54627717,"uuid":"264640047","full_name":"nejcm/docz-theme-extended","owner":"nejcm","description":"Extended default theme for docz with added components and redesigned UI.","archived":false,"fork":false,"pushed_at":"2024-05-07T12:54:20.000Z","size":20390,"stargazers_count":63,"open_issues_count":3,"forks_count":32,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T05:33:33.864Z","etag":null,"topics":["docs","documentation","docz","gatsby-theme","react","theme"],"latest_commit_sha":null,"homepage":"https://nejcm.github.io/docz-theme-extended/","language":"JavaScript","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/nejcm.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-17T10:41:00.000Z","updated_at":"2025-02-12T02:49:45.000Z","dependencies_parsed_at":"2024-06-18T21:10:09.975Z","dependency_job_id":"f2d38990-599f-4530-bf9f-2e76d59b3f86","html_url":"https://github.com/nejcm/docz-theme-extended","commit_stats":{"total_commits":84,"total_committers":3,"mean_commits":28.0,"dds":0.1071428571428571,"last_synced_commit":"6b96c5b4a0e89e2054b12be5ab223e1701149cde"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fdocz-theme-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fdocz-theme-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fdocz-theme-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fdocz-theme-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nejcm","download_url":"https://codeload.github.com/nejcm/docz-theme-extended/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558048,"owners_count":20796696,"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":["docs","documentation","docz","gatsby-theme","react","theme"],"created_at":"2024-10-02T12:07:26.425Z","updated_at":"2025-04-01T22:46:22.686Z","avatar_url":"https://github.com/nejcm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎀 docz-theme-extended\n\n\u003cblockquote\u003eExtended default theme for docz with added components and redesigned UI.\u003c/blockquote\u003e\n\u003cbr /\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[![version][version-badge]][package]\n[![downloads][downloads-badge]][npmtrends]\n[![MIT License][license-badge]][license]\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg)](#contributors)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]\n[![JavaScript Style Guide][style-guide-badge]][style-guide]\n\n[![Watch on GitHub][github-watch-badge]][github-watch]\n[![Star on GitHub][github-star-badge]][github-star]\n\u003c!-- prettier-ignore-end --\u003e\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Installation](#installation)\n- [⭐️ Features](#-features)\n- [Docs \u0026 Examples](#docs--examples)\n- [Issues](#issues)\n  - [🐛 Bugs](#-bugs)\n  - [💡 Feature Requests](#-feature-requests)\n  - [❓ Questions](#-questions)\n- [Authors](#authors)\n- [Contributors](#contributors)\n- [Support](#support)\n- [LICENSE](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\n```bash\n\n$ npm install --save @nejcm/docz-theme-extended\n\n```\n\n```js\n// gatsby-config.js\nmodule.exports = {\n  plugins: [\n    {\n      resolve: '@nejcm/docz-theme-extended',\n    },\n  ],\n};\n```\n\nYou can read more about using themes at [Gatsby][gatsby-themes-instr].\n\n## ⭐️ Features\n\n- Props table\n- Sticky headers navigation sidebar\n- Extended side menu that allows groups and sub-menus\n- Footer navigation to previous and next document\n- Optional fixed header\n- Custom header logo\n- Optional extended search that allows searching by tags\n- Custom components like: Tabs, Tag, Hint, InlineCode ...\n\n## Docs \u0026 Examples\n\n\u003e [**Docs \u0026 Examples**][docs-link]\n\nYou can also check the **[demo][demo-link]** project inside this repo for code\nexamples and implementation details.\n\n![Screenshot][screenshot]\n\n## Issues\n\n_Looking to contribute? Look for the [Good First Issue][good-first-issue]\nlabel._\n\n### 🐛 Bugs\n\nPlease file an issue for bugs, missing documentation, or unexpected behavior.\n\n[**See Bugs**][bugs]\n\n### 💡 Feature Requests\n\nPlease file an issue to suggest new features. Vote on feature requests by adding\na 👍. This helps maintainers prioritize what to work on.\n\n[**See Feature Requests**][requests]\n\n### ❓ Questions\n\nFor questions related to using the library, please visit a support community\ninstead of filing an issue on GitHub.\n\n## Authors\n\n- Nejc Muršič ( [GitHub][github], [LinkedIn][linkedin] )\n\n## Contributing\n\nThe repository is a monorepo containing two projects:\n\n- theme: the extended docz theme\n- demo: the demo and docs for the extended theme\n\n```shell\n# Clone the project\ngit clone https://github.com/nejcm/docz-theme-extended.git my-project\n\n# Install dependencies (yarn is required)\nyarn install\n\n# Run demo\nyarn demo:dev\n\n```\n\nCheck `package.json` file for more commands.\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/nejcm\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1865210?v=4\" width=\"100px\" alt=\"Nejc\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNejc Muršič\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/nejcm/docz-theme-extended/commits?author=nejcm\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/nejcm/docz-theme-extended/commits?author=nejcm\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#infra\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/nejcm/docz-theme-extended/commits?author=nejcm\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://atalgaba.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/16889094?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eATAlgaba\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/nejcm/docz-theme-extended/commits?author=IhToN\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors][all-contributors] specification.\nContributions of any kind welcome!\n\n## Support\n\nReach out to us at one of the following places:\n\n- [🌐 Website][website]\n- [📧 Email][email]\n\n## LICENSE\n\n[MIT](LICENSE)\n\n\u003c!-- prettier-ignore-start --\u003e\n\n[all-contributors]: https://github.com/all-contributors/all-contributors\n[bugs]: https://github.com/nejcm/docz-theme-extended/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc\n[build-badge]: https://img.shields.io/travis/com/nejcm/docz-theme-extended.svg\n[build]: https://travis-ci.com/nejcm/docz-theme-extended\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg\n[coc]: https://github.com/nejcm/docz-theme-extended/blob/master/CODE_OF_CONDUCT.md\n[coverage-badge]: https://img.shields.io/codecov/c/github/nejcm/docz-theme-extended.svg\n[coverage]: https://codecov.io/github/nejcm/docz-theme-extended\n[demo-link]: https://github.com/nejcm/docz-theme-extended/tree/master/demo\n[docs-link]: https://nejcm.github.io/docz-theme-extended/\n[downloads-badge]: https://img.shields.io/npm/dm/@nejcm/docz-theme-extended.svg\n[email]: nmursi2@gmail.com\n[emojis]: https://github.com/all-contributors/all-contributors#emoji-key\n[gatsby-themes-instr]: https://www.gatsbyjs.org/tutorial/using-a-theme/\n[github]: https://github.com/nejcm\n[github-star-badge]: https://img.shields.io/github/stars/nejcm/docz-theme-extended.svg?style=social\n[github-star]: https://github.com/nejcm/docz-theme-extended/stargazers\n[github-watch-badge]: https://img.shields.io/github/watchers/nejcm/docz-theme-extended.svg?style=social\n[github-watch]: https://github.com/nejcm/docz-theme-extended/watchers\n[good-first-issue]: https://github.com/nejcm/docz-theme-extended/issues?utf8=✓\u0026q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A\"good+first+issue\"+\n[license-badge]: https://img.shields.io/npm/l/@nejcm/docz-theme-extended.svg\n[license]: https://github.com/nejcm/docz-theme-extended/blob/master/LICENSE\n[linkedin]: https://www.linkedin.com/in/nejcm/\n[node]: https://nodejs.org\n[npm]: https://www.npmjs.com/\n[npm-badge]: https://img.shields.io/npm/v/@nejcm/docz-theme-extended.svg\n[npm-link]: https://www.npmjs.com/package/@nejcm/docz-theme-extended\n[npmtrends]: http://www.npmtrends.com/@nejcm/docz-theme-extended\n[package]: https://www.npmjs.com/package/@nejcm/docz-theme-extended\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n[prs]: http://makeapullrequest.com\n[requests]: https://github.com/nejcm/docz-theme-extended/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen\n[screenshot]: https://raw.githubusercontent.com/nejcm/docz-theme-extended/master/screenshot.jpg\n[semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-release]: https://github.com/semantic-release/semantic-release\n[storybook-badge]: https://nejcmursic.netlify.com/assets/storybook.svg\n[storybook]: https://storybook.js.org/\n[style-guide-badge]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[style-guide]: https://standardjs.com\n[version-badge]: https://img.shields.io/npm/v/@nejcm/docz-theme-extended.svg\n[website]: https://nejcmursic.com/\n\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcm%2Fdocz-theme-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnejcm%2Fdocz-theme-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcm%2Fdocz-theme-extended/lists"}