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

docs-ts-mkdocs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docs-ts-mkdocs

A wrapper for docs-ts to support MkDocs

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

docs-ts-mkdocs

An MkDocs generator from docs-ts documentation.

Rationale & How It Works

docs-ts output is meant to be deployed with GitHub Pages (using Jekyll under the hood).

docs-ts-mkdocs must be run after docs-ts: it adds a nav: section to mkdocs.yml based on the generated docs/ directory.

All the directories and markdown files in docs/ are added to the main navigation. And the docs/modules is treversed adding index.md files on every directory with a table of contents of the directory files.

Install and use

npm i --dev docs-ts docs-ts-mkdocs
npm run docs-ts
npm run docs-ts-mkdocs

See docs-ts on how to configure.

NOTES: for now the outDir is expected to be docs/ (the default one).

FAQs

Package last updated on 06 Dec 2022

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