-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
15 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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": "*", | ||
|
@@ -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": { | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file was deleted.
Oops, something went wrong.