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...
Crea contenuti di marketing e social media in docs/content/social/. Da utilizzare durante la stesura di tweet, post di blog, annunci di rilascio, contenuti di newsletter o qualsiasi comunicazione rivolta al pubblico. Fonte: opendndapps/ogt-skills.