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
4 changes: 2 additions & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ scripts/**
.prettierrc.js
jest.config.js

## Icons
docs/{.docusaurus, assets, build, docs, node_modules, src, package.json, docusaurus.config.js, .gitignore, README.md, sidebars.js, yarn.lock}
## Docs
docs

## Tests
build/test/**
Expand Down
Binary file added coderoad_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/tutorial-example.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
},
"preview": true,
"publisher": "CodeRoad",
"icon": "docs/static/img/logo-128.png"
"icon": "coderoad_icon.png"
}