Skip to content

Commit

Permalink
docs: add sponsors column
Browse files Browse the repository at this point in the history
  • Loading branch information
maoosi committed Jan 3, 2024
1 parent 129311a commit c5b3ba5
Showing 3 changed files with 41 additions and 1 deletion.
38 changes: 38 additions & 0 deletions docs/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<script setup>
import DefaultTheme from 'vitepress/theme'
const { Layout } = DefaultTheme
</script>

<template>
<Layout>
<template #aside-outline-after>
<div class="content">
<div class="title">Our sponsors</div>
<div>
<a href="https://kuizto.co/?utm_source=prisma_appsync&utm_medium=github" target="_blank">
<img src="/sponsors/kuizto-square.png" alt="Kuizto — The Everyday Cooking App" />
</a>
</div>
</div>
</template>
</Layout>
</template>

<style scoped>
.content {
position: relative;
border-left: 1px solid var(--vp-c-divider);
padding-left: 16px;
font-size: 13px;
font-weight: 500;
margin-top: 64px;
}
.title {
letter-spacing: 0.4px;
line-height: 28px;
font-size: 13px;
font-weight: 600;
}
</style>
4 changes: 3 additions & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import Theme from 'vitepress/theme'
import Layout from './Layout.vue'
import './styles/vars.css'

export default {
...Theme,
extends: Theme,
Layout: Layout
}
Binary file added docs/public/sponsors/kuizto-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit c5b3ba5

@vercel
Copy link

@vercel vercel bot commented on c5b3ba5 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prisma-appsync – ./

prisma-appsync-maoosi.vercel.app
prisma-appsync.vercel.app
prisma-appsync-git-main-maoosi.vercel.app

Please sign in to comment.