Files
pwap/web/public/docs-structure.json
T
pezkuwichain bac4148020 feat(web): authenticated home redesign + Telegram OAuth + SMTP
- AppLayout: logged-in desktop home redesigned — score cards, 4 section
  cards (Finance/Governance/Social/Education), governance extras, fixed
  bottom tab bar (Home/Citizen/Referral) matching mobile layout
- AppLayout: Trading dropdown in header (Presale/Staking/MultiSig),
  Logout button; removed 8-button grid
- Removed PalletsGrid and TokenomicsSection components
- Login: Telegram OAuth via oauth.telegram.org popup + postMessage +
  custom Edge Function (hash verification, find-or-create user,
  magic link token exchange)
- Login: X (Twitter) OAuth 2.0 wired to Supabase
- supabase/functions/telegram-auth: new Edge Function — verifies
  Telegram Login Widget hash, issues Supabase magic link token
- vite.config.ts: process-shim alias to fix TDZ with node polyfills
- i18n: updated locales (en/tr/kmr) for new UI sections
- SDK docs search index regenerated
2026-05-01 10:12:03 +03:00

31 lines
1.1 KiB
JSON

{
"Getting Started": {
"Introduction": "introduction.md",
"Whitepaper": "whitepaper/whitepaper.md"
},
"SDK Reference": {
"📚 Rust SDK Docs": "sdk://open",
"Runtimes & Pallets": "runtimes-pallets.md"
},
"General Docs": {
"AUDIT": "AUDIT.md",
"BACKPORT": "BACKPORT.md",
"RELEASE": "RELEASE.md"
},
"Contributor": {
"CODE OF CONDUCT": "contributor/CODE_OF_CONDUCT.md",
"Commands Readme": "contributor/commands-readme.md",
"Container": "contributor/container.md",
"CONTRIBUTING": "contributor/CONTRIBUTING.md",
"DEPRECATION CHECKLIST": "contributor/DEPRECATION_CHECKLIST.md",
"Docker": "contributor/docker.md",
"DOCUMENTATION GUIDELINES": "contributor/DOCUMENTATION_GUIDELINES.md",
"Markdown Linting": "contributor/markdown_linting.md",
"Prdoc": "contributor/prdoc.md",
"PULL REQUEST TEMPLATE": "contributor/PULL_REQUEST_TEMPLATE.md",
"SECURITY": "contributor/SECURITY.md",
"STYLE GUIDE": "contributor/STYLE_GUIDE.md",
"Weight Generation": "contributor/weight-generation.md"
},
"README": "README.md"
}