Skip to content

Commit

Permalink
chore: 🤖 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Oct 20, 2024
1 parent c3b7a89 commit 1c8ada7
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">

<img src="./assets/logo.svg" width="260px" />
<img src="./assets/" width="260px" />

</h1>

Expand Down
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
image: "img/logo.svg",
image: "img/",
colorMode: {
defaultMode: "dark",
// disableSwitch: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">

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

</h1>

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@docsgen/core",
"version": "1.0.0",
"version": "0.0.0",
"private": false,
"description": "Docusaurus plugin for documentation generation based on your .ts files",
"author": "Maciej Pyrc <[email protected]>",
"homepage": "",
"license": "SEE LICENSE IN LICENCE.md",
"license": "Apache 2.0",
"platform": "node",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">

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

</h1>

Expand Down
14 changes: 7 additions & 7 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@docsgen/docusaurus",
"version": "0.0.0",
"version": "1.0.0",
"private": false,
"description": "Docusaurus plugin for documentation generation based on your .ts files",
"author": "Maciej Pyrc <[email protected]>",
"homepage": "",
"license": "SEE LICENSE IN LICENCE.md",
"license": "Apache 2.0",
"platform": "node",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -25,10 +25,10 @@
"release": "yarn semantic-release --extends ../../release.config.js -t 'docusaurus-v${version}'"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"@docusaurus/plugin-content-docs": ">= 2.0.0",
"@docusaurus/types": ">= 2.0.0"
"@docusaurus/types": ">= 2.0.0",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"dependencies": {
"@docsgen/core": "*",
Expand All @@ -54,12 +54,12 @@
"unist-util-visit-parents": "^6.0.1"
},
"devDependencies": {
"@docusaurus/plugin-content-docs": ">= 2.0.0",
"@docusaurus/types": ">= 2.0.0",
"@types/fs-extra": "^11.0.4",
"@types/pretty": "^2.0.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@docusaurus/plugin-content-docs": ">= 2.0.0",
"@docusaurus/types": ">= 2.0.0",
"outdent": "^0.8.0"
},
"lint-staged": {
Expand Down
6 changes: 0 additions & 6 deletions packages/docusaurus/release.config.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion packages/playground/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">

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

</h1>

Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "React Playground for previewing components in docs",
"author": "Maciej Pyrc <[email protected]>",
"homepage": "",
"license": "SEE LICENSE IN LICENCE.md",
"license": "Apache 2.0",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 0 additions & 6 deletions packages/playground/release.config.cjs

This file was deleted.

0 comments on commit 1c8ada7

Please sign in to comment.