Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 515 Bytes

TizenFX Docs

Building TizenFX API Reference

Prerequisites

Build documents

$ ./build.sh

Build documents with the specific docfx file

# Build documents for internals API
$ DOCFX_FILE=docfx_internals.json ./build.sh

# Build documents for docs.tizen.org
$ DOCFX_FILE=docfx_tizen_docs.json ./build.sh

Serve local built documents

$ docfx serve _site