Files
docmd-io--docmd/packages/_playground/docs-05/index.md
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

871 B

V0.5.0 Overview

This is the documentation for version 0.5.0 of docmd. This version introduces several new features for developers.

Features

  • Developer Tools: Enhanced debugging capabilities
  • Performance: Faster build times for large documentation sites
  • Search: Improved keyword search with better relevance scoring
  • Plugins: New plugin API for extending functionality

Getting Started

To get started with version 0.5.0, install the package:

npm install @docmd/core@0.5.0

Developer Guide

This version is designed with developers in mind. The new developer tools make it easier to debug and customize your documentation site.

Configuration

Configure your site by creating a docmd.config.js file in your project root.

Building

Run the build command to generate your documentation:

npx docmd build