We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ce96b commit 684f399Copy full SHA for 684f399
2 files changed
.github/workflows/sync-orama.yml
@@ -17,7 +17,6 @@ on:
17
- main
18
types:
19
- labeled
20
- pull_request:
21
22
permissions:
23
contents: read
apps/site/scripts/orama-search/process-documents.mjs
@@ -5,7 +5,6 @@ import matter from 'gray-matter';
5
import { fromMarkdown } from 'mdast-util-from-markdown';
6
import { toString } from 'mdast-util-to-string';
7
8
-
9
/**
10
* Extracts top-level sections from a Markdown AST.
11
* Each section starts with a heading (if present) and includes all subsequent nodes
0 commit comments