Skip to content

Commit

Permalink
Docs updates incl. Telegram link
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Oct 10, 2024
1 parent fe76a82 commit 7ece455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default defineConfig({
title: "Zapp SDK",
social: {
github: "https://github.com/proofcarryingdata/parcnet-client",
"x.com": "https://twitter.com/zupassproject"
"x.com": "https://twitter.com/zupassproject",
telegram: "https://t.me/zupass"
},
components: {
SiteTitle: "./src/components/starlight/SiteTitle.astro"
Expand Down
5 changes: 4 additions & 1 deletion apps/docs/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ import { connect, Zapp } from "@parcnet-js/app-connector";

// The details of our Zapp
const myZapp: Zapp = {
name: "My Zapp Name"
name: "My Zapp Name",
permissions: {
READ_PUBLIC_IDENTIFIERS: {}
}
}

// The HTML element to host the <iframe>
Expand Down

0 comments on commit 7ece455

Please sign in to comment.