Skip to content

Commit c245d61

Browse files
jaimergpbeckermr
andauthored
Reimplement /feedstock-outputs in Docusaurus (#2064)
* prototype feedstock outputs redesign * add redirect * fix redirect * remove unused files * adjust search function and use a package-to-feedstocks mapping * highlight search term * Use upstream feedstock-outputs.json * add title and description * Update src/components/Packages/index.jsx Co-authored-by: jaimergp <[email protected]> --------- Co-authored-by: Matthew R. Becker <[email protected]>
1 parent 1754d14 commit c245d61

File tree

5 files changed

+208
-246
lines changed

5 files changed

+208
-246
lines changed

.ci_scripts/generate_feedstock_outputs_html.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ const config = {
109109
return redirects;
110110
},
111111
redirects: [
112+
{
113+
from: "/feedstock-outputs",
114+
to: "/packages/",
115+
},
112116
{
113117
from: "/blog/blog/",
114118
to: "/blog/",
@@ -228,7 +232,7 @@ const config = {
228232
position: "left",
229233
},
230234
{
231-
href: "https://conda-forge.org/feedstock-outputs",
235+
to: "/packages/",
232236
label: "Packages",
233237
position: "left",
234238
},

sphinx/feedstock_outputs.html.tmpl

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)