Socket
Socket
Sign inDemoInstall

@docusaurus/plugin-content-docs

Package Overview
Dependencies
Maintainers
4
Versions
1754
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/plugin-content-docs

Docs plugin for Docusaurus.


Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created

Package description

What is @docusaurus/plugin-content-docs?

@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.

What are @docusaurus/plugin-content-docs's main functionalities?

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"]}]}}

Other packages similar to @docusaurus/plugin-content-docs

Readme

Source

@docusaurus/plugin-content-docs

Docs plugin for Docusaurus.

Usage

See plugin-content-docs documentation.

FAQs

Package last updated on 20 Sep 2023

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc