You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ rss: true
5
5
noindex: true
6
6
---
7
7
8
+
<Updatelabel="December 1"tags={["New releases"]}rss={{ title: ".mintignore support", description: "Exclude files and directories from your published documentation" }}>
9
+
## .mintignore support
10
+
11
+
- Added `.mintignore` file support to exclude specific files and directories from being processed and published to your documentation site.
12
+
- Uses the same pattern syntax as `.gitignore` for familiar configuration.
13
+
- Excluded files don't appear in published docs, aren't indexed for search, and aren't accessible to visitors.
14
+
15
+
Learn more in the [.mintignore documentation](/organize/mintignore).
16
+
17
+
</Update>
18
+
8
19
<Updatelabel="November 25"tags={["Improvements"]}rss={{ title: "Vale version upgrade", description: "Vale version 3.10+ now supported" }}>
0 commit comments