Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@docusaurus/plugin-content-docs
Advanced tools
@docusaurus/plugin-content-docs is a Docusaurus plugin that allows you to create and manage documentation pages. It provides features for organizing, versioning, and customizing your documentation content.
Creating Documentation Pages
This feature allows you to create and manage individual documentation pages. Each page can have an ID, title, and content.
{"docs":[{"id":"intro","title":"Introduction","content":"Welcome to the documentation!"},{"id":"setup","title":"Setup","content":"Here is how you set up the project."}]}
Versioning
This feature allows you to manage different versions of your documentation. You can enable versioning and specify different versions with labels and paths.
{"versioning":{"enabled":true,"versions":[{"label":"1.0.0","path":"1.0.0"},{"label":"2.0.0","path":"2.0.0"}]}}
Sidebar Configuration
This feature allows you to configure the sidebar for your documentation. You can organize your documentation into categories and specify the items under each category.
{"sidebar":{"docs":[{"type":"category","label":"Getting Started","items":["intro","setup"]},{"type":"category","label":"Advanced","items":["advanced-setup","advanced-usage"]}]}}
VuePress is a static site generator powered by Vue.js. It is similar to @docusaurus/plugin-content-docs in that it allows you to create and manage documentation pages, but it is built on Vue.js instead of React.
MkDocs is a static site generator that's geared towards project documentation. It uses Markdown for writing content and YAML for configuration. Unlike @docusaurus/plugin-content-docs, which is React-based, MkDocs is Python-based.
Docsify generates documentation websites on the fly. It does not require a static site generator and is very lightweight. Unlike @docusaurus/plugin-content-docs, which pre-builds the site, Docsify renders the documentation dynamically in the browser.
2.0.0-alpha.49 (2020-04-01)
docusaurus-theme-classic
docusaurus
docusaurus-types
, docusaurus
docusaurus-theme-classic
, docusaurus-theme-live-codeblock
docusaurus-plugin-content-docs
, docusaurus
docusaurus-theme-classic
docusaurus-theme-live-codeblock
docusaurus-mdx-loader
, docusaurus-theme-classic
docusaurus-theme-classic
, docusaurus-theme-live-codeblock
docusaurus-preset-classic
, docusaurus-theme-classic
docusaurus
docusaurus-preset-classic
docusaurus-mdx-loader
docusaurus-utils
docusaurus-theme-classic
docusaurus-plugin-content-blog
docusaurus-init
docusaurus
stylelint-copyright
FAQs
Docs plugin for Docusaurus.
The npm package @docusaurus/plugin-content-docs receives a total of 264,740 weekly downloads. As such, @docusaurus/plugin-content-docs popularity was classified as popular.
We found that @docusaurus/plugin-content-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.