docs(strava): describe connection and actions
This commit is contained in:
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.
|
Reference in New Issue
Block a user