Skip to content

Commit

Permalink
Remove docsy's internal shortcode 'figure'
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 16, 2025
1 parent e6d9477 commit 6eef861
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 43 deletions.
29 changes: 15 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ Useful links:
For the full list of changes, see the [0.x.y] release notes.

**Breaking changes**:
**Potential breaking change**:

- Removes shortcode `figure`, hugo's built-in shortcode `figure` can/will be
used instead.

**New**:

Expand Down Expand Up @@ -122,8 +125,8 @@ this release are listed next.
[path_base_for_github_subdir]. Projects will need to adjust the value of
[path_base_for_github_subdir] to be relative to the file's physical location.

- Class names to disable [repository links] were misnamed with a suffix of the
form `--KIND`. The new suffix is `__KIND`. For details, see [Disabling links].
- Class names to disable [repository links] were misnamed with a suffix of the form
`--KIND`. The new suffix is `__KIND`. For details, see [Disabling links].

- **Heading self-link** support has been reimplemented and projects must now
explicitly enable the feature. For details, see [Heading self links].
Expand Down Expand Up @@ -173,9 +176,9 @@ For the full list of changes, see the [0.8.0] release notes.

- Docsy is packaged as a **single Hugo module** ([#1120]). For details, see [Use
Docsy as a Hugo Module].
- **Important**: non-Hugo-module projects should be aware of the [Docsy NPM
install side-effect]. Also, for guidance on Hugo-reported "failed to load
modules" error, see [Docsy as an NPM package].
- **Important**: non-Hugo-module projects should be aware of the [Docsy
NPM install side-effect]. Also, for guidance on Hugo-reported "failed to load modules"
error, see [Docsy as an NPM package].
- **Page feedback**, or [User feedback]:
- In support of projects configuring analytics outside of Docsy, feedback
functionality is enabled regardless of whether
Expand Down Expand Up @@ -358,13 +361,12 @@ CHANGES** are documented below.
as text.
- **Display logo by default**. Most projects show their logo in the navbar. In
support of this majority, Docsy now displays a logo by default. For details on
how to hide the logo (or your brand name), see [Styling your project logo and
name].
how to hide the logo (or your brand name), see [Styling your project logo and name].
- **Upgraded Bootstrap** to v4.6.2 from v4.6.1, resulting in some style changes
(such as an adjustment in the size of `small`). For details, see [v4.6.2
release notes].
- **[Upgraded FontAwesome]** to v6 from v5. While many icons were renamed, the
v5 names still work. For details about icon renames and more, see [What's
- **[Upgraded FontAwesome]** to v6 from v5. While many icons were renamed, the v5
names still work. For details about icon renames and more, see [What's
changed].
- **Search-box**: the HTML structure and class names have changed, due to the
Font Awesome upgrade, for both online and offline search. This may affect your
Expand Down Expand Up @@ -472,10 +474,9 @@ For the full list of changes, see the [0.2.0] release notes.
**New**:
- Add official Docsy support for [Hugo modules]. Many thanks to the dedicated
and patient efforts of [@deining], who researched, experimented, and
implemented this feature. Thanks to [@deining] and [@LisaFC] for the doc
updates.
- Add official Docsy support for [Hugo modules]. Many thanks to the dedicated and
patient efforts of [@deining], who researched, experimented, and implemented this
feature. Thanks to [@deining] and [@LisaFC] for the doc updates.
For details, see
[Migrate to Hugo Modules](https://www.docsy.dev/docs/updating/convert-site-to-module/).
Expand Down
29 changes: 0 additions & 29 deletions layouts/shortcodes/figure.html

This file was deleted.

0 comments on commit 6eef861

Please sign in to comment.