From 979c092c2983a5ec9b83f70c2539e659d723793b Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:26:11 -0800 Subject: [PATCH] Cherry pick PR #1855: Edit headings of the codelabs, contributors, and development cobalt/site/docs files for DevSite migration (#1988) Refer to the original PR: https://github.com/youtube/cobalt/pull/1855 Edited the headings of codelabs, contributors, and development cobalt/site/docs so that they're compatible with DevSite. Also removed the main index file and fixed typos. b/236404667 Co-authored-by: Alexander Ahn --- .../codelabs/starboard_extensions/codelab.md | 8 ++++---- cobalt/site/docs/contributors/index.md | 8 ++++---- .../reference/supported-features.md | 8 ++++---- cobalt/site/docs/development/setup-android.md | 8 ++++---- cobalt/site/docs/development/setup-docker.md | 8 ++++---- cobalt/site/docs/development/setup-linux.md | 8 ++++---- cobalt/site/docs/development/setup-raspi.md | 8 ++++---- cobalt/site/docs/development/setup-rdk.md | 8 ++++---- cobalt/site/docs/development/setup-windows.md | 8 ++++---- cobalt/site/docs/gen/cobalt/doc/branching.md | 7 +++---- .../cobalt/doc/clients_performance_guide.md | 7 +++---- cobalt/site/docs/gen/cobalt/doc/cvals.md | 7 +++---- cobalt/site/docs/gen/cobalt/doc/deep_links.md | 7 +++---- .../gen/cobalt/doc/device_authentication.md | 7 +++---- .../site/docs/gen/cobalt/doc/docker_build.md | 7 +++---- cobalt/site/docs/gen/cobalt/doc/lifecycle.md | 7 +++---- .../site/docs/gen/cobalt/doc/memory_tuning.md | 9 ++++----- cobalt/site/docs/gen/cobalt/doc/net_log.md | 7 +++---- .../docs/gen/cobalt/doc/performance_tuning.md | 7 +++---- .../docs/gen/cobalt/doc/platform_services.md | 7 +++---- .../docs/gen/cobalt/doc/spherical_video.md | 7 +++---- .../site/docs/gen/cobalt/doc/splash_screen.md | 7 +++---- cobalt/site/docs/gen/cobalt/doc/versioning.md | 7 +++---- .../site/docs/gen/cobalt/doc/voice_search.md | 7 +++---- .../site/docs/gen/cobalt/doc/web_debugging.md | 7 +++---- .../build/doc/gn_migrate_stub_to_platform.md | 7 +++---- .../starboard/build/doc/migrating_gyp_to_gn.md | 10 ++++------ .../starboard/build/doc/migration_changes.md | 9 ++++----- .../site/docs/gen/starboard/doc/api_process.md | 7 +++---- cobalt/site/docs/gen/starboard/doc/building.md | 7 +++---- cobalt/site/docs/gen/starboard/doc/c99.md | 7 +++---- .../docs/gen/starboard/doc/crash_handlers.md | 7 +++---- .../doc/evergreen/cobalt_evergreen_lite.md | 8 +++----- .../doc/evergreen/cobalt_evergreen_overview.md | 7 +++---- .../cobalt_evergreen_reference_port_raspi2.md | 7 +++---- .../doc/evergreen/cobalt_update_framework.md | 7 +++---- .../evergreen/evergreen_binary_compression.md | 7 +++---- .../doc/evergreen/symbolizing_minidumps.md | 7 +++---- .../starboard/doc/howto_decode_to_texture.md | 7 +++---- .../site/docs/gen/starboard/doc/principles.md | 7 +++---- .../docs/gen/starboard/doc/starboard_abi.md | 7 +++---- .../docs/gen/starboard/doc/starboard_split.md | 7 +++---- cobalt/site/docs/gen/starboard/doc/style.md | 7 +++---- .../site/docs/gen/starboard/doc/versioning.md | 7 +++---- cobalt/site/docs/index.md | 18 ------------------ 45 files changed, 144 insertions(+), 199 deletions(-) delete mode 100644 cobalt/site/docs/index.md diff --git a/cobalt/site/docs/codelabs/starboard_extensions/codelab.md b/cobalt/site/docs/codelabs/starboard_extensions/codelab.md index 09e2870dd665..e1f8d21bcaa2 100644 --- a/cobalt/site/docs/codelabs/starboard_extensions/codelab.md +++ b/cobalt/site/docs/codelabs/starboard_extensions/codelab.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Starboard Extensions codelab" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Starboard Extensions codelab The Starboard Extension framework provides a way to add optional, platform-specific features to the Starboard application. A Starboard Extension is an optional interface diff --git a/cobalt/site/docs/contributors/index.md b/cobalt/site/docs/contributors/index.md index 3eb235fa8b31..f576f5f68dc8 100644 --- a/cobalt/site/docs/contributors/index.md +++ b/cobalt/site/docs/contributors/index.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Contributing to Cobalt" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Contributing to Cobalt We'd love to hear about how you would like to contribute to Cobalt! diff --git a/cobalt/site/docs/development/reference/supported-features.md b/cobalt/site/docs/development/reference/supported-features.md index d4e41e45b07f..ef52f0c92677 100644 --- a/cobalt/site/docs/development/reference/supported-features.md +++ b/cobalt/site/docs/development/reference/supported-features.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Cobalt Support Quick Reference" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Cobalt Support Quick Reference ## HTML elements diff --git a/cobalt/site/docs/development/setup-android.md b/cobalt/site/docs/development/setup-android.md index 82e26aa3b22d..2dae1143aed9 100644 --- a/cobalt/site/docs/development/setup-android.md +++ b/cobalt/site/docs/development/setup-android.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Set up your environment - Android" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Set up your environment - Android These instructions explain how to set up Cobalt for your workstation and Android device. The package being built here is referred to as CoAT (Cobalt on Android TV). diff --git a/cobalt/site/docs/development/setup-docker.md b/cobalt/site/docs/development/setup-docker.md index ae9c1b10b168..3632e754b930 100644 --- a/cobalt/site/docs/development/setup-docker.md +++ b/cobalt/site/docs/development/setup-docker.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Set up your environment - Docker" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Set up your environment - Docker We provide Docker image definitions to simplify managing build environments. diff --git a/cobalt/site/docs/development/setup-linux.md b/cobalt/site/docs/development/setup-linux.md index 124a3d09e525..6b96c3f38986 100644 --- a/cobalt/site/docs/development/setup-linux.md +++ b/cobalt/site/docs/development/setup-linux.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Set up your environment - Linux" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Set up your environment - Linux These instructions explain how Linux users set up their Cobalt development environment, clone a copy of the Cobalt code repository, and build a Cobalt diff --git a/cobalt/site/docs/development/setup-raspi.md b/cobalt/site/docs/development/setup-raspi.md index 84952f38a62f..90e1deb62f86 100644 --- a/cobalt/site/docs/development/setup-raspi.md +++ b/cobalt/site/docs/development/setup-raspi.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Set up your environment - Raspberry Pi" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Set up your environment - Raspberry Pi These instructions explain how to set up Cobalt for your workstation and your Raspberry Pi device. They have been tested with Ubuntu:20.04 and a Raspberry Pi diff --git a/cobalt/site/docs/development/setup-rdk.md b/cobalt/site/docs/development/setup-rdk.md index 6a16461ad92a..21ec792c24f3 100644 --- a/cobalt/site/docs/development/setup-rdk.md +++ b/cobalt/site/docs/development/setup-rdk.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Set up your environment - RDK" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Set up your environment - RDK The detailed documentation for building and using RDK-V reference port is provided by the RDK project. Please see details in diff --git a/cobalt/site/docs/development/setup-windows.md b/cobalt/site/docs/development/setup-windows.md index 47a98cc50969..c0dc7c3f9e7d 100644 --- a/cobalt/site/docs/development/setup-windows.md +++ b/cobalt/site/docs/development/setup-windows.md @@ -1,7 +1,7 @@ ---- -layout: doc -title: "Set up your environment - Windows" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Set up your environment - Windows These instructions explain how Windows users can set up their Cobalt development environment, clone a copy of the Cobalt code repository, and build a Cobalt diff --git a/cobalt/site/docs/gen/cobalt/doc/branching.md b/cobalt/site/docs/gen/cobalt/doc/branching.md index c3b9cd9c8b6b..42b8b34502d7 100644 --- a/cobalt/site/docs/gen/cobalt/doc/branching.md +++ b/cobalt/site/docs/gen/cobalt/doc/branching.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Branching" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Branching *(This document assumes you are already familiar diff --git a/cobalt/site/docs/gen/cobalt/doc/clients_performance_guide.md b/cobalt/site/docs/gen/cobalt/doc/clients_performance_guide.md index bfed2e7b62c2..65676a829696 100644 --- a/cobalt/site/docs/gen/cobalt/doc/clients_performance_guide.md +++ b/cobalt/site/docs/gen/cobalt/doc/clients_performance_guide.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Clients Performance Guide" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Clients Performance Guide This document contains a list of hints and tricks for using web technologies diff --git a/cobalt/site/docs/gen/cobalt/doc/cvals.md b/cobalt/site/docs/gen/cobalt/doc/cvals.md index 665c6a17f13e..35dcd506fcac 100644 --- a/cobalt/site/docs/gen/cobalt/doc/cvals.md +++ b/cobalt/site/docs/gen/cobalt/doc/cvals.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt CVals" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt CVals ## Overview diff --git a/cobalt/site/docs/gen/cobalt/doc/deep_links.md b/cobalt/site/docs/gen/cobalt/doc/deep_links.md index c73491f891ff..cdf20f8f7798 100644 --- a/cobalt/site/docs/gen/cobalt/doc/deep_links.md +++ b/cobalt/site/docs/gen/cobalt/doc/deep_links.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Deep Links" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Deep Links - [Cobalt Deep Links](#cobalt-deep-links) diff --git a/cobalt/site/docs/gen/cobalt/doc/device_authentication.md b/cobalt/site/docs/gen/cobalt/doc/device_authentication.md index c7dcb7c01176..8d9f7e276bdf 100644 --- a/cobalt/site/docs/gen/cobalt/doc/device_authentication.md +++ b/cobalt/site/docs/gen/cobalt/doc/device_authentication.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Device Authentication" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Device Authentication Starting in Cobalt 20, initial URL requests will now have query parameters diff --git a/cobalt/site/docs/gen/cobalt/doc/docker_build.md b/cobalt/site/docs/gen/cobalt/doc/docker_build.md index 9f49f2d54023..06a183f3859c 100644 --- a/cobalt/site/docs/gen/cobalt/doc/docker_build.md +++ b/cobalt/site/docs/gen/cobalt/doc/docker_build.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Docker builds" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Docker builds Cobalt includes [Docker image][docker.com](https://www.docker.com/) diff --git a/cobalt/site/docs/gen/cobalt/doc/lifecycle.md b/cobalt/site/docs/gen/cobalt/doc/lifecycle.md index d945ff12501d..a07d1a59c8d4 100644 --- a/cobalt/site/docs/gen/cobalt/doc/lifecycle.md +++ b/cobalt/site/docs/gen/cobalt/doc/lifecycle.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Application Lifecycle" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Application Lifecycle In order to meet common needs of applications running on CE devices, Cobalt diff --git a/cobalt/site/docs/gen/cobalt/doc/memory_tuning.md b/cobalt/site/docs/gen/cobalt/doc/memory_tuning.md index 1c097878aa83..daa26f3463e0 100644 --- a/cobalt/site/docs/gen/cobalt/doc/memory_tuning.md +++ b/cobalt/site/docs/gen/cobalt/doc/memory_tuning.md @@ -1,8 +1,7 @@ ---- -layout: doc -title: "" ---- -# Memory Tuning # +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + +# Memory Tuning Cobalt is designed to choose sensible parameters for memory-related options and parameters through a system called "AutoMem". diff --git a/cobalt/site/docs/gen/cobalt/doc/net_log.md b/cobalt/site/docs/gen/cobalt/doc/net_log.md index 0dbea4c47f4c..2358f814ce50 100644 --- a/cobalt/site/docs/gen/cobalt/doc/net_log.md +++ b/cobalt/site/docs/gen/cobalt/doc/net_log.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt NetLog" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt NetLog Chromium has a very useful network diagnostic tool called the NetLog and Cobalt diff --git a/cobalt/site/docs/gen/cobalt/doc/performance_tuning.md b/cobalt/site/docs/gen/cobalt/doc/performance_tuning.md index 90936c3bef38..ea27a56ae07f 100644 --- a/cobalt/site/docs/gen/cobalt/doc/performance_tuning.md +++ b/cobalt/site/docs/gen/cobalt/doc/performance_tuning.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Performance Tuning" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Performance Tuning Cobalt is designed to choose sensible parameters for all performance-related diff --git a/cobalt/site/docs/gen/cobalt/doc/platform_services.md b/cobalt/site/docs/gen/cobalt/doc/platform_services.md index 2228aa7d5e6b..84d3e2e2404f 100644 --- a/cobalt/site/docs/gen/cobalt/doc/platform_services.md +++ b/cobalt/site/docs/gen/cobalt/doc/platform_services.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Platform Services" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Platform Services _NOTE: The Cobalt Platform Services API replaces the deprecated Cobalt Custom Web API Extensions_ diff --git a/cobalt/site/docs/gen/cobalt/doc/spherical_video.md b/cobalt/site/docs/gen/cobalt/doc/spherical_video.md index b82de1e1ee1d..ecdd5b19f031 100644 --- a/cobalt/site/docs/gen/cobalt/doc/spherical_video.md +++ b/cobalt/site/docs/gen/cobalt/doc/spherical_video.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Enabling Spherical Video in Cobalt" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Enabling Spherical Video in Cobalt Cobalt supports playback of 360 spherical videos. Cobalt does not expose diff --git a/cobalt/site/docs/gen/cobalt/doc/splash_screen.md b/cobalt/site/docs/gen/cobalt/doc/splash_screen.md index 16651c373068..918175818984 100644 --- a/cobalt/site/docs/gen/cobalt/doc/splash_screen.md +++ b/cobalt/site/docs/gen/cobalt/doc/splash_screen.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Splash Screen" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Splash Screen ## Startup splash screen sequence diff --git a/cobalt/site/docs/gen/cobalt/doc/versioning.md b/cobalt/site/docs/gen/cobalt/doc/versioning.md index 020d6075be8c..4cf9e660719d 100644 --- a/cobalt/site/docs/gen/cobalt/doc/versioning.md +++ b/cobalt/site/docs/gen/cobalt/doc/versioning.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Versioning" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Versioning Cobalt versions, as they appear in the user agent, have the following structure: diff --git a/cobalt/site/docs/gen/cobalt/doc/voice_search.md b/cobalt/site/docs/gen/cobalt/doc/voice_search.md index 503428fdf1f9..c8bfcc43ea7e 100644 --- a/cobalt/site/docs/gen/cobalt/doc/voice_search.md +++ b/cobalt/site/docs/gen/cobalt/doc/voice_search.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Enabling voice search in Cobalt" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Enabling voice search in Cobalt Cobalt enables voice search through a subset of the diff --git a/cobalt/site/docs/gen/cobalt/doc/web_debugging.md b/cobalt/site/docs/gen/cobalt/doc/web_debugging.md index 63ff1af042c7..185faca756b5 100644 --- a/cobalt/site/docs/gen/cobalt/doc/web_debugging.md +++ b/cobalt/site/docs/gen/cobalt/doc/web_debugging.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Web Debugging" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Web Debugging ## Overview diff --git a/cobalt/site/docs/gen/starboard/build/doc/gn_migrate_stub_to_platform.md b/cobalt/site/docs/gen/starboard/build/doc/gn_migrate_stub_to_platform.md index 12c93569ba26..15bfcaa5a854 100644 --- a/cobalt/site/docs/gen/starboard/build/doc/gn_migrate_stub_to_platform.md +++ b/cobalt/site/docs/gen/starboard/build/doc/gn_migrate_stub_to_platform.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Stub to Platform GN Migration" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Stub to Platform GN Migration This document outlines a step by step process for converting the stub platform's diff --git a/cobalt/site/docs/gen/starboard/build/doc/migrating_gyp_to_gn.md b/cobalt/site/docs/gen/starboard/build/doc/migrating_gyp_to_gn.md index 5645ced64ac2..b4ac5c949d9e 100644 --- a/cobalt/site/docs/gen/starboard/build/doc/migrating_gyp_to_gn.md +++ b/cobalt/site/docs/gen/starboard/build/doc/migrating_gyp_to_gn.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Migrating GYP to GN" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Migrating GYP to GN Cobalt is currently in the process of migrating from our current build system @@ -205,8 +204,7 @@ them. ### Validating a Target If you're migrating a single target, it's simple to check: just configure the -build using the the necessary arguments then build that target with `ninja`, -i.e.: +build using the necessary arguments then build that target with `ninja`, i.e.: ``` static_library("new_target") { ... } diff --git a/cobalt/site/docs/gen/starboard/build/doc/migration_changes.md b/cobalt/site/docs/gen/starboard/build/doc/migration_changes.md index 468de10e6c89..dd5419c40b91 100644 --- a/cobalt/site/docs/gen/starboard/build/doc/migration_changes.md +++ b/cobalt/site/docs/gen/starboard/build/doc/migration_changes.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "GYP to GN Migration Changes" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # GYP to GN Migration Changes This file tracks changes to configuration meta build configuration variables in @@ -46,7 +45,7 @@ variables. ## Notes: * *Starboard Implementation:* If your platform defined - `STARBOARD_IMPLENTATION` in its implementation, you would now add the above + `STARBOARD_IMPLEMENTATION` in its implementation, you would now add the above config with `configs += ["//starboard/build/config:starboard_implementation"]`. diff --git a/cobalt/site/docs/gen/starboard/doc/api_process.md b/cobalt/site/docs/gen/starboard/doc/api_process.md index 0d699d2816b0..37023ade1796 100644 --- a/cobalt/site/docs/gen/starboard/doc/api_process.md +++ b/cobalt/site/docs/gen/starboard/doc/api_process.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Starboard API Review Process" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Starboard API Review Process ## Why do we need a process? diff --git a/cobalt/site/docs/gen/starboard/doc/building.md b/cobalt/site/docs/gen/starboard/doc/building.md index 99fecd95619f..306b2c58e291 100644 --- a/cobalt/site/docs/gen/starboard/doc/building.md +++ b/cobalt/site/docs/gen/starboard/doc/building.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Building Starboard" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Building Starboard Starboard currently uses GYP as the basis of its build system, though there is diff --git a/cobalt/site/docs/gen/starboard/doc/c99.md b/cobalt/site/docs/gen/starboard/doc/c99.md index 0c32d9359190..5fb5f90d6b1e 100644 --- a/cobalt/site/docs/gen/starboard/doc/c99.md +++ b/cobalt/site/docs/gen/starboard/doc/c99.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Starboard and C99" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Starboard and C99 ## Background diff --git a/cobalt/site/docs/gen/starboard/doc/crash_handlers.md b/cobalt/site/docs/gen/starboard/doc/crash_handlers.md index 36ba5422a1ba..93d3de570f02 100644 --- a/cobalt/site/docs/gen/starboard/doc/crash_handlers.md +++ b/cobalt/site/docs/gen/starboard/doc/crash_handlers.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Installing Crash Handlers in Cobalt" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Installing Crash Handlers in Cobalt Partners can install Crashpad's crash handlers to create crash reports in the diff --git a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_lite.md b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_lite.md index 93ff983c71fa..55b54e2ea46c 100644 --- a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_lite.md +++ b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_lite.md @@ -1,9 +1,7 @@ ---- -layout: doc -title: "Evergreen Lite Partner Doc" ---- -Evergreen Lite Partner Doc +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml +# Evergreen Lite Partner Doc ## What is Cobalt Evergreen Lite? diff --git a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_overview.md b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_overview.md index 98de330fa0e5..edb0b46c81d0 100644 --- a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_overview.md +++ b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_overview.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Evergreen Overview" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Evergreen Overview ![Cobalt non-Evergreen vs diff --git a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_reference_port_raspi2.md b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_reference_port_raspi2.md index 549fe7007ddb..2bfc1e3b34dd 100644 --- a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_reference_port_raspi2.md +++ b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_evergreen_reference_port_raspi2.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Evergreen Raspi-2 Reference Port" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Evergreen Raspi-2 Reference Port ## Requirements diff --git a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_update_framework.md b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_update_framework.md index f1b1cf8f2f6a..bd27bce867a1 100644 --- a/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_update_framework.md +++ b/cobalt/site/docs/gen/starboard/doc/evergreen/cobalt_update_framework.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Cobalt Update Framework" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Cobalt Update Framework ## Background diff --git a/cobalt/site/docs/gen/starboard/doc/evergreen/evergreen_binary_compression.md b/cobalt/site/docs/gen/starboard/doc/evergreen/evergreen_binary_compression.md index 3d37997b1932..568eb8a858a4 100644 --- a/cobalt/site/docs/gen/starboard/doc/evergreen/evergreen_binary_compression.md +++ b/cobalt/site/docs/gen/starboard/doc/evergreen/evergreen_binary_compression.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Evergreen Binary Compression" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Evergreen Binary Compression ## What is Evergreen Binary Compression? diff --git a/cobalt/site/docs/gen/starboard/doc/evergreen/symbolizing_minidumps.md b/cobalt/site/docs/gen/starboard/doc/evergreen/symbolizing_minidumps.md index df7a502ecf0f..08e8d39d0712 100644 --- a/cobalt/site/docs/gen/starboard/doc/evergreen/symbolizing_minidumps.md +++ b/cobalt/site/docs/gen/starboard/doc/evergreen/symbolizing_minidumps.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "How to Symbolize Dumps" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # How to Symbolize Dumps Evergreen will store the minidumps (`.dmp` files) from the 2 most recent diff --git a/cobalt/site/docs/gen/starboard/doc/howto_decode_to_texture.md b/cobalt/site/docs/gen/starboard/doc/howto_decode_to_texture.md index b15eb5eb04c9..fd6bbd5b87c9 100644 --- a/cobalt/site/docs/gen/starboard/doc/howto_decode_to_texture.md +++ b/cobalt/site/docs/gen/starboard/doc/howto_decode_to_texture.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "**HOWTO:** Decode to Texture" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # **HOWTO:** Decode to Texture Starboard declares the interfaces necessary to allow applications to query for diff --git a/cobalt/site/docs/gen/starboard/doc/principles.md b/cobalt/site/docs/gen/starboard/doc/principles.md index 04e039ced217..3c96a19e2373 100644 --- a/cobalt/site/docs/gen/starboard/doc/principles.md +++ b/cobalt/site/docs/gen/starboard/doc/principles.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Starboard Design Principles" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Starboard Design Principles An overview of the goals and design principles of Starboard with the perspective diff --git a/cobalt/site/docs/gen/starboard/doc/starboard_abi.md b/cobalt/site/docs/gen/starboard/doc/starboard_abi.md index 92720015b700..6d99001d1c3b 100644 --- a/cobalt/site/docs/gen/starboard/doc/starboard_abi.md +++ b/cobalt/site/docs/gen/starboard/doc/starboard_abi.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Starboard ABI" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Starboard ABI The Starboard ABI was introduced to provide a single, consistent method for diff --git a/cobalt/site/docs/gen/starboard/doc/starboard_split.md b/cobalt/site/docs/gen/starboard/doc/starboard_split.md index 6eeaf9506803..b5f6720644cf 100644 --- a/cobalt/site/docs/gen/starboard/doc/starboard_split.md +++ b/cobalt/site/docs/gen/starboard/doc/starboard_split.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Separation of Starboard from Cobalt" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Separation of Starboard from Cobalt ### Background diff --git a/cobalt/site/docs/gen/starboard/doc/style.md b/cobalt/site/docs/gen/starboard/doc/style.md index c837ed1faeeb..6c0358b80d9e 100644 --- a/cobalt/site/docs/gen/starboard/doc/style.md +++ b/cobalt/site/docs/gen/starboard/doc/style.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Starboard C and C++ Style Guide" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Starboard C and C++ Style Guide A description of the coding conventions for Starboard code and API headers. diff --git a/cobalt/site/docs/gen/starboard/doc/versioning.md b/cobalt/site/docs/gen/starboard/doc/versioning.md index c3e07f174c7c..b33e73bcbc10 100644 --- a/cobalt/site/docs/gen/starboard/doc/versioning.md +++ b/cobalt/site/docs/gen/starboard/doc/versioning.md @@ -1,7 +1,6 @@ ---- -layout: doc -title: "Starboard Versioning" ---- +Project: /youtube/cobalt/_project.yaml +Book: /youtube/cobalt/_book.yaml + # Starboard Versioning ## Motivation diff --git a/cobalt/site/docs/index.md b/cobalt/site/docs/index.md deleted file mode 100644 index 6a981fc265a4..000000000000 --- a/cobalt/site/docs/index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: home ---- - -
-
-

sd_card Efficient

-

Cobalt's small binary is optimized for memory, reducing the likelihood of out-of-memory crashes.

-
-
-

security Secure

-

Cobalt ensures strong security by requiring use of HTTPS and CSP.

-
-
-

devices_other Cross-platform

-

Cobalt's targeted, streamlined porting process supports a wide range of platforms and device types.

-
-