committed by
GitHub
parent
f0b7526847
commit
df05e2dab3
@@ -1,7 +1,7 @@
|
||||
const api = {
|
||||
logo: 'https://cdn-icons-png.flaticon.com/512/10169/10169724.png',
|
||||
name: 'Rest API',
|
||||
href: 'https://docs.openpanel.dev/docs/api',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/api',
|
||||
} as const;
|
||||
|
||||
export const frameworks = {
|
||||
@@ -9,32 +9,32 @@ export const frameworks = {
|
||||
{
|
||||
logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/240px-HTML5_logo_and_wordmark.svg.png',
|
||||
name: 'HTML / Script',
|
||||
href: 'https://docs.openpanel.dev/docs/script',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/script',
|
||||
},
|
||||
{
|
||||
logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/2300px-React-icon.svg.png',
|
||||
name: 'React',
|
||||
href: 'https://docs.openpanel.dev/docs/react',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/react',
|
||||
},
|
||||
{
|
||||
logo: 'https://static-00.iconduck.com/assets.00/nextjs-icon-512x512-y563b8iq.png',
|
||||
name: 'Next.js',
|
||||
href: 'https://docs.openpanel.dev/docs/nextjs',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/nextjs',
|
||||
},
|
||||
{
|
||||
logo: 'https://www.datocms-assets.com/205/1642515307-square-logo.svg',
|
||||
name: 'Remix',
|
||||
href: 'https://docs.openpanel.dev/docs/remix',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/remix',
|
||||
},
|
||||
{
|
||||
logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/1024px-Vue.js_Logo_2.svg.png',
|
||||
name: 'Vue',
|
||||
href: 'https://docs.openpanel.dev/docs/vue',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/vue',
|
||||
},
|
||||
{
|
||||
logo: 'https://astro.build/assets/press/astro-icon-dark.png',
|
||||
name: 'Astro',
|
||||
href: 'https://docs.openpanel.dev/docs/astro',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/astro',
|
||||
},
|
||||
api,
|
||||
],
|
||||
@@ -42,7 +42,7 @@ export const frameworks = {
|
||||
{
|
||||
logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/React-icon.svg/2300px-React-icon.svg.png',
|
||||
name: 'React-Native',
|
||||
href: 'https://docs.openpanel.dev/docs/react-native',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/react-native',
|
||||
},
|
||||
api,
|
||||
],
|
||||
@@ -50,12 +50,12 @@ export const frameworks = {
|
||||
{
|
||||
logo: 'https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png',
|
||||
name: 'Node',
|
||||
href: 'https://docs.openpanel.dev/docs/node',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/node',
|
||||
},
|
||||
{
|
||||
logo: 'https://expressjs.com/images/favicon.png',
|
||||
name: 'Express',
|
||||
href: 'https://docs.openpanel.dev/docs/express',
|
||||
href: 'https://docs.openpanel.dev/docs/sdks/express',
|
||||
},
|
||||
{
|
||||
logo: 'https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Laravel.svg/1969px-Laravel.svg.png',
|
||||
|
||||
Reference in New Issue
Block a user