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

Commit b28f956

Browse files
Merge pull request #56 from frontendweb3/update-docs
Update docs
2 parents c29dc49 + 4687621 commit b28f956

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

docs/public/Home.png

7.48 KB
Loading

docs/public/Page.png

40.3 KB
Loading

docs/public/Posts.png

18.3 KB
Loading

docs/public/Tags.png

48.8 KB
Loading

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.

docs/src/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The section theme blog supports inbuilt dark mode, a Search bar, Customize Navig
1414
<br />
1515
<br />
1616

17-
import { IconMoon, IconSeo, IconSearch, IconLayoutNavbar, IconLayout } from "@tabler/icons-react"
17+
import { IconMoon, IconSeo, IconCommand, IconLayoutNavbar, IconLayout } from "@tabler/icons-react"
1818
import { Cards, Card } from 'nextra/components'
1919

2020
<Cards>
2121
<Card icon={<IconSeo />} title="SEO Support" description="Adding inbuilt SEO support on your blog" href="#" />
2222
<Card icon={<IconMoon />} title="dark mode" description="Switch the blog theme from light to dark" href="#" />
23-
<Card icon={<IconSearch />} title="Inbuilt Search Support" description="Inbuilt rich Search support to search a blog post based on text." href="#" />
23+
<Card icon={<IconCommand />} title="Inbuilt Search Support" description="Inbuilt rich Search support to search a blog post based on text." href="#" />
2424
<Card icon={<IconLayoutNavbar />} title="Navigation" description="Customize your header, footer navigation, and as well social media icon." href="#" />
2525
<Card icon={<IconLayout />} title="Mutiple Layout Support" description="In-built multiple layout support for the home page, regular page, author, author, posts, post, tag, etc." href="#" />
2626
</Cards>

0 commit comments

Comments
 (0)