Updated docs with QR Codes
All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 4m26s
All checks were successful
Ascently - Docs Deploy / build-and-push (push) Successful in 4m26s
This commit is contained in:
17
docs/src/config.ts
Normal file
17
docs/src/config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export const requirements = {
|
||||
android: "Android 12+",
|
||||
ios: "iOS 17+",
|
||||
} as const;
|
||||
|
||||
export const downloadLinks = {
|
||||
android: {
|
||||
releases: "https://git.atri.dad/atridad/Ascently/releases",
|
||||
obtainium:
|
||||
"https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://git.atri.dad/atridad/Ascently/releases",
|
||||
playStore: "https://google.com",
|
||||
},
|
||||
ios: {
|
||||
appStore: "https://apps.apple.com/ca/app/ascently/id6753959144",
|
||||
testFlight: "https://testflight.apple.com/join/E2DYRGH8",
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user