Socket
Socket
Sign inDemoInstall

gatsby-theme-dox

Package Overview
Dependencies
15
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gatsby-theme-dox

Dox - Gatsby Theme for Documentation


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Install size
30.3 MB
Created
Weekly downloads
 

Readme

Source

Dox - Gatsby Theme

A Gatsby theme for creating documentation site.

Documentation made easy with Gatsby. :tada:

Features

  • :open_book: MDX support
  • :nail_care: Theme UI support
  • :art: Syntax Highlighting
  • :bookmark_tabs: Navbar, Sidebar & Footer
  • :iphone: Fully Responsive Design :computer:

Installation

Install the gatsby-theme-dox package:

# with npm:
npm run --save gatsby-theme-dox

# with yarn:
yarn add gatsby-theme-dox

Usage

Add the gatsby-theme-dox pacakge in your gatsby-config.js file:

// gatsby-config.js
module.exports = {
  siteMetadata: {
    title: `Dox - Gatsby Theme`,
    description: 'Documentation made easy with Gatsby',
    author: 'MunifTanjim'
  },
  plugins: [`gatsby-theme-dox`]
}

You can also pass a options object if you want:

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: 'gatsby-theme-dox',
      options: {
        basePath: '/',
        contentPath: 'docs'
      }
    }
  ]
}

Theme Options

KeyDefault valueDescription
basePath/Root URL for the documentation site
contentPathcontent/docsLocation of documentation files
mdxtrueConfigure gatsby-plugin-mdx plugin (if your site already is using it, set false)

Keywords

FAQs

Last updated on 03 Jan 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc