docz-theme-extended
docz-theme-extended copied to clipboard
Extended default theme for docz with added components and redesigned UI.
๐ docz-theme-extended
Extended default theme for docz with added components and redesigned UI.
Table of Contents
- Installation
- โญ๏ธ Features
- Docs & Examples
-
Issues
- ๐ Bugs
- ๐ก Feature Requests
- โ Questions
- Authors
- Contributors
- Support
- LICENSE
Installation
$ npm install --save @nejcm/docz-theme-extended
// gatsby-config.js
module.exports = {
plugins: [
{
resolve: '@nejcm/docz-theme-extended',
},
],
};
You can read more about using themes at Gatsby.
โญ๏ธ Features
- Props table
- Sticky headers navigation sidebar
- Extended side menu that allows groups and sub-menus
- Footer navigation to previous and next document
- Optional fixed header
- Custom header logo
- Optional extended search that allows searching by tags
- Custom components like: Tabs, Tag, Hint, InlineCode ...
Docs & Examples
You can also check the demo project inside this repo for code examples and implementation details.
Issues
Looking to contribute? Look for the Good First Issue label.
๐ Bugs
Please file an issue for bugs, missing documentation, or unexpected behavior.
๐ก Feature Requests
Please file an issue to suggest new features. Vote on feature requests by adding a ๐. This helps maintainers prioritize what to work on.
โ Questions
For questions related to using the library, please visit a support community instead of filing an issue on GitHub.
Authors
Contributing
The repository is a monorepo containing two projects:
- theme: the extended docz theme
- demo: the demo and docs for the extended theme
# Clone the project
git clone https://github.com/nejcm/docz-theme-extended.git my-project
# Install dependencies (yarn is required)
yarn install
# Run demo
yarn demo:dev
Check package.json
file for more commands.
Contributors
Nejc Murลกiฤ ๐ป ๐ ๐ โ ๏ธ |
ATAlgaba ๐ป |
This project follows the all-contributors specification. Contributions of any kind welcome!
Support
Reach out to us at one of the following places:
- ๐ Website
- ๐ง Email
LICENSE
MIT