docs(strava): describe connection and actions
This commit is contained in:
@@ -206,6 +206,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/spotify/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Strava',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/strava/actions' },
|
||||
{ text: 'Connection', link: '/apps/strava/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Stripe',
|
||||
collapsible: true,
|
||||
|
12
packages/docs/pages/apps/strava/actions.md
Normal file
12
packages/docs/pages/apps/strava/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/strava.svg
|
||||
items:
|
||||
- name: Create Totals and Stats Report
|
||||
desc: Creates a report with recent, year to date, and all time stats of your activities.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
14
packages/docs/pages/apps/strava/connection.md
Normal file
14
packages/docs/pages/apps/strava/connection.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Strava
|
||||
|
||||
:::info
|
||||
This page explains the steps you need to follow to set up the Strava connection in Automatisch. If any of the steps are outdated, please let us know!
|
||||
:::
|
||||
|
||||
1. Go to the [link](https://www.strava.com/settings/api) to create an app on Strava API.
|
||||
1. Click on **Upload** button to upload your APP icon.
|
||||
1. Click on **Edit** button.
|
||||
1. Copy **OAuth Redirect URL** from Automatisch and paste it in **Authorization Callback Domain**
|
||||
1. Click on **Save** button.
|
||||
1. Copy **Client ID** from Strava and paste it in **Client ID** field on Automatisch.
|
||||
1. Copy **Client Secret** from Strava and paste it in **Client Secret** field on Automatisch.
|
||||
1. Now, you can start using the Strava connection with Automatisch.
|
@@ -24,6 +24,7 @@ Following integrations are currently supported by Automatisch.
|
||||
- [Slack](/apps/slack/actions)
|
||||
- [SMTP](/apps/smtp/actions)
|
||||
- [Spotify](/apps/spotify/actions)
|
||||
- [Strava](/apps/strava/actions)
|
||||
- [Stripe](/apps/stripe/triggers)
|
||||
- [Telegram](/apps/telegram-bot/actions)
|
||||
- [Todoist](/apps/todoist/triggers)
|
||||
|
6
packages/docs/pages/public/favicons/strava.svg
Normal file
6
packages/docs/pages/public/favicons/strava.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="Strava" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#fc4c01"/><path fill="#fff" d="M120 288L232 56l112 232h-72l-40-96-40 96z"/><path fill="#fda580" d="M280 288l32 72 32-72h48l-80 168-80-168z"/></svg>
|
After Width: | Height: | Size: 286 B |
Reference in New Issue
Block a user