Skip to content

Commit

Permalink
Add format for mdx files (#1707)
Browse files Browse the repository at this point in the history
With this PR also `.mdx` files (used in our docs) be formatted.
  • Loading branch information
nilsreichardt authored Aug 11, 2024
1 parent 1b13a1b commit bf843fc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions bin/source_of_truth/commands_source_of_truth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ check_license_headers: addlicense -check -c "Sharezone UG (haftungsbeschränkt)"
add_license_headers: addlicense -c "Sharezone UG (haftungsbeschränkt)" -f header_template.txt -ignore "**/GeneratedPluginRegistrant.swift" -ignore "**/**.g.dart" -ignore "**/**.mocks.dart" -ignore "**/macos/Pods/**" -ignore "**/ios/Pods/**" -ignore *.devenv*
format_action_files: prettier ".github/workflows/" --write
check_format_action_files: prettier ".github/workflows/" --check
format_markdown_files: prettier "**/*.md" --write
check_format_markdown_files: prettier "**/*.md" --check
format_markdown_files: prettier "**/*.md" "**/*.mdx" --write
check_format_markdown_files: prettier "**/*.md" "**/*.mdx" --check
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dokumentation von Sharezone
Unsere Dokumentation ist noch im Aufbau.

Unsere Dokumentation ist noch im Aufbau.
3 changes: 2 additions & 1 deletion docs/pages/more/content-creator-program.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Du bist daran interessiert, Sharezone Plus (Lifetime) kostenfrei zu erhalten?
Dann mache einfach mit bei unserem Content Creator Programm!

So funktioniert es:

1. Erstelle ein kreatives TikTok, YouTube Short oder Instagram Reel, in dem du
Sharezone erwähnst oder vorstellst.
2. Sorge dafür, dass dein Video mehr als 10.000 Aufrufe erzielt.
Expand All @@ -26,4 +27,4 @@ entspricht.
jederzeit ohne Vorankündigung zu ändern oder zu beenden.

Solltest du Fragen haben, kannst du dich gerne an uns wenden:
[[email protected]](mailto:[email protected]).
[[email protected]](mailto:[email protected]).
13 changes: 7 additions & 6 deletions docs/pages/more/firewall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ müssen folgende Domains und Ports in der Firewall freigeschaltet werden.
import { Callout } from "nextra/components";

<Callout type="info" emoji="⚠️">
Wir versuchen die Liste nach bestem Bemühen aktuell zu halten. Falls
dennoch Features nicht funktionieren sollten, weil diese durch die Firewall
geblockt werden, sende uns bitte eine E-Mail mit Details zu dem betroffenen
Feature an [[email protected]](mailto:[email protected]).
Wir versuchen die Liste nach bestem Bemühen aktuell zu halten. Falls dennoch
Features nicht funktionieren sollten, weil diese durch die Firewall geblockt
werden, sende uns bitte eine E-Mail mit Details zu dem betroffenen Feature an
[[email protected]](mailto:[email protected]).
</Callout>

## Backend
Expand All @@ -25,6 +25,7 @@ Feature an [[email protected]](mailto:[email protected]).
- `api.revenuecat.com` (Für In-App-Käufe)

**Protokolle:**

- `HTTP/1.1`
- `HTTP/2`

Expand Down Expand Up @@ -59,10 +60,10 @@ Quelle: https://firebase.google.com/docs/cloud-messaging/concept-options#messagi

_Ergänzend zu den oben genannten Firewall-Einstellungen._

**Hosts:**
**Hosts:**

- `cdn.jsdelivr.net` (Für die JavaScript-Bibliothek `pdfx`)

**Protokolle:** `HTTP/1.1`

**Ports:** `443` (für HTTPS)
**Ports:** `443` (für HTTPS)

0 comments on commit bf843fc

Please sign in to comment.