aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/docsref.md
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02docs: migrate to the built-in sitemap template (#39951)XhmikosR1-1/+1
2024-03-25docs: update sitemap template (#39819)XhmikosR1-1/+2
2024-03-19docs: bundle assets with HugoXhmikosR1-1/+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
2023-04-26Add new docsref page, fix docs border-radius issues (#38491)Mark Otto1-0/+49
* Add new docsref page, fix docs border-radius issues * Remove commented out code * Update docsref.md * Fix no-code example, fix mobile styles * Updates from review * Fix block margin, remove margin-right from pre on mobile since no clipboard icons, adjust masthead snippet * Fix errant styles for border-radius on homepage --------- Co-authored-by: XhmikosR <[email protected]>