# TODO(b/181782485): Switch to the main book for launch - /responsible_ai/_book.yaml book_path: /responsible_ai/privacy/_book.yaml project_path: /responsible_ai/_project.yaml description: > Page description used for search and social. landing_page: nav: left custom_css_path: /site-assets/css/style.css rows: - heading: TensorFlow Privacy does something great. items: - classname: devsite-landing-row-50 description: > This is a description of PROJECT_NAME. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. code_block: |
import tensorflow as tf import PROJECT_NAME # This is a short code snippet that shows off your project. # Launch a Colab notebook to run this example. print("Hello, PROJECT_NAME"){% dynamic if request.tld != 'cn' %} Run in a Notebook {% dynamic endif %} - classname: devsite-landing-row-cards items: - heading: "Introducing PROJECT_NAME" image_path: /resources/images/tf-logo-card-16x9.png path: https://blog.tensorflow.org buttons: - label: "Read on TensorFlow blog" path: https://blog.tensorflow.org - heading: "PROJECT_NAME video" youtube_id: 3d34Hkf7KXA buttons: - label: Watch the video path: https://www.youtube.com/watch?v=3d34Hkf7KXA - heading: "PROJECT_NAME on GitHub" image_path: /resources/images/github-card-16x9.png path: https://github.com/tensorflow/PROJECT_NAME buttons: - label: "View on GitHub" path: https://github.com/tensorflow/PROJECT_NAME