[fuchsia] Add landing README.md to //docs/fuchsia
Include links to all existing .md files.
Also finish updates to //fuchsia_webengine/README.md.
Bug: 1081525
Change-Id: I1dd16ecc3c80d1dd7685ea9067f93203ec4de630
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3656169
Commit-Queue: David Dorwin <[email protected]>
Reviewed-by: Greg Thompson <[email protected]>
Auto-Submit: David Dorwin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1005888}
diff --git a/docs/fuchsia/README.md b/docs/fuchsia/README.md
new file mode 100644
index 0000000..a9e682c
--- /dev/null
+++ b/docs/fuchsia/README.md
@@ -0,0 +1,49 @@
+# Fuchsia
+
+Documentation for developing Chromium for the [Fuchsia](https://fuchsia.dev/) platform.
+
+[TOC]
+
+## Contact information
+
+* [`#fuchsia`](https://chromium.slack.com/archives/CGJCHA1SM) on [Chromium Slack](https://www.chromium.org/developers/slack)
+* [[email protected]](mailto:[email protected])
+
+## Bugs
+
+Fuchsia-specific issues should have Component `Fuchsia` and OS `Fuchsia`.
+
+To report a new issue, use this
+[template](https://bugs.chromium.org/p/chromium/issues/entry?components=Fuchsia&labels=OS-Fuchsia%2CType-Bug).
+
+## Chromium development for Fuchsia
+
+See [Checking out and building on Fuchsia](build_instructions.md) for
+Fuchsia-specific build instructions.
+
+### Deploying and running Fuchsia code.
+
+Fuchsia binaries are deployed and executed via scripts that are automatically
+generated by the `fuchsia_package_installer()` or
+`fuchsia_run_script_with_packages()` GN templates.
+
+For information on running tests, see [Tests](#tests).
+
+#### Debugging
+
+See [Debugging](debug_instructions.md)
+
+#### Tests
+
+* [Deploying and running gtests on Fuchsia](gtests.md)
+* [Deploying content_shell and running web_tests on Fuchsia](web_tests.md)
+* [Running GPU integration tests on Fuchsia](gpu_testing.md)
+* [Running Telemetry Benchmarks on Fuchsia](telemetry.md)
+
+## Fuchsia WebEngine and Runners
+See [Fuchsia WebEngine and Runners](../../fuchsia_webengine/README.md).
+
+## Resources for developers working on Chromium for Fuchsia
+
+* [Fuchsia platform versioning](platform_versioning.md)
+* [Manually updating Chromium to a new Fuchsia SDK](sdk_updates.md)
\ No newline at end of file