feat: capitalize PDS and add link to official docs
- capitalize Personal Data Server (PDS) throughout - link first mention in info modal to atproto.com/guides/overview - update meta descriptions and onboarding text
···1212 <meta property="og:type" content="website">
1313 <meta property="og:url" content="https://at-me.fly.dev/">
1414 <meta property="og:title" content="@me - explore your atproto identity">
1515- <meta property="og:description" content="visualize your decentralized identity and see what apps have stored data in your personal data server">
1515+ <meta property="og:description" content="visualize your decentralized identity and see what apps have stored data in your Personal Data Server">
1616 <meta property="og:image" content="https://at-me.fly.dev/static/og-image.png">
17171818 <!-- Twitter -->
1919 <meta property="twitter:card" content="summary_large_image">
2020 <meta property="twitter:url" content="https://at-me.fly.dev/">
2121 <meta property="twitter:title" content="@me - explore your atproto identity">
2222- <meta property="twitter:description" content="visualize your decentralized identity and see what apps have stored data in your personal data server">
2222+ <meta property="twitter:description" content="visualize your decentralized identity and see what apps have stored data in your Personal Data Server">
2323 <meta property="twitter:image" content="https://at-me.fly.dev/static/og-image.png">
24242525 <style>
···230230 <meta property="og:type" content="website">
231231 <meta property="og:url" content="https://at-me.fly.dev/">
232232 <meta property="og:title" content="@me - explore your atproto identity">
233233- <meta property="og:description" content="visualize your decentralized identity and see what apps have stored data in your personal data server">
233233+ <meta property="og:description" content="visualize your decentralized identity and see what apps have stored data in your Personal Data Server">
234234 <meta property="og:image" content="https://at-me.fly.dev/static/og-image.png">
235235236236 <!-- Twitter -->
237237 <meta property="twitter:card" content="summary_large_image">
238238 <meta property="twitter:url" content="https://at-me.fly.dev/">
239239 <meta property="twitter:title" content="@me - explore your atproto identity">
240240- <meta property="twitter:description" content="visualize your decentralized identity and see what apps have stored data in your personal data server">
240240+ <meta property="twitter:description" content="visualize your decentralized identity and see what apps have stored data in your Personal Data Server">
241241 <meta property="twitter:image" content="https://at-me.fly.dev/static/og-image.png">
242242243243 <style>
···956956 <div class="info-modal" id="infoModal">
957957 <h2>@me - your repository</h2>
958958 <p>on traditional social platforms, your content is locked in. want to switch? you start from zero. you build their network, they control the distribution.</p>
959959- <p>on atproto, you own everything. your data lives in your personal server. apps like bluesky, whitewind, and frontpage just write to YOUR space. switch apps anytime, take it all with you.</p>
959959+ <p>on atproto, you own everything. your data lives in your <a href="https://atproto.com/guides/overview" target="_blank" rel="noopener noreferrer" style="color: var(--text); text-decoration: underline;">Personal Data Server (PDS)</a>. apps like bluesky, whitewind, and frontpage just write to YOUR space. switch apps anytime, take it all with you.</p>
960960 <p>click your @ in the center to see what you've built. click any app to see what it's stored in your repository.</p>
961961 <button id="closeInfo">got it</button>
962962 <button id="restartTour" onclick="window.restartOnboarding()" style="margin-left: 0.5rem; background: var(--surface-hover);">restart tour</button>
+3-3
static/onboarding.js
···55 {
66 target: '.identity',
77 title: 'this is you',
88- description: 'your global identity and handle. your data is hosted at your personal data server (pds).',
88+ description: 'your global identity and handle. your data is hosted at your Personal Data Server (PDS).',
99 position: 'bottom'
1010 },
1111 {
1212 target: '.canvas',
1313 title: 'third-party applications',
1414- description: 'these apps use your global identity to write public records to your pds. they can also read records you\'ve created.',
1414+ description: 'these apps use your global identity to write public records to your PDS. they can also read records you\'ve created.',
1515 position: 'center'
1616 },
1717 {
1818 target: '.app-view',
1919 title: 'explore your records',
2020- description: 'click any app to see what records it has written to your pds.',
2020+ description: 'click any app to see what records it has written to your PDS.',
2121 position: 'bottom'
2222 }
2323];