Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 4687621

Browse files
update the docs
1 parent f50a7db commit 4687621

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/pages/docs/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'
88
<Steps>
99

1010
### Installation
11-
The Installation of the section theme blog is a lot easier. You can install the section theme blog with the following command.
11+
The Installation of the section theme blog is a lot easier. You can install the [section blog theme](https://www.npmjs.com/package/section-blog-theme) with the following command.
1212

1313
```bash npm2yarn
1414
npm install nextra section-blog-theme
@@ -55,6 +55,7 @@ const themeConfig = {
5555
settings: {
5656
title: "My title",
5757
description: "my descript is here ",
58+
SiteURL:"https://section-theme-blog-docs.vercel.app",
5859
defaultSEO: {
5960
title: "default SEO title is here",
6061
titleTemplate: '%s | Section Blog Theme',
@@ -171,4 +172,4 @@ yarn update section-blog-theme
171172
# pnpm
172173
pnpm update section-blog-theme
173174
```
174-
Sometimes when we update the theme and does show a change then remove the `.next` folder and restart your development server.
175+
Sometimes when we update the theme and does show a change then remove the `.next` folder and restart your development server.

0 commit comments

Comments
 (0)