Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Mar 14, 2024
1 parent d0db47c commit f9caa0c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default {

editLink: {
pattern: 'https://github.com/add2cal/docs/edit/main/src/:path',
text: 'Edit on GitHub'
text: 'Via GitHub editieren'
},

lastUpdated: {
Expand All @@ -154,7 +154,9 @@ export default {
langMenuLabel: 'Change language',

nav: [
{ text: 'Entdecke das PRO-Angebot', link: 'https://add-to-calendar-pro.com/de' },
{ text: '🚀 PRO', link: 'https://add-to-calendar-pro.com/de' },
{ text: '✨ Features', link: 'https://add-to-calendar-pro.com/de/features' },
{ text: '🏷️ Preise', link: 'https://add-to-calendar-pro.com/de/features#pricing' },
],
}
}
Expand Down Expand Up @@ -297,7 +299,9 @@ export default {
},

nav: [
{ text: 'Discover the PRO offering', link: 'https://add-to-calendar-pro.com' },
{ text: '🚀 PRO', link: 'https://add-to-calendar-pro.com/' },
{ text: '✨ Features', link: 'https://add-to-calendar-pro.com/features' },
{ text: '🏷️ Pricing', link: 'https://add-to-calendar-pro.com/features#pricing' },
],

socialLinks: [
Expand Down
2 changes: 1 addition & 1 deletion src/de/integration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Parameter, die überschrieben oder gar nur im Code gesetzt werden können:
| hidden | Blendet den Button aus. | Boolean |
| bypassWebViewCheck | Für Nutzer, die den Button auf ihrem iPhone in einer WebView-Umgebung (z.B. dem Instagram Browser) laden, können wir die ics-Datei nicht direkt zum Download anbieten. Deshalb zeigen wir in diesem Fall eine kleine Anleitung, wie man den Termin stattdessen speichern kann. Wenn du den Button in deiner eigenen Anwendung verwendest; in der du den Download von ics-Dateien im Standardbrowser aktiv zulassen kannst, kannst du diesen Workaround mit der Option bypassWebViewCheck umgehen. | Boolean |
| customVar | Definiere individuelle Variabeln, die in der Beschreibung und der Ortsangabe deines Events genutzt werden können. Die Struktur muss einem JSON-Schema entsprechen. Ein Feld "name" kann mittels %%name%% in der Beschreibung oder dem Ort genutzt werden. | Object |
| proxy | Hierbei wird der Nutzer über die Landingpage geleitet, wenn er ein Event speichern möchte. Dadurch können wir den Nutzer in Spezielfällen besser anleiten, du musst allerdings möglicherweise deine Datenschutzbestimmungen erweitern. | Boolean |
| proxy | Hierbei wird der Nutzer über die Landingpage geleitet, wenn er ein Event speichern möchte. Dadurch können wir den Nutzer in Spezielfällen besser anleiten, du musst allerdings möglicherweise deine Datenschutzbestimmungen erweitern.<br />Diese Option muss gesetzt sein, wenn Klicks auf Add-to-Calendar-Buttons getrackt werden sollen! | Boolean |
| fakeMobile | Simuliert ein mobiles Endgerät. | Boolean |
| fakeIOS | Simuliert iOS. | Boolean |
| fakeAndroid | Simuliert Android. | Boolean |
7 changes: 7 additions & 0 deletions src/de/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

# Fehlerbehebung

## Meine IDE zeigt TypeScript-Warnings

Das kann in seltenen Fällen passieren, wenn die Typen noch nicht sauber geladen und verarbeitet wurden. Manchmal hilft ein Neustart der IDE oder des Computers.

Wenn das Problem weiterhin besteht, kannst du in der `tsconfig`-Datei [skipLibCheck](https://www.typescriptlang.org/tsconfig#skipLibCheck) auf `false` setzen, was die Warnung verhindern sollte.
Bitte eröffne auch einen neuen Issue in unserem GitHub-Repo ["add-to-calendar-button"](https://github.com/add2cal/add-to-calendar-button/issues/new/choose) oder sende uns eine E-Mail, damit wir das Problem genauer prüfen können.

## Das Vorschaubild in sozialen Medien aktualisiert sich nicht

Wenn ein Link zur Landingpage geteilt wird, generieren wir automatisch ein Vorschaubild, das die Veranstaltungsdetails anzeigt. Dies hilft dabei, das Event prominenter zu bewerben.
Expand Down
2 changes: 1 addition & 1 deletion src/integration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Parameters, that can be overwritten or even only set at the code level:
| disabled | Disables the button and shows it in a grey state. | Boolean |
| hidden | Hides the button completely. | Boolean |
| bypassWebViewCheck | For users who load the button on their iPhone in a WebView environment (such as the Instagram browser), we cannot offer the ics file directly for download. Therefore, in this case, we show a small tutorial on how to save the event instead. If you use the button in your own application, where you can allow the download of ics files in the default browser, you can bypass this workaround with the option bypassWebViewCheck. | Boolean |
| proxy | Routes the user via the landingpage when clicking a button option. This comes with some better user guidance, but might require you to update your privacy policy. | Boolean |
| proxy | Routes the user via the landingpage when clicking a button option. This comes with some better user guidance, but might require you to update your privacy policy.<br /><br /><br /> This option needs to be set when you want to track click on Add to Calendar Buttons! | Boolean |
| customVar | Define custom variables, which then can be used in your event's description and location fields. The structure must comply with a JSON schema. A field "name" can be used via %%name%% in the description or location. | Object |
| fakeMobile | Simulates a mobile device. | Boolean |
| fakeIOS | Simulates iOS. | Boolean |
Expand Down
8 changes: 8 additions & 0 deletions src/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# Troubleshooting

## My IDE throws TypeScript warnings

This can happen in rare cases, where types got not yet loaded. Sometimes it takes a restart of the IDE or the computer.

If the issue is still present, you can set the [skipLibCheck](https://www.typescriptlang.org/tsconfig#skipLibCheck) in your `tsconfig` to `false`, which should disable it.
Please also open a new issue at our GitHub repo ["add-to-calendar-button"](https://github.com/add2cal/add-to-calendar-button/issues/new/choose) or send us an email, so we can have a check too.


## Social preview image not updating

When sharing a link to the landingpage, we automatically generate a preview image, which displays the event details. This helps to spread the word more prominently.
Expand Down

0 comments on commit f9caa0c

Please sign in to comment.