mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 23:40:39 +02:00
feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer
(#10554)
This commit is contained in:
parent
126d395f2d
commit
912c4954d9
16 changed files with 406 additions and 92 deletions
|
@ -157,7 +157,7 @@ const sidebars = {
|
|||
{
|
||||
type: 'html',
|
||||
value:
|
||||
'<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 0.5rem 0 0.25rem 1rem;" />',
|
||||
'<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 0.5rem 0 0.25rem 1rem;" ></span>',
|
||||
},
|
||||
// Image
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue