Skip to content

Commit 1c8ada7

Browse files
committed
chore: 🤖 adjustments
1 parent c3b7a89 commit 1c8ada7

File tree

10 files changed

+15
-27
lines changed

10 files changed

+15
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22

3-
<img src="./assets/logo.svg" width="260px" />
3+
<img src="./assets/" width="260px" />
44

55
</h1>
66

documentation/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const config: Config = {
199199

200200
themeConfig: {
201201
// Replace with your project's social card
202-
image: "img/logo.svg",
202+
image: "img/",
203203
colorMode: {
204204
defaultMode: "dark",
205205
// disableSwitch: true,

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22

3-
<img src="../../assets/logo-bg-black.svg" width="260px" />
3+
<img src="../../assets/logo.svg" width="260px" />
44

55
</h1>
66

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@docsgen/core",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"private": false,
55
"description": "Docusaurus plugin for documentation generation based on your .ts files",
66
"author": "Maciej Pyrc <[email protected]>",
77
"homepage": "",
8-
"license": "SEE LICENSE IN LICENCE.md",
8+
"license": "Apache 2.0",
99
"platform": "node",
1010
"main": "dist/index.js",
1111
"module": "dist/index.js",

packages/docusaurus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22

3-
<img src="../../assets/logo-bg-black.svg" width="260px" />
3+
<img src="../../assets/logo.svg" width="260px" />
44

55
</h1>
66

packages/docusaurus/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@docsgen/docusaurus",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": false,
55
"description": "Docusaurus plugin for documentation generation based on your .ts files",
66
"author": "Maciej Pyrc <[email protected]>",
77
"homepage": "",
8-
"license": "SEE LICENSE IN LICENCE.md",
8+
"license": "Apache 2.0",
99
"platform": "node",
1010
"main": "dist/index.js",
1111
"module": "dist/index.js",
@@ -25,10 +25,10 @@
2525
"release": "yarn semantic-release --extends ../../release.config.js -t 'docusaurus-v${version}'"
2626
},
2727
"peerDependencies": {
28-
"react": ">= 16.8.0",
29-
"react-dom": ">= 16.8.0",
3028
"@docusaurus/plugin-content-docs": ">= 2.0.0",
31-
"@docusaurus/types": ">= 2.0.0"
29+
"@docusaurus/types": ">= 2.0.0",
30+
"react": ">= 16.8.0",
31+
"react-dom": ">= 16.8.0"
3232
},
3333
"dependencies": {
3434
"@docsgen/core": "*",
@@ -54,12 +54,12 @@
5454
"unist-util-visit-parents": "^6.0.1"
5555
},
5656
"devDependencies": {
57+
"@docusaurus/plugin-content-docs": ">= 2.0.0",
58+
"@docusaurus/types": ">= 2.0.0",
5759
"@types/fs-extra": "^11.0.4",
5860
"@types/pretty": "^2.0.3",
5961
"@types/react": "^18.0.21",
6062
"@types/react-dom": "^18.0.6",
61-
"@docusaurus/plugin-content-docs": ">= 2.0.0",
62-
"@docusaurus/types": ">= 2.0.0",
6363
"outdent": "^0.8.0"
6464
},
6565
"lint-staged": {

packages/docusaurus/release.config.cjs

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

packages/playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22

3-
<img src="../../assets/logo-bg-black.svg" width="260px" />
3+
<img src="../../assets/logo.svg" width="260px" />
44

55
</h1>
66

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "React Playground for previewing components in docs",
66
"author": "Maciej Pyrc <[email protected]>",
77
"homepage": "",
8-
"license": "SEE LICENSE IN LICENCE.md",
8+
"license": "Apache 2.0",
99
"main": "dist/index.js",
1010
"module": "dist/index.js",
1111
"types": "dist/index.d.ts",

packages/playground/release.config.cjs

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

0 commit comments

Comments
 (0)