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

Commit 279a93c

Browse files
update the docs
1 parent afc63ab commit 279a93c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

contributing.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The section blog theme comes under an open-source license. Before starting the contribution, first read our Code of Conduct guidelines.
1+
The section blog theme comes under an open-source license. Before starting the contribution, first read our [Code of Conduct](./CODE_OF_CONDUCT.md) guidelines.
22

33
How to start a contribution?
44
1. Clone Repo
@@ -56,9 +56,9 @@ pnpm dev --filter=docs
5656
## What and where we found components?
5757

5858
* `components/Article/Article.tsx` > article by frontmatter
59-
* `components/banner/banner.tsx` > Banner
59+
* `components/banner/Banner.tsx` > Banner
6060
* `components/Card/Card.tsx` > posts card
61-
* `components/command/Command.tsx` > command or cmd
61+
* `components/Command/Command.tsx` > command or cmd
6262
* `components/Footer/Footer.tsx` > footer component
6363
* `components/Header/Header.tsx` > header component
6464
* `components/Header/ThemeToggle.tsx` > theme toggle
@@ -85,16 +85,13 @@ pnpm dev --filter=docs
8585
* `src/types.ts` > type
8686
* `styles/globals.css` > tailwind css
8787
* `tsup.config.ts` > tsup config
88-
* `utility/NextURL.ts` > check develpment or production
89-
* `utility/slugify.ts` > convert title slugify
90-
* `utility/useContent.ts` > return all posts
91-
* `utility/useCookies.ts` > set, get cookies use by banner
92-
* `utility/useFetch.ts` > fetch URL use inside
88+
* `utility/NextURL.ts` > check develpment or production *
89+
* `utility/slugify.ts` > convert title slugify *
90+
* `utility/useContent.ts` > return all posts *
9391
* `utility/useTagContent.ts` > return post based on tag
9492
* `utility/useTags.ts` > return all tags based on posts
9593
* `utility/utils.ts` > use by shadcn/ui and tailwind css
9694
* `public/` > Public folder
9795
* `__TEST__/` > testing folder
9896
* `tsconfig.json` > typescript config
9997

100-

0 commit comments

Comments
 (0)