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...
قم بإنشاء محتوى لوسائل التواصل الاجتماعي والتسويق في docs/content/social/. يُستخدم عند صياغة التغريدات أو منشورات المدونات أو إعلانات الإصدارات أو محتوى الرسائل الإخبارية أو أي اتصالات عامة. المصدر: opendndapps/ogt-skills.