feat(backend): Implement handling of unsupported Notion block types and track skipped content, add documentation for it

This commit is contained in:
Anish Sarkar 2026-01-28 17:43:45 +05:30
parent 5eca07f24f
commit 41ebe162b0
4 changed files with 218 additions and 34 deletions

View file

@ -218,7 +218,7 @@ export const IndexingConfigurationView: FC<IndexingConfigurationViewProps> = ({
{isStartingIndexing ? (
<>
<Spinner size="sm" className="mr-2" />
Starting...
Starting
</>
) : (
"Start Indexing"