| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
|
|
|
|
* Compliance to Success Criterion 3.2.3 Consistent Navigation
* Update docs-navbar.html
---------
Co-authored-by: Mark Otto <[email protected]>
|
|
* 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]>
|
|
|
|
|
|
|
|
|
|
|
|
This is set automatically to "development" when the local server is running, and to "production" when Hugo builds the site.
|
|
|
|
Now there's only one command needed to run the docs: `npm run docs-serve`.
Also, simplify the npm scripts.
|
|
|
|
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
|