Skip to content

Commit f535ba0

Browse files
committed
Credit System Implemented
1 parent 6e1805e commit f535ba0

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,31 @@ Thank you for contributing! This guide defines the **exact format and structure*
3131
Every page **must** start with SEO frontmatter:
3232

3333
```yaml
34-
---
34+
3535
seoTitle: <Page Name> Complete Guide – <Short Description>
3636
description: "Comprehensive <topic> reference covering <key topics>."
3737
keywords: "<keyword1>, <keyword2>, ..., VR-Rathod, Code-Note, code note vr, vr book , <You'r name / your code tags>"
3838
displayTitle: Better Title # This is title of page (not required for all page)
39-
---
40-
```
41-
4239
- `seoTitle` — Keep under 60 characters. Format: `Topic Name – Subtitle`
4340
- `description` — 1-2 sentences, 120-160 characters. Mention key subtopics.
4441
- `keywords` — Comma-separated. Always end with the standard author tags.
42+
```
4543
44+
### For Single Writer
45+
```yaml
46+
author: Your Name (Default Vaibav Rathod)
47+
authorUrl: Youe Website URl (Default Git profile VR-Rathod)
48+
```
49+
50+
### For Multiple writers
51+
```yaml
52+
authors:
53+
- name: Name 1
54+
url: Url 1
55+
56+
- name : Name 2
57+
url: Url 2
58+
```
4659
---
4760
4861
## Programming Page Format

pages/reactjs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
seoTitle: React.js Reference – Components, Hooks, and State Management Guide
33
description: "React reference covering functional components, hooks, context, Redux, React Router, performance optimization, React 18 features, and testing with React."
44
keywords: "reactjs, React, React.js, components, hooks, useState, useEffect, context, Redux, React Router, React 18, React Testing Library"
5+
author: Nirmit Kotadiya
6+
authorUrl: https://github.com/nirmitkotadiya
57
---
68

79
- # 📜 **History**

0 commit comments

Comments
 (0)