mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 04:22:13 +00:00
Fix icons
This commit is contained in:
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -16,7 +16,7 @@ dependencies:
|
||||
version: 0.1.0-next.9
|
||||
'@appwrite.io/repo':
|
||||
specifier: github:appwrite/appwrite#feat-rc-sdks
|
||||
version: github.com/appwrite/appwrite/9d35e7525cb32daa608554b00cd3c8b80aefd8f0
|
||||
version: github.com/appwrite/appwrite/ffa4d347b7ec439210e4dbcf26ed68dfbd06409f
|
||||
'@resvg/resvg-js':
|
||||
specifier: ^2.6.0
|
||||
version: 2.6.0
|
||||
@@ -6590,8 +6590,8 @@ packages:
|
||||
engines: {node: '>=12.20'}
|
||||
dev: true
|
||||
|
||||
github.com/appwrite/appwrite/9d35e7525cb32daa608554b00cd3c8b80aefd8f0:
|
||||
resolution: {tarball: https://codeload.github.com/appwrite/appwrite/tar.gz/9d35e7525cb32daa608554b00cd3c8b80aefd8f0}
|
||||
github.com/appwrite/appwrite/ffa4d347b7ec439210e4dbcf26ed68dfbd06409f:
|
||||
resolution: {tarball: https://codeload.github.com/appwrite/appwrite/tar.gz/ffa4d347b7ec439210e4dbcf26ed68dfbd06409f}
|
||||
name: '@appwrite.io/repo'
|
||||
version: 0.0.0
|
||||
dev: false
|
||||
|
||||
@@ -113,7 +113,6 @@ export const serviceMap: Record<Service, string> = {
|
||||
[Service.Storage]: 'Storage',
|
||||
[Service.Teams]: 'Teams',
|
||||
[Service.Users]: 'Users',
|
||||
[Service.Messaging]: 'Messaging'
|
||||
};
|
||||
|
||||
export const preferredVersion = writable<Version | null>(
|
||||
|
||||
@@ -234,7 +234,7 @@ export async function getService(
|
||||
};
|
||||
|
||||
const examples = getExamples(version);
|
||||
|
||||
|
||||
if (!examples) {
|
||||
return data;
|
||||
}
|
||||
@@ -302,7 +302,7 @@ export async function getService(
|
||||
'rate-key': operation['x-appwrite']['rate-key']
|
||||
});
|
||||
}
|
||||
|
||||
console.log(data);
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
@@ -22,32 +22,27 @@ Appwrite supports a growing list of SMS providers that you can choose from. Choo
|
||||
* Create account
|
||||
* Get credentials
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/sms-providers/dark/twilio.svg" alt="Twilio logo" size="l" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/sms-providers/twilio.svg" alt="Twilio logo" size="l" /%}{% /only_light %}
|
||||
* {% icon icon="twilio" size="l" /%}
|
||||
* Twilio
|
||||
* [Website](https://www.twilio.com)
|
||||
* [Documentation](https://www.twilio.com/docs/iam/access-tokens#step-2-api-key)
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/sms-providers/dark/textmagic.svg" alt="TextMagic logo" size="l" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/sms-providers/textmagic.svg" alt="TextMagic logo" size="l" /%}{% /only_light %}
|
||||
* {% icon icon="textmagic" size="l" /%}
|
||||
* TextMagic
|
||||
* [Website](https://www.textmagic.com)
|
||||
* [Documentation](https://www.textmagic.com/docs/api/start/#How-to-obtain-the-API-credentials)
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/sms-providers/dark/telesign.svg" alt="Telesign logo" size="l" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/sms-providers/telesign.svg" alt="Telesign logo" size="l" /%}{% /only_light %}
|
||||
* {% icon icon="telesign" size="l" /%}
|
||||
* Telesign
|
||||
* [Website](https://www.telesign.com)
|
||||
* [Documentation](https://support.telesign.com/s/article/Find-Customer-ID-and-API-Key)
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/sms-providers/dark/msg91.svg" alt="MSG91 logo" size="l" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/sms-providers/msg91.svg" alt="MSG91 logo" size="l" /%}{% /only_light %}
|
||||
* {% icon icon="msg91" size="l" /%}
|
||||
* MSG91
|
||||
* [Website](https://msg91.com)
|
||||
* [Documentation](https://msg91.com/help/where-can-i-find-my-authentication-key)
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/sms-providers/dark/vonage.svg" alt="Vonage logo" size="l" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/sms-providers/vonage.svg" alt="Vonage logo" size="l" /%}{% /only_light %}
|
||||
* {% icon icon="vonage" size="l" /%}
|
||||
* Vonage
|
||||
* [Website](https://www.vonage.ca/)
|
||||
* [Documentation](https://developer.vonage.com/en/account/secret-management)
|
||||
|
||||
@@ -15,8 +15,7 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
|
||||
* Versions
|
||||
* Architectures
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/nodejs.svg" alt="Node.js logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/nodejs.svg" alt="Node.js logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="node_js" size="l" /%}
|
||||
* [Node.js](https://hub.docker.com/r/openruntimes/node/tags)
|
||||
* `node-14.5`
|
||||
`node-16.0`
|
||||
@@ -25,22 +24,19 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
|
||||
`node-20.0`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/bun.svg" alt="Bun logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/bun.svg" alt="Bun logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="bun" size="l" /%}
|
||||
* [Bun](https://hub.docker.com/r/openruntimes/bun/tags)
|
||||
* `bun-1.0`
|
||||
* x86 / arm64
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/deno.svg" alt="Deno logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/deno.svg" alt="Deno logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="deno" size="l" /%}
|
||||
* [Deno](https://hub.docker.com/r/openruntimes/deno/tags)
|
||||
* `deno-1.21`
|
||||
`deno-1.24`
|
||||
`deno-1.35`
|
||||
* x86
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/python.svg" alt="Python logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/python.svg" alt="Python logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="python" size="l" /%}
|
||||
* [Python](https://hub.docker.com/r/openruntimes/python/tags)
|
||||
* `python-3.8`
|
||||
`python-3.9`
|
||||
@@ -49,8 +45,7 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
|
||||
`python-3.12`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/dart.svg" alt="Dart logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/dart.svg" alt="Dart logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="dart" size="l" /%}
|
||||
* [Dart](https://hub.docker.com/r/openruntimes/dart/tags)
|
||||
* `dart-2.15`
|
||||
`dart-2.16`
|
||||
@@ -60,32 +55,28 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
|
||||
`dart-3.1`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/php.svg" alt="PHP logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/php.svg" alt="PHP logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="php" size="l" /%}
|
||||
* [PHP](https://hub.docker.com/r/openruntimes/php/tags)
|
||||
* `php-8.0`
|
||||
`php-8.1`
|
||||
`php-8.2`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/ruby.svg" alt="Ruby logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/ruby.svg" alt="Ruby logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="ruby" size="l" /%}
|
||||
* [Ruby](https://hub.docker.com/r/openruntimes/ruby/tags)
|
||||
* `ruby-3.0`
|
||||
`ruby-3.1`
|
||||
`ruby-3.2`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/dotnet.svg" alt=".NET logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/dotnet.svg" alt=".NET logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="dotnet" size="l" /%}
|
||||
* [.NET](https://hub.docker.com/r/openruntimes/dotnet/tags)
|
||||
* `dotnet-3.1`
|
||||
`dotnet-6.0`
|
||||
`dotnet-7.0`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/java.svg" alt="Java logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/java.svg" alt="Java logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="java" size="l" /%}
|
||||
* [Java](https://hub.docker.com/r/openruntimes/java/tags)
|
||||
* `java-8.0`
|
||||
`java-11.0`
|
||||
@@ -93,22 +84,19 @@ Below is a list of available Functions runtimes. The Appwrite team continually a
|
||||
`java-18.0`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/swift.svg" alt="Swift logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/swift.svg" alt="Swift logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="swift" size="l" /%}
|
||||
* [Swift](https://hub.docker.com/r/openruntimes/swift/tags)
|
||||
* `swift-5.5`
|
||||
`swift-5.8`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/kotlin.svg" alt="Kotlin logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/kotlin.svg" alt="Kotlin logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="kotlin" size="l" /%}
|
||||
* [Kotlin](https://hub.docker.com/r/openruntimes/kotlin/tags)
|
||||
* `kotlin-1.6`
|
||||
`kotlin-1.8`
|
||||
* x86 / arm64 / armv7 / armv8
|
||||
---
|
||||
* {% only_dark %}{% icon_image src="/images/platforms/dark/c.svg" alt="C++ logo" size="m" /%}{% /only_dark %}
|
||||
{% only_light %}{% icon_image src="/images/platforms/c.svg" alt="C++ logo" size="m" /%}{% /only_light %}
|
||||
* {% icon icon="cpp" size="l" /%}
|
||||
* [C++](https://hub.docker.com/r/openruntimes/cpp/tags)
|
||||
* `cpp-17`
|
||||
`cpp-20`
|
||||
|
||||
Reference in New Issue
Block a user