@@ -24,7 +24,10 @@ Useful links:
2424
2525For the full list of changes, see the [ 0.x.y] release notes.
2626
27- ** Breaking changes** :
27+ ** Potential breaking change** :
28+
29+ - Removes shortcode ` figure ` , hugo's built-in shortcode ` figure ` can/will be
30+ used instead.
2831
2932** New** :
3033
@@ -122,8 +125,8 @@ this release are listed next.
122125 [ path_base_for_github_subdir] . Projects will need to adjust the value of
123126 [ path_base_for_github_subdir] to be relative to the file's physical location.
124127
125- - Class names to disable [ repository links] were misnamed with a suffix of the
126- form ` --KIND ` . The new suffix is ` __KIND ` . For details, see [ Disabling links] .
128+ - Class names to disable [ repository links] were misnamed with a suffix of the form
129+ ` --KIND ` . The new suffix is ` __KIND ` . For details, see [ Disabling links] .
127130
128131- ** Heading self-link** support has been reimplemented and projects must now
129132 explicitly enable the feature. For details, see [ Heading self links] .
@@ -173,9 +176,9 @@ For the full list of changes, see the [0.8.0] release notes.
173176
174177- Docsy is packaged as a ** single Hugo module** ([ #1120 ] ). For details, see [ Use
175178 Docsy as a Hugo Module] .
176- - ** Important** : non-Hugo-module projects should be aware of the [ Docsy NPM
177- install side-effect] . Also, for guidance on Hugo-reported "failed to load
178- modules" error, see [ Docsy as an NPM package] .
179+ - ** Important** : non-Hugo-module projects should be aware of the [ Docsy
180+ NPM install side-effect] . Also, for guidance on Hugo-reported "failed to load modules"
181+ error, see [ Docsy as an NPM package] .
179182- ** Page feedback** , or [ User feedback] :
180183 - In support of projects configuring analytics outside of Docsy, feedback
181184 functionality is enabled regardless of whether
@@ -358,13 +361,12 @@ CHANGES** are documented below.
358361 as text.
359362- ** Display logo by default** . Most projects show their logo in the navbar. In
360363 support of this majority, Docsy now displays a logo by default. For details on
361- how to hide the logo (or your brand name), see [ Styling your project logo and
362- name] .
364+ how to hide the logo (or your brand name), see [ Styling your project logo and name] .
363365- ** Upgraded Bootstrap** to v4.6.2 from v4.6.1, resulting in some style changes
364366 (such as an adjustment in the size of ` small ` ). For details, see [ v4.6.2
365367 release notes] .
366- - ** [ Upgraded FontAwesome] ** to v6 from v5. While many icons were renamed, the
367- v5 names still work. For details about icon renames and more, see [ What's
368+ - ** [ Upgraded FontAwesome] ** to v6 from v5. While many icons were renamed, the v5
369+ names still work. For details about icon renames and more, see [ What's
368370 changed] .
369371- ** Search-box** : the HTML structure and class names have changed, due to the
370372 Font Awesome upgrade, for both online and offline search. This may affect your
@@ -472,10 +474,9 @@ For the full list of changes, see the [0.2.0] release notes.
472474
473475**New**:
474476
475- - Add official Docsy support for [Hugo modules]. Many thanks to the dedicated
476- and patient efforts of [@deining], who researched, experimented, and
477- implemented this feature. Thanks to [@deining] and [@LisaFC] for the doc
478- updates.
477+ - Add official Docsy support for [Hugo modules]. Many thanks to the dedicated and
478+ patient efforts of [@deining], who researched, experimented, and implemented this
479+ feature. Thanks to [@deining] and [@LisaFC] for the doc updates.
479480
480481 For details, see
481482 [Migrate to Hugo Modules](https://www.docsy.dev/docs/updating/convert-site-to-module/).
0 commit comments