Security News
Supply Chain Attack Detected in @solana/web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.
Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.
It turns markdown files in your /docs
folder (or wherever you choose) into rich, interactive documentation. Out of the box you get helpers like syntax highlighting using Prism or Highlight.js, callouts like Tip, highlight and much more. You can even extend GitDocs to support custom components using libraries like React and Vue.
gitdocs
is distributed as a package on npm. It is a cli that you can simply install with npm install gitdocs -g
. You can run gitdocs serve
to preview your docs or gitdocs build
to generate a static site wherever you like.
Using npm:
npm i -g gitdocs
Using Yarn:
yarn global add gitdocs
You can create an initialize a new project using the following command. You will be prompted to name the project and provide a link to the repository URL.
gitdocs init
Assuming you have a folder with markdown files at /docs
, you can automatically preview your docs site by running:
gitdocs serve
and build your site to any destination with:
gitdocs build --output="docs-dist"
readme.md
in your repo will be used as the default homepage for your docsdocs/docs.json
allows you to specify your project settings like the version, name and much moredocs.json
to generate your own navigation. See configuration/sidebar for more info.FAQs
Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.
The npm package gitdocs receives a total of 20 weekly downloads. As such, gitdocs popularity was classified as not popular.
We found that gitdocs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.