docs: add rust and ruby
This commit is contained in:
@@ -11,6 +11,8 @@ import { RemixIcon } from './icons/remix-icon';
|
||||
import { RestIcon } from './icons/rest-icon';
|
||||
import { SwiftIcon } from './icons/swift-icon';
|
||||
import { VueIcon } from './icons/vue-icon';
|
||||
import { RustIcon } from './icons/rust-icon';
|
||||
import { RubyIcon } from './icons/ruby-icon';
|
||||
|
||||
export type Framework = {
|
||||
key: string;
|
||||
@@ -98,6 +100,20 @@ export const frameworks: Framework[] = [
|
||||
href: 'https://github.com/tbleckert/openpanel-laravel/tree/main',
|
||||
type: ['backend'],
|
||||
},
|
||||
{
|
||||
key: 'rust',
|
||||
IconComponent: RustIcon,
|
||||
name: 'Rust',
|
||||
href: 'https://openpanel.dev/docs/sdks/rust',
|
||||
type: ['backend'],
|
||||
},
|
||||
{
|
||||
key: 'ruby',
|
||||
IconComponent: RubyIcon,
|
||||
name: 'Ruby',
|
||||
href: 'https://openpanel.dev/docs/sdks/ruby',
|
||||
type: ['backend'],
|
||||
},
|
||||
{
|
||||
key: 'ios',
|
||||
IconComponent: SwiftIcon,
|
||||
|
||||
Reference in New Issue
Block a user