Skip to content

axelpezzo/developer-portal

Repository files navigation

Developer Portal

This is a boilerplate in order to start a Developer Portal based on DoczJS and markdown files. The project provides a custom theme (in a shadowing mode, as Gatsby provides) in order to customize the Docz layout.

Features

  • This project looks recursively into the src direcotry and then creates the documentation pages based on the .mdx files.
  • You can add some configuration inside the doczrc.js file as for example: menu groups, github repo, dark mode or a static link for an API external viewer.

Dependencies

Usage

  • Install dependencies: yarn install or npm install
  • Run application (port 3000): yarn docz dev or npm run dev
  • Build application: yarn docz build or npm run build

Useful links

About

Boilerplate project to start a Developer Portal based on DoczJS and markdown files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors