Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Jan 25, 2025
1 parent 52acfbc commit 6e96943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/params-configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ If you don't want this behavior, you can set this param to `true`.

### showTableOfContents

Show table of contents in the single post page.
Show the table of contents on the single post page.

### showSummaryCoverInPost

Show summary cover image in the single post page.
Show the summary cover image at the top of the single post page.

### imageZoomableInPost

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/post-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Callout } from 'nextra/components'

In [Quick Start](/), we created an example article as below:

{/* prettier-ignore */}
```md
---
title: {{ replace .TranslationBaseName "-" " " | title }}
Expand Down Expand Up @@ -80,6 +81,7 @@ If you want to change the default title of the alerts, you can add a
[markdown attribute](https://gohugo.io/content-management/markdown-attributes/)
named `text` like below:

{/* prettier-ignore */}
```md
> [!NOTE]
> The default alert title is changed to "Hello".
Expand Down

0 comments on commit 6e96943

Please sign in to comment.