Skip to content

Commit

Permalink
Removed the components list and added a link to the tools section
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Nov 8, 2024
1 parent 7bce864 commit 1199b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions get-involved/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ For the moment the Get Involved page is still under construction. For more infor

There are various ways to get involved via GitHub : https://github.com/eclipse-thingweb

You can pick one of the Eclipse Thingweb components such as [node-wot](https://github.com/eclipse-thingweb/node-wot) or [playground](https://playground.thingweb.io) and start using them. Even better, you can contribute to their source code! Below are some examples of what you can contribute with:

* node-wot: Create and contribute your own protocols bindings besides HTTP, CoAP, Websockets, ...
* playground: Add tools that take Thing Descriptions and generate developer tooling for other systems
* All components: Report any issue you encounter (and even better, provide a fix)
You can pick one of the Eclipse Thingweb components such as [node-wot](https://github.com/eclipse-thingweb/node-wot) or [playground](https://playground.thingweb.io) and start using them. Even better, you can contribute to their source code! See the full component list by [clicking here](/#tools-section).

## Licenses

Expand Down
2 changes: 1 addition & 1 deletion src/components/ToolsSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { faCode, faArrowRight, faLaptopCode, faScrewdriverWrench, faHouse } from

export default function ToolsSection() {
return (
<section className={styles.toolsSection}>
<section className={styles.toolsSection} id='tools-section'>
<div className={clsx('container', 'section-wrapper')}>

<h2 className={clsx('hero-title', 'section-title', styles.toolsSection__title)}>Powerful <span className={'text-highlight'}>Tools</span> To Drive Your IoT Development</h2>
Expand Down

0 comments on commit 1199b05

Please sign in to comment.