Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitdocs

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitdocs

Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-85.4%
Maintainers
1
Weekly downloads
 
Created
Source

GitDocs

Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.

How does it work

gitdocs is distributed as a cli package on npm. You can simply install it with npm install gitdocs -g and run gitdocs serve to preview your docs or gitdocs build to generate a static site wherever you like.

Installation

Using npm:

npm i -g gitdocs

Using Yarn:

yarn global add gitdocs

Quick Start

Assuming you have a folder with markdown files at /docs, you can automatically preview your docs site by running.

gitdocs serve

or you can check out more here quickstart.

  • The readme.md in your repo will be used as the default homepage for your docs
  • docs.json allows you to specify your project settings like the version, name and much more
  • The navigation will automatically be built using your docs folder structure, but you can add an optional contents.md file to generate your own navigation. See configuration/sidebar or more info.

FAQs

Package last updated on 27 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc