Skip to content

Commit

Permalink
Merge branch 'GH-265' into main
Browse files Browse the repository at this point in the history
* GH-265:
  GH-263: Removed 'old' search dependencies and code now that pagefind is in use.
  GH-265: Restored 'octicons' on heading hover.
  • Loading branch information
amb26 committed Apr 29, 2024
2 parents 2aee62d + 7fe4ccd commit 8f3812f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 1 addition & 4 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ module.exports = function (eleventyConfig) {
"node_modules/infusion/dist": "lib/infusion/dist",
"node_modules/infusion/src": "lib/infusion/src",
"node_modules/foundation-sites/css": "lib/foundation",
"node_modules/lunr": "lib/lunr",
"node_modules/fluid-express/src/js/lib": "lib/fluid-express",
"node_modules/fluid-binder/src/js": "lib/fluid-binder",
"node_modules/fluid-location-bar-relay/src/js": "lib/fluid-location-bar-relay",
"node_modules/octicons/octicons": "lib/octicons",
"src/static/css": "css",
"src/static/fonts": "fonts",
"src/static/images": "images",
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lunr": "2.3.9",
"markdown-it": "13.0.1",
"markdown-it-anchor": "8.6.7",
"octicons": "3.1.0",
"rimraf": "5.0.1",
"string": "3.3.3"
},
Expand Down
1 change: 1 addition & 0 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="stylesheet" type="text/css" href="{{ "/lib/infusion/src/framework/preferences/css/Enactors.css" | url }}" />
<link rel="stylesheet" type="text/css" href="{{ "/lib/infusion/src/framework/preferences/css/PrefsEditor.css" | url }}" />
<link rel="stylesheet" type="text/css" href="{{ "/lib/infusion/src/framework/preferences/css/SeparatedPanelPrefsEditor.css" | url }}" />
<link rel="stylesheet" href="{{ "/lib/octicons/octicons.css" | url }}">
<link rel="stylesheet" href="{{ "/css/infusion-docs.css" | url }}">

<link rel="icon" type="image/png" href="{{ "/favicon.png" | url }}">
Expand Down

0 comments on commit 8f3812f

Please sign in to comment.