Skip to content

Commit 28e33e6

Browse files
committed
chore: Remove outdated alpha publishing guide and related files to streamline documentation
1 parent e78c431 commit 28e33e6

File tree

5 files changed

+5
-109
lines changed

5 files changed

+5
-109
lines changed

ALPHA_PUBLISHING.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Thank you for your interest in contributing to Next SEO! We are open to all and any contributions. This guide will help you get started.
44

5+
It is critical that you look over the guidance for new components [here](ADDING_NEW_COMPONENTS.md)
6+
57
## 🚀 Quick Start
68

79
1. Fork the repository
@@ -63,8 +65,8 @@ A changeset is a piece of information about changes made in a branch or commit.
6365
1. After making your changes, run: `pnpm changeset`
6466
2. Select the packages affected (usually just `next-seo`)
6567
3. Choose the type of change:
66-
- **patch**: Bug fixes, documentation, internal changes (0.0.X)
67-
- **minor**: New features, non-breaking enhancements (0.X.0)
68+
- **patch**: Bug fixes, documentation, internal changes (0.0.X) **Rarely use this, generally only for security, since this is an SEO package I don't want patches to slip through for people without validating**
69+
- **minor**: New features, non-breaking enhancements (0.X.0) **Most common**
6870
- **major**: Breaking changes (X.0.0)
6971
4. Write a brief description of your changes
7072
5. Commit the generated changeset file

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,7 @@ Next SEO is a plugin that makes managing your SEO easier in Next.js projects. It
2121

2222
_Looking for v6 documentation? [View Here](https://github.com/garmeeh/next-seo/tree/master)_
2323

24-
<details>
25-
<summary><strong>Click to expand</strong></summary>
26-
27-
- [Quick Start](#-quick-start)
28-
- [Installation](#installation)
29-
- [Basic Usage](#basic-usage)
30-
- [Components by Category](#-components-by-category)
31-
- [Articles & Content](#articles--content)
32-
- [Commerce & Products](#commerce--products)
33-
- [Local Business](#local-business)
34-
- [Media & Entertainment](#media--entertainment)
35-
- [Education & FAQ](#education--faq)
36-
- [Reviews & Ratings](#reviews--ratings)
37-
- [Navigation & Structure](#navigation--structure)
38-
- [Events & Activities](#events--activities)
39-
- [Employment](#employment)
40-
- [Real Estate](#real-estate)
41-
- [Software & Apps](#software--apps)
42-
- [Creating Custom Components](#creating-custom-components)
43-
- [Pages Router Support](#pages-router-support)
44-
- [Contributing](#contributors)
45-
46-
</details>
24+
_Still using <NextSeo /> component in Pages? View docs here [/src/pages/README.md]_
4725

4826
## 🚀 Quick Start
4927

context.txt

Whitespace-only changes.

logs.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)