Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ project:
- https://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-scan?projshort=SPITZER
# GH is rather flaky for CI right now, temporarily measure
- 'https://github.com/**'

plugins:
# note: we need to use the built plugin bundle here so make sure to build it with
# `cd plugins && npm install && npm run build` after any changes to the plugins/src/
- plugins/dist/notebook-gallery.mjs
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is OK for now, but ultimately we may want to ship the plugin separately from this repo.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree - and note the plural in "plugins", I envision it as a suite of plugins that we can maintain, ship and potentially share with MyST community.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am definitely thinking of multiple plugins, whether to ship them one per repo or multiple in a plugins one is a separate question :)


extends:
- toc.yml
site:
Expand Down
2 changes: 2 additions & 0 deletions plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
Loading