Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml

Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
[
"@semantic-release/github",
{
"successComment": "✅ This release has been published to NPM!\n\n📦 Package: [@coffecuptech/docusaurus-plugin-structured-data](https://www.npmjs.com/package/@coffecuptech/docusaurus-plugin-structured-data)\n🏷️ Version: ${nextRelease.version}\n\n[View on NPM](https://www.npmjs.com/package/@coffecuptech/docusaurus-plugin-structured-data/v/${nextRelease.version})",
"successComment": "✅ This release has been published to NPM!\n\n📦 Package: [@coffeecup_tech/docusaurus-plugin-structured-data](https://www.npmjs.com/package/@coffeecup_tech/docusaurus-plugin-structured-data)\n🏷️ Version: ${nextRelease.version}\n\n[View on NPM](https://www.npmjs.com/package/@coffeecup_tech/docusaurus-plugin-structured-data/v/${nextRelease.version})",
"failComment": "❌ This release failed to be published to NPM. Please check the logs above for more details.",
"labels": [
"release"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 coffeecup
Copyright (c) 2026 coffeecup

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ A Docusaurus plugin that automatically generates JSON-LD structured data (schema
## Installation

```bash
npm install @coffeecup/docusaurus-plugin-generate-structured-data
npm install @coffeecup_tech/docusaurus-plugin-structured-data
```

or with yarn:

```bash
yarn add @coffeecup/docusaurus-plugin-generate-structured-data
yarn add @coffeecup_tech/docusaurus-plugin-structured-data
```

## Configuration
Expand All @@ -35,7 +35,7 @@ module.exports = {
// ... other config
plugins: [
[
'@coffeecup/docusaurus-plugin-generate-structured-data',
'@coffeecup_tech/docusaurus-plugin-structured-data',
{
// Optional: Enable verbose logging
verbose: false,
Expand Down
Loading
Loading