-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📥 Prefer frontmatter downloads over exports (#351)
* 📥 Prefer frontmatter downloads over exports * 📥 Consume additional properties of downloads * 📥 Filename is now optional on HasExports * 🗄added download behaviours for static, internal and external links in article-theme * 🔧 Update static vs. filename usage * 🔧 Do a better job with types from myst-config * 🔧 Align downloads dropdown with article theme downloads * 📥 Use triggerDirectDownload in article theme and fix types * 📦 Update myst dependencies * 🍿 Changesets * 🔑 added missing key prop * ⃝ no-op --------- Co-authored-by: stevejpurves <[email protected]>
- Loading branch information
1 parent
ef36c69
commit bb0f4b2
Showing
17 changed files
with
281 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@myst-theme/frontmatter': patch | ||
'@myst-theme/common': patch | ||
'@myst-theme/article': patch | ||
'@myst-theme/book': patch | ||
--- | ||
|
||
Add downloads to supersede exports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'myst-to-react': patch | ||
'@myst-theme/frontmatter': patch | ||
'myst-demo': patch | ||
'@myst-theme/providers': patch | ||
'@myst-theme/jupyter': patch | ||
'@myst-theme/common': patch | ||
'@myst-theme/article': patch | ||
'@myst-theme/site': patch | ||
'@myst-theme/book': patch | ||
--- | ||
|
||
Update myst versions |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.