Social content documents live in docs/content/ and follow a workflow similar to tasks. Content moves through drafting, review, and publishing stages.
const searchIndex = new MiniSearch({ fields: ["name", "description", "type"], storeFields: ["name", "slug", "type"], searchOptions: { fuzzy: 0.2, prefix: true, }, });
const results = searchIndex.search("fir"); // Returns: Fireball, Fire Elemental, Fire Giant...
Cree contenido de marketing y redes sociales en docs/content/social/. Úselo al redactar tweets, publicaciones de blogs, anuncios de lanzamiento, contenido de boletines o cualquier comunicación pública. Fuente: opendndapps/ogt-skills.