Skip to content

WDK Docs v1 – Initial Version

Viet Tan Tran requested to merge github/fork/raigal-r/dev/docs-v1 into main

Created by: raigal-r

Initialize comprehensive documentation for WDK.

Summary

This PR updates the repository from README-only to a comprehensive documentation set. It introduces a structured docs folder, initial content for core areas, and a consistent navigation/taxonomy for future expansion. No runtime code changes.

Key Additions

  • Overview and vision pages to frame WDK.
  • Getting Started/Quickstart for React Native.
  • SDK guides (bridge, lending, swap) with references.
  • UI Kit docs (theming and API).
  • Consolidated structure under wdk-docs.

Structure

  • Root docs live in /wdk-docs/**
  • Sections include:
    • overview/**
    • start-building/**
    • sdk/** (bridge, lending, swap)
    • ui-kits/react-native-ui-kit/**
    • examples-and-starters/**
    • tools/**
    • resources/**

Merge request reports