https://github.com/mongodben/meta-docs-mutations
https://github.com/mongodben/meta-docs-mutations
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongodben/meta-docs-mutations
- Owner: mongodben
- Created: 2024-08-13T13:50:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:55:10.000Z (almost 2 years ago)
- Last Synced: 2025-11-12T02:30:24.604Z (8 months ago)
- Language: Jupyter Notebook
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meta docs mutations
This repo contains code that takes the MongoDB meta documentation (https://mongodb.com/docs/meta), and transforms it from a MongoDB JSON collection in `meta.pages.json` to a set of markdown files in the `md_docs` directory.
The code to perform this transformation is in the Jupyter notebook `meta_docs_to_md.ipynb`.