diff options
author | Kevin Zuniga Cuellar | 2023-06-13 04:44:04 -0400 |
---|---|---|
committer | GitHub | 2023-06-13 10:44:04 +0200 |
commit | 84b766e716bad3335ae6ef7cebd2026ca2fef3d9 (patch) | |
tree | f09db152f7071a6b59d1bb1e105997ac3236391d | |
parent | c9ca4ebe10f4776999e3fff4ac4c19ac0a714bac (diff) | |
download | IT.starlight-84b766e716bad3335ae6ef7cebd2026ca2fef3d9.tar.gz IT.starlight-84b766e716bad3335ae6ef7cebd2026ca2fef3d9.tar.bz2 IT.starlight-84b766e716bad3335ae6ef7cebd2026ca2fef3d9.zip |
docs pagefind: ignore inner file tree text (#187)
* pagefind: ignore inner file tree text
* Update docs/src/components/file-tree.astro
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
---------
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/components/file-tree.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/file-tree.astro b/docs/src/components/file-tree.astro index 67294efd..2092b281 100644 --- a/docs/src/components/file-tree.astro +++ b/docs/src/components/file-tree.astro @@ -17,7 +17,7 @@ const processedContent = await fileTreeProcessor.process({ }); --- -<file-tree set:html={processedContent} /> +<file-tree set:html={processedContent} data-pagefind-ignore /> <style is:global> file-tree { |