update docs with new images and videos

This commit is contained in:
arkml 2025-04-09 23:56:04 +05:30
parent 4987034739
commit c338ec4dec
11 changed files with 20 additions and 35 deletions

View file

@ -5,6 +5,6 @@ export const USE_CHAT_WIDGET = process.env.USE_CHAT_WIDGET === 'true';
export const USE_AUTH = process.env.USE_AUTH === 'true';
// Hardcoded flags
export const USE_MULTIPLE_PROJECTS = false;
export const USE_MULTIPLE_PROJECTS = true;
export const USE_TESTING_FEATURE = false;
export const USE_VOICE_FEATURE = false;