# Which Problems Are Solved This document is draft for applying to the DPF it provides a privacy policy compliant to DPF principles. Privacy Policy according to [DPF principles](https://www.dataprivacyframework.gov/). This draft was approved by the U.S. Department of Commerce. # How the Problems Are Solved * Add DPF Adherence Statement * Add Recourse, Enforcement, and Liability: Including IDR and Arbitration * Self-certification completed * Registered for independent recourse mechanism (JAMS) * Approval by U.S. Department of Commerce # Additional Changes * Update HQ address * Removed the analytics providers and provided a link to the sub-processor list. All analytics providers are marked as such and have a link to their privacy policy. * Added a note that future notices will be published on our trust center * Smaller changes such as updating headings --------- Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
ZITADEL-Docs
This website is built using Docusaurus 2, a modern static website generator.
The documentation is part of the ZITADEL monorepo and uses pnpm and Nx for development and build processes.
Quick Start
Run the following commands from the repositorys root directory to install all dependencies needed. Using Corepack makes sure you have the pnpm version intalled that is declared in .
corepack enable
pnpm install
Start a docs server
# Start development server with live-reloading
pnpm nx run @zitadel/docs:dev
# Or serve a production build
pnpm nx run @zitadel/docs:start
The site will be available at http://localhost:3100
Add new Sites to existing Topics
To add a new site to the already existing structure simply save the md file into the corresponding folder and append the sites id int the file sidebars.js.
If you are introducing new APIs (gRPC), you need to add a new entry to docusaurus.config.js under the plugins section.
Build Process
The documentation build process automatically:
- Downloads required protoc plugins - Ensures
protoc-gen-connect-openapiis available - Generates gRPC documentation - Creates API docs from proto files
- Generates API documentation - Creates OpenAPI specification docs
- Copies configuration files - Includes configuration examples
- Builds the Docusaurus site - Generates the final static site