Skip to content

Commit

Permalink
Merge branch 'vitepress' of github.com:pupil-labs/pupil-docs into vit…
Browse files Browse the repository at this point in the history
…epress
  • Loading branch information
Marc Tonsen committed Nov 14, 2023
2 parents dc4baae + 4795d08 commit d9e5075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions components/cards/CardLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
link?: {
text?: string;
href?: string;
target?: string;
};
}
Expand Down
8 changes: 4 additions & 4 deletions neon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ cards:
link: { text: View, href: "/data-collection/" }
- title: Pupil Cloud
details: Pupil Cloud is a powerful tool for managing your data, analyzing your recordings, and collaborating with your team. It's our recommended tool for analysis.
link: { text: View, href: "" }
link: { text: View, href: "/pupil-cloud/" }
- title: Real-Time API
details: You can access the data Neon generates in real-time and remote control it using its real-time API. Learn how it works here!
link: { text: View, href: "" }
link: { text: View, href: "/real-time-api/tutorials/" }
- title: Chat
details: Come chat with us on Discord! Do you have an issues or questions? Just wanna say hi? Join the chat and drop us a message!
link: { text: View, href: "" }
---
link: { text: View, href: "https://pupil-labs.com/chat", target: "_blank" }
---

0 comments on commit d9e5075

Please sign in to comment.