All Projects → nejcm → docz-theme-extended

nejcm / docz-theme-extended

Licence: MIT license
Extended default theme for docz with added components and redesigned UI.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docz-theme-extended

Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+48833.33%)
Mutual labels:  docs, docz
manual
li₃: The Definitive Guide
Stars: ✭ 64 (+42.22%)
Mutual labels:  docs
allure-docs
Allure Framework documentation
Stars: ✭ 50 (+11.11%)
Mutual labels:  docs
instapy-docs
📜 Public information for users, testers, contributors, maintainers
Stars: ✭ 60 (+33.33%)
Mutual labels:  docs
docs
Project Z, an initiative to build a Haskell engineering eco-system.
Stars: ✭ 26 (-42.22%)
Mutual labels:  docs
mvp-docs
The Unofficial MVP Contribution Guide:
Stars: ✭ 18 (-60%)
Mutual labels:  docs
sphinx rtd dark mode
Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
Stars: ✭ 29 (-35.56%)
Mutual labels:  docs
yii2-manual-chm
Yii 2 Guide/API/Docs compiled in various formats
Stars: ✭ 63 (+40%)
Mutual labels:  docs
braze-docs
The Braze Documentation site repository.
Stars: ✭ 40 (-11.11%)
Mutual labels:  docs
readonlyrest-docs
Official Documentation of ReadonlyREST Plugin
Stars: ✭ 77 (+71.11%)
Mutual labels:  docs
metadoc.js
Generates JSON metadata for Object Oriented JavaScript libraries. Used as a source for generating documentation.
Stars: ✭ 20 (-55.56%)
Mutual labels:  docs
SportsPage
运动页,一个基于社交的体育类APP
Stars: ✭ 30 (-33.33%)
Mutual labels:  docs
gatsby-attila-theme-ghost
A Gatsby theme plugin for creating blogs from headless Ghost CMS.
Stars: ✭ 16 (-64.44%)
Mutual labels:  gatsby-theme
fliegdoc
A documentation generator for Typescript-based libraries with good support for monorepos
Stars: ✭ 24 (-46.67%)
Mutual labels:  docs
dobby
dobby is free and will serve your orders
Stars: ✭ 24 (-46.67%)
Mutual labels:  docs
iDocs
iDocs is one page documentation html template which helps you to create your offline and online documentation for your themes, templates, plugins and software.
Stars: ✭ 75 (+66.67%)
Mutual labels:  docs
docs
Altinn documentation.
Stars: ✭ 17 (-62.22%)
Mutual labels:  docs
ripgrep-zh
中文翻译:<BurntSushi/ripgrep> 一个面向行的搜索工具 ❤️ 校对 ✅
Stars: ✭ 82 (+82.22%)
Mutual labels:  docs
gatsby-themes
A collection of open source, well designed, highly customizable and 100% free Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 296 (+557.78%)
Mutual labels:  gatsby-theme
docs.getleon.ai
📝 Main documentation of Leon.
Stars: ✭ 23 (-48.89%)
Mutual labels:  docs

🎀 docz-theme-extended

Extended default theme for docz with added components and redesigned UI.

version Build Status downloads MIT License

All Contributors

PRs Welcome Code of Conduct JavaScript Style Guide

Watch on GitHub Star on GitHub

Table of Contents

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

Docs & Examples

You can also check the demo project inside this repo for code examples and implementation details.

Screenshot

Issues

Looking to contribute? Look for the Good First Issue label.

🐛 Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

💡 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.

See Feature Requests

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
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:

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].