The documentation page now includes:
-
SDK Quick Start Section
- Installation commands for NPM and Yarn
- Direct links to NPM package and GitHub repository
- Prominent call-to-action buttons
-
SDK Documentation Cards
- SDK Basics (connection, queries, status)
- PQC Wallets (ML-DSA, SLH-DSA generation)
- Transactions (sending tokens, signing)
- TypeScript Support (type definitions, examples)
- Each card now includes a "Learn more β" link
-
Live Code Examples
- Basic usage example with syntax highlighting
- PQC wallet creation example
- Links to full examples on GitHub
-
Resources Section
- GitHub Repository link
- NPM Package link
- Changelog link
- All open in new tabs
-
Contributing Section
- Links to GitHub Issues and Pull Requests
- Link to CONTRIBUTING.md
- Security advisory instructions
-
RFCs Section
- Instructions for submitting RFCs via GitHub issues
-
Security Section
- Link to GitHub Security Advisories
- Added optional
linkprop - Renders "Learn more β" button when link is provided
- Styled with hover effects
- Added installation code snippet
- Updated call-to-action text
- Changed buttons:
- "SDK Documentation" (primary)
- "View on GitHub" (links to GitHub)
- "Get Test Tokens"
- "Launch Wallet"
- Added SDK links in Resources section:
- SDK on GitHub
- SDK on NPM
- Updated Contributing link to point to CONTRIBUTING.md on GitHub
- Added "Report Issues" link to GitHub Issues
All links now point to:
- GitHub Repository: https://github.com/DytallixHQ/Dytallix
- NPM Package: https://www.npmjs.com/package/@dytallix/sdk
- Examples: https://github.com/DytallixHQ/Dytallix/tree/main/examples
- Contributing: https://github.com/DytallixHQ/Dytallix/blob/main/CONTRIBUTING.md
- Changelog: https://github.com/DytallixHQ/Dytallix/blob/main/CHANGELOG.md
- Issues: https://github.com/DytallixHQ/Dytallix/issues
- Security: https://github.com/DytallixHQ/Dytallix/security/advisories/new
- Code blocks with syntax highlighting
- Consistent color scheme
- Hover effects on interactive elements
- Better information hierarchy
- Mobile-responsive layout
- Test the updated docs page in your browser
- Verify all links work correctly
- Consider adding more example code snippets
- Add API reference documentation when ready
All changes are live in: /Users/rickglenn/dytallix/dytallix-fast-launch/frontend/src/App.jsx