MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / generate-content.js

File generate-content.js

apps/baseai.dev/src/scripts/generate-content.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const fs = require('node:fs');
2const matter = require('gray-matter');
3
4const BASE_URL = 'https://baseai.dev';

Callers

nothing calls this directly

Calls 2

generateDocsContentFunction · 0.85
generateLearnContentFunction · 0.85

Tested by

no test coverage detected