forked from jupyter-book/myst-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.yml
More file actions
24 lines (23 loc) · 1.39 KB
/
plugins.yml
File metadata and controls
24 lines (23 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 1
project:
id: f1082c4e-082a-4655-a225-d9dde40f31b9
plugins:
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/experiment-admonition.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/exercise-and-solution-pdf/exercise-admonition-pdf.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/intermezzo-admonition.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/Admonitions/example-admonition.mjs
- plugins/picsum/picsum.mjs
- plugins/markup/markup.mjs
# - plugins/iframe-to-thumbnail-pdf/iframe-to-thumbnail-pdf.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/iframe-to-qr-pdf/iframe-to-qr-pdf.mjs
- https://github.com/jupyter-book/myst-plugins/releases/download/updated-date-frontmatter/update-date-frontmatter.mjs
# GitHub plugins: src/ for local dev, dist/ (via esbuild) for distribution
- plugins/github-issue-table/src/index.mjs
- plugins/github-issue-link/src/index.mjs
- plugins/github-handle-links/src/index.mjs
- plugins/demo/src/index.mjs
- plugins/emoji-shortcodes/emoji-shortcodes.mjs
- plugins/page-last-updated/page-last-updated.mjs
# Run plugins/footer npm run build first to build the dist/ folder
# I think this is needed in order to have the CSS included in the bundle
- plugins/footer/dist/index.mjs