aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/partials/stylesheet.html
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19docs: move search style to its own CSS fileJulien Déramond1-4/+8
2024-03-19docs: bundle assets with HugoXhmikosR1-3/+1
Also: * load any docs' third-party dependencies from node_modules (except for examples) * exclude docsearch from layouts that don't use it * preconnect to algolia only when not examples layout * switch to `RelPermalink` * refactor JS assets into partials
2024-03-08Switch to using `hugo.IsProduction` (#39763)XhmikosR1-2/+2
2024-03-05Remove useless crossorigin="anonymous" attributesXhmikosR1-2/+2
2023-07-05Add docs search to homepage (#38850)Mewen Le Hô1-2/+0
* Compliance to Success Criterion 3.2.3 Consistent Navigation * Update docs-navbar.html --------- Co-authored-by: Mark Otto <[email protected]>
2022-05-06v5.2.0: Migrate to DocSearch 3 (#36176)Mark Otto1-1/+4
* Migrate to DocSearch v3 Fixes #33338 * initialize `siteDocsVersion` const after the proper check * Update site/layouts/partials/stylesheet.html Co-authored-by: GeoSot <[email protected]> * Update header.html * code review changes * Update search.js * Fix contrast issue, tweak some styles * Fix some navbar changes * temporary safari fix for docsearch3 Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-08-31Use `path.Join` when joining pathsXhmikosR1-1/+1
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-1/+5
2020-11-17docs: use `expanded` Sass output style for development (#32176)XhmikosR1-1/+1
2020-10-22Move `href` attribute first (#31835)XhmikosR1-1/+1
2020-05-07Use `safeHTMLAttr` in the `integrity` attributes.XhmikosR1-1/+1
2020-02-22Use `hugo.Environment` instead of `getenv` (#29240)XhmikosR1-2/+2
This is set automatically to "development" when the local server is running, and to "production" when Hugo builds the site.
2019-12-25Cleanup algolia theming (#29888)Martijn Cuppens1-5/+0
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR1-1/+12
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.
2019-07-17Fix docs search. (#29067)XhmikosR1-3/+1
2019-03-13Switch to Hugo.XhmikosR1-0/+16
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!