Add admin FAQ help article
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-23 09:53:10 +01:00
parent 6f7bf818dd
commit df5e8204fa
6 changed files with 79 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import { useBackNavigation } from './hooks/useBackNavigation';
import { adminPath, ADMIN_PROFILE_PATH } from '../constants';
import { fetchHelpCenterArticles, type HelpCenterArticleSummary } from '../api';
const FAQ_SLUGS = new Set(['admin-issue-resolution']);
const FAQ_SLUGS = new Set(['faq-admin']);
function isFaqArticle(article: HelpCenterArticleSummary): boolean {
const title = article.title?.toLowerCase() ?? '';