Skip to content

Commit abfe7ab

Browse files
committed
docs: update SUPPORT.md and add link in sidebar
Signed-off-by: Nora Blomaard <n.blomaard@gmail.com>
1 parent 55a88c4 commit abfe7ab

3 files changed

Lines changed: 42 additions & 19 deletions

File tree

SUPPORT.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/SUPPORT.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Support
2+
3+
## Voluntary Support Channels
4+
5+
### LF Energy Slack
6+
7+
Join the LF Energy Slack workspace to connect with the CoMPAS community:
8+
9+
- **Workspace**: [LF Energy Slack](https://lfenergy.slack.com/)
10+
- **Channel**: `#compas`
11+
12+
### Github Issues
13+
14+
For bug reports, feature requests, and security vulnerabilities, please use GitHub Issues in the relevant repository:
15+
16+
- [CoMPAS Open SCD Issues](https://github.com/com-pas/compas-open-scd/issues)
17+
- [CoMPAS SCL Data Service Issues](https://github.com/com-pas/compas-scl-data-service/issues)
18+
- [CoMPAS CIM Mapping Issues](https://github.com/com-pas/compas-cim-mapping/issues)
19+
- [CoMPAS SCL Validator Issues](https://github.com/com-pas/compas-scl-validator/issues)
20+
- [CoMPAS Core Issues](https://github.com/com-pas/compas-core/issues)
21+
22+
When creating an issue, please use the appropriate issue template (bug report, feature request, etc.) and provide all the requested information. This helps maintainers understand and address your issue more efficiently.
23+
24+
### Useful Links
25+
26+
- Website: [CoMPAS - LF Energy](https://www.lfenergy.org/projects/compas/)
27+
- [Artwork](https://github.com/lf-energy/artwork/tree/main/projects/compas)
28+
- Mailing lists:
29+
- [CoMPAS](https://lists.lfenergy.org/g/CoMPAS)
30+
- [CoMPAS-dev](https://lists.lfenergy.org/g/CoMPAS-dev)
31+
- [CoMPAS-tsc](https://lists.lfenergy.org/g/CoMPAS-tsc)
32+
- [Calender](https://zoom-lfx.platform.linuxfoundation.org/meetings/compas)
33+
34+
## Professional Services
35+
36+
The following companies provide commercial support for CoMPAS:
37+
38+
* [BearingPoint](https://www.bearingpoint.com/)
39+
* [SprintEins](https://sprinteins.com/)

docs/_includes/sidebar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ <h2>
4545
<li class="nav-list-item">
4646
<a class="sidebar-nav-item{% if page.url == '/MONITORING.html' %} active{% endif %}" href="{{ site.baseurl }}/MONITORING.html">Monitoring</a>
4747
</li>
48+
<li class="nav-list-item">
49+
<a class="sidebar-nav-item{% if page.url == '/SUPPORT.html' %} active{% endif %}" href="{{ site.baseurl }}/SUPPORT.html">Support</a>
50+
</li>
4851
</ul>
4952
</nav>
5053

0 commit comments

Comments
 (0)