Skip to content

Latest commit

 

History

75,831 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

MongoDB Documentation

This repository contains the MongoDB documentation, accessible at https://www.mongodb.com/docs/

Contribute

The MongoDB Documentation Project is governed by the terms of the MongoDB Contributor Agreement.

To contribute to the documentation,

Report 问题

To file issues or requests regarding the documentation, use the "Rate this page" feedback widget on the right side of docs pages and leave a comment.

Automation Tools (.github/ directory)

The .github/ folder contains documentation automation tools. 关注 these conventions:

Structure Guidelines

.github/
├── lint-docs/          # Doc linters (flat structure)
│   ├── seo-lint-cli.ts
│   ├── seo-lint-rules.ts
│   ├── 404-lint-cli.ts
│   ├── package.json
│   └── tsconfig.json
├── ai-reviewer/        # AI style reviewer
├── cspell/             # Spell checking config
└── workflows/          # GitHub 操作

Naming Conventions

  1. Flat structure over nesting: Put related files directly in one folder rather than creating subfolders
  2. Prefix file names: Use prefixes like seo-lint-, 404-lint- for better IDE tab visibility
  3. Single package.json: Each tool folder should have one shared package.json

Adding 新建 Tools

When creating new automation tools:

  • Create a folder at .github/<tool-name>/
  • Use descriptive file prefixes (e.g., tool-name-cli.ts, tool-name-rules.ts)
  • Include package.json, tsconfig.json, and a brief README

License

All documentation is available under the terms of a Creative Commons License.

关于

The MongoDB Documentation Project Source.

Resources

Stars

775 stars

关注者

82 watching

复刻s

发布

Used by

贡献者

Languages