Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Oct 10, 2023
1 parent 6f6e6b9 commit bdec334
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions docs/reference/supported-languages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,29 @@ supportChart:
php:
name: PHP
support:
- Security
- Privacy
- Data Flow
frameworks:
- Symfony
rules: false
searchName: lang-php
searchTerm: php_
status: Alpha
comment: Beta coming soon
csharp:
name: C#
comment_link: https://github.com/Bearer/bearer/issues/1242
go:
name: Go
support:
- Privacy
- Data Flow
frameworks: []
rules: false
searchName: lang-csharp
searchTerm: csharp_
searchName: lang-go
searchTerm: go_
status: Alpha
comment: Beta coming soon
comment_link: https://github.com/Bearer/bearer/issues/1302
python:
name: Python
support:
Expand All @@ -70,16 +75,19 @@ supportChart:
searchName: lang-python
searchTerm: python_
status: Alpha
go:
name: Go
comment: Beta coming soon
comment_link: https://github.com/Bearer/bearer/issues/1303
csharp:
name: C#
support:
- Privacy
- Data Flow
frameworks: []
rules: false
searchName: lang-go
searchTerm: go_
searchName: lang-csharp
searchTerm: csharp_
status: Alpha

---
{% renderTemplate "liquid,md" %}
# Supported languages
Expand Down Expand Up @@ -124,7 +132,11 @@ When you scan a codebase, Bearer will automatically select the appropriate langu
</td>
<td>
{{ data.status }}<br/>
<span class="italic text-xs">{{ data.comment }}</span>
{% if data.comment_link %}
<span class="italic text-xs"><a href="{{data.comment_link}}">{{ data.comment }}</a></span>
{% else %}
<span class="italic text-xs">{{ data.comment }}</span>
{% endif %}
</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit bdec334

Please sign in to comment.