Extended default theme for docz with added components and redesigned UI.
The docz-theme-extended
is a theme for the docz
documentation tool. It provides extended features and customization options for creating interactive and user-friendly documentation websites. This theme is licensed under MIT and welcomes contributions from all developers.
To install the docz-theme-extended
, follow the steps below:
docz
installed globally by running npm install -g docz
.docz
project or navigate to your existing docz
project.npm install docz-theme-extended
.doczrc.js
file, add the following code:export default {
theme: 'docz-theme-extended',
// Other config options...
}
docz
development server by running docz dev
.http://localhost:3000
to see the documentation with the extended theme.For more information on using themes with docz
, refer to the official Gatsby documentation.
The docz-theme-extended
is a powerful theme for docz
that offers enhanced features for creating comprehensive and visually appealing documentation websites. With customizable options, such as a sticky navigation sidebar, extended side menu, and custom components, this theme provides an excellent user experience. Its installation is straightforward, and it is open to contributions from developers. Whether you are documenting a library or a project, the docz-theme-extended
can help you create an interactive and engaging documentation website.