# code-example-tooling **Repository Path**: mirrors_mongodb/code-example-tooling ## Basic Information - **Project Name**: code-example-tooling - **Description**: Tooling for working with and tracking code examples across MongoDB documentation. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code Example Tooling > [!IMPORTANT] > The contents of this repo have been moved to three new repositories in the `grove-platform` org: > - [tooling](https://github.com/grove-platform/tooling) > - [github-copier](https://github.com/grove-platform/github-copier) > - [audit-cli](https://github.com/grove-platform/audit-cli) > > Please direct any new issues or PRs to those repositories. This repository contains tooling that the MongoDB Developer Docs team uses audit and track code examples across MongoDB's documentation corpus. - `audit`: Two Go projects, plus Go type definitions and constants that are common to both of them: - `gdcd`, or the Great Docs Code Devourer: an ingestion tool that gets and categorizes code examples from the current MongoDB documentation corpus, with a selection of metadata, and writes the info to a database in Atlas. - `dodec`, or the Database of Devoured Example Code: a query tool that lets us find code examples and related metadata in the database for reporting or to perform manual updates. - `audit-cli`: A Go CLI project to help us audit docs content from files on the local filesystem. - `dependency-manager`: A Go CLI project to help us manage dependencies for multiple ecosystems in the docs monorepo - `examples-copier`: a Go app that runs as a GitHub App and copies files from the source code repo (generated code examples) to multiple target repos and branches. - `github-metrics`: a Node.js script that gets engagement metrics from GitHub for specified repos and writes them to a database in Atlas. - `query-docs-feedback`: a Go project with type definitions that queries the MongoDB Docs Feedback received for any feedback related to code examples, and outputs the result to a report as `.csv`.