docs adn more plan

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-01 03:34:13 +00:00
parent af408d0747
commit 6caeed14cb
3 changed files with 592 additions and 19 deletions

View File

@@ -70,14 +70,12 @@ const AppSidebar: React.FC = () => {
// SETUP section items - Ordered: Sites → Add Keywords → Content Settings → Thinker
const setupItems: NavItem[] = [];
// Add Sites first (if enabled)
if (isModuleEnabled('site_builder')) {
setupItems.push({
icon: <GridIcon />,
name: "Sites",
path: "/sites",
});
}
// Sites is always visible - it's core functionality for managing sites
setupItems.push({
icon: <GridIcon />,
name: "Sites",
path: "/sites",
});
// Add Keywords second
setupItems.push({