Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Jun 11, 2024
1 parent 28b24bb commit aa915cb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
// "rust-analyzer.procMacro.enable": false,
// "rust-analyzer.procMacro.attributes.enable": false,
"rust-analyzer.files.excludeDirs": [
"web-components",
"crates/beet_esp"
],
// "rust-analyzer.cargo.target": "wasm32-unknown-unknown",
Expand Down
14 changes: 1 addition & 13 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
# Contributing

This project has a very broad scope and contribution is very welcome.
There are a lot of features to implement as well as areas in need of improvement.


## Server Table

This might help when trying to run and test examples locally:

| Name | Command | Port |
| ------------------- | --------------------------------- | ------ |
| mdbook | `just book` | `3001` |
| examples | `just serve-web-examples` | `3002` |
| web components dev | `cd web-components && just vite` | `3006` |
| web components test | `cd web-components && just serve` | `3007` |
There are a lot of features to implement as well as areas in need of improvement.
1 change: 0 additions & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- [Fetch](examples/fetch.md)
- [Frozen Lake - Train](examples/frozen_lake_train.md)
- [Frozen Lake - Run](examples/frozen_lake_run.md)
- [Web Components](examples/web-components.md)
---
<!-- [Changelog](./misc/roadmap.md) -->

Expand Down
9 changes: 0 additions & 9 deletions docs/src/examples/web-components.md

This file was deleted.

0 comments on commit aa915cb

Please sign in to comment.