-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add initial gatsby integration (#630)
* chore(docz-example-gatsby): add initial structure * fix(docz-example-gatsby): entry find on layout * chore: add Link component as prop of theme * chore: enable eslint on vscode config * chore: update dependencies * chore: update dependencies * fix(docz-core): correct websocket url on template * chore(docz-core): change entries data format * chore: some adjusts to fit with gatsby * feat(docz-example-gatsby): add gatsby poc * feat(gatsby-theme-docz): add initial version * fix(gatsby-theme-docz): remove build script * fix(gatsby-theme-docz): add plugin to compile theme files * chore: update dependencies * fix(docz-theme-default): use tippy for tooltip * chore: update dependencies * fix(docz-theme-default): add hash on menu heading * fix(docz): add shouldComponentUpdate for Theme * fix(gatsby-theme-docz): json parse database * chore(gatsby-theme-docz): remove some dependency * fix(docz-theme-default): extend sidebar to the bottom of the page (#609) * fix(docz-core): public path
- Loading branch information
1 parent
2d63e83
commit 70d40cc
Showing
73 changed files
with
6,334 additions
and
2,259 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
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,5 +1,4 @@ | ||
{ | ||
"eslint.enable": false, | ||
"javascript.validate.enable": false, | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
} |
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
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
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
Oops, something went wrong.