Socket
Book a DemoInstallSign in
Socket

@vitepress-custom/vitepress-plugin-fetch-docs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@vitepress-custom/vitepress-plugin-fetch-docs

Get all the contents of the vitepresss document

unpublished
latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

vitepress-plugin-fetch-docs

Brief

Get all the contents of the vitepresss document.

will return a promise.

Usage

npm install vitepress-plugin-fetch-docs
// docs/.vitepress/config.js
import docsData from 'vitepress-plugin-fetch-docs'
async ()=>{
  let docs = await docsData()
  // do something with 'docs'
}

Keywords

vite

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