Skip to content

Commit

Permalink
Add featured.plutojl.org as a featured source
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Oct 18, 2023
1 parent a44ccc5 commit c6c9ff2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/featured_sources.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
export default {
// check out https://github.com/JuliaPluto/pluto-developer-instructions/blob/main/How%20to%20update%20the%20featured%20notebooks.md to learn more
sources: [
{
url: "https://featured.plutojl.org/pluto_export.json",
valid_until: "2024-10",
id: "featured pluto",
},
{
url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@v3/pluto_export.json",
integrity: "sha256-y2E/niS8Em5a4wfSupsmDi0JaTrKSI0WF9DBkfEiQYQ=",
id: "featured pluto",
},
],
}

0 comments on commit c6c9ff2

Please sign in to comment.