Skip to content

Commit 93e5127

Browse files
committed
Add note to IDE list page
1 parent 8f9f1a1 commit 93e5127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/pages/reference/ID_Lists/IDE.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
3+
import NoteBox from '@src/components/NoteBox.astro';
34
import { ide_table } from '@src/data/ide_table';
45
---
56
<StarlightPage frontmatter={{
@@ -8,6 +9,8 @@ import { ide_table } from '@src/data/ide_table';
89
tableOfContents: false,
910
}}>
1011

12+
<NoteBox type="info">This list may be (and probably is) incomplete.</NoteBox>
13+
1114
<input id="filterInput" placeholder="🔍 Filter by any column: Model ID, Model Name, LOD ID, LOD Name, TXD, IDE..." style="margin-bottom: 1rem; width: 100%;" />
1215

1316
<div data-pagefind-ignore style="display: flex; justify-content: center;" >

0 commit comments

Comments
 (0)