This repo contains Tizen documents for platform and application developers.
All files under ./docs/ are hosted on the Tizen Docs site.
Only add information that is suitable for public release. Do not include credentials, private contact information, unreleased product details, or other non-public material.
tizen-docs/
├── docs/ # Published site source (docs.tizen.org)
│ ├── application/ # App developer guides — native, web, dotnet, flutter,
│ │ │ # plus tizen-studio/vscode-ext/vstools tooling docs
│ │ └── */api/ # Generated API reference (HTML). Do not hand-edit.
│ ├── platform/ # Platform/OS docs — HAL, compliance, porting,
│ │ # developing, reference, release-notes, what-is-tizen
│ ├── extensions/tizenx/ # TizenX extension SDK guides + generated API reference
│ ├── iot/ # IoT profile guides + generated API reference
│ ├── partners/ # Partner program docs
│ ├── blog/ # Blog posts
│ ├── images/ # Shared site images
│ └── menu.yaml, get-started.md, glossary.md, trademarks.md
├── styleguide/ # Writing style and naming-rule references
├── reviewguide/ # PR reviewer walkthroughs (per content type, stg build)
├── tools/check_docs.py # Link/TOC validator, run before every PR
├── .github/ # CODEOWNERS, pull request template
└── .claude/skills/tizen-docs/ # Claude Code skill for authoring and review
docs/ mixes hand-written Markdown with generated, versioned API-reference dumps
(HTML/JS/CSS under */api/**). Of the roughly 80,000 tracked files under docs/, only
about 1,900 are hand-authored .md pages; the rest is generated API reference that must
be fixed upstream, never edited by hand — see
AGENTS.md for the full rule.
For a directory-by-directory breakdown with file counts, see the skill's directory map.
Repository-specific instructions for AI coding agents are in
AGENTS.md and
.claude/skills/tizen-docs/SKILL.md.
They explain the public-content boundary, where documents belong, how to update the
published navigation, and which generated areas must be fixed upstream.
Validate changed documentation before opening a pull request:
python3 tools/check_docs.py --changed-only --base origin/master
git diff --checkTo contribute, see the Contributing Guide and the issues list.
Please take a look at the following instructions before starting.
Write issues and pull requests in English.
We are going to review Review/Requested PRs.
- Contributors have to attach Review/Requested, as soon as creating a PR.
- Reviewers have to change the label to Review/Reviewing when they starts to review a PR.
- When one of reviewers approve a PR, he/she has to update the label to Review/Scheduled.
- Although the state is Review/Scheduled others can change it to Review/Reviewing when more improvements are needed.
Naming Rules for Tizen Terms was added.
Please see the Headings style.
...
Use sentence-style capitalization. Always capitalize:
- The first word of a heading.
- The word following a colon in a title or heading (for example, "How to: Sort an array").
Headings should be done using atx-style, that is, use 1-6 hash characters (#) at the start of the line to indicate a heading, corresponding to HTML headings levels H1 through H6. Examples of first- and second-level headers are used above....
The Tizen documents in this project are licensed under the Creative Commons Attribution 3.0 License and the Code Examples are under the BSD-3-Clause License. See Content License for more details.
