Skip to content

DM-enterprises/docs.npmjs.com-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

npm Documentation

Publish

This repository contains the content and build workflow for the official npm documentation site.

Quick Start

  1. Install dependencies:
    npm install
  2. Start the local development server:
    npm run develop
    The site will be available at http://localhost:8000.
  3. Edit documentation content:
    • The documentation is written in MDX (Markdown + JSX).
    • Make changes in the content directory.
  4. Preview changes:
    • Gatsby watches for file changes and hot-reloads the site instantly.
    • Review your edits at http://localhost:8000.
  5. Submit your changes:
  6. Deploy:
    • Once your PR is approved and merged, the site will be automatically deployed via GitHub Actions.

Contributing

We welcome contributions! Please read our contributing guide for instructions and best practices.

Repository Structure

  • content/ — All documentation pages (MDX format)
  • src/ — Site configuration, custom components, and theme overrides
  • .github/workflows/publish.yml — CI/CD workflow for building and deploying the site

Resources


© npm, Inc.

About

docs.npmjs.com/

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published