[roll] Roll fuchsia [docs] Move /cts/ to /ctf/

This CL was generated with:

  SRC=docs/development/testing/cts
  DST=docs/development/testing/ctf

  find docs | grep "/cts/" |\
      xargs -I {} echo "{} $DST/_toc.yaml" >> moves.txt
  fx move-docs moves.txt

  git mv $SRC/example_failed_cts_test.png \
         $SRC/OWNERS \
         $SRC/plasa_manifest_structure.dot.png \
         $DST/

A few manual edits were needed to fix ctf/_toc.yaml.

Original-Bug: 93414
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/728944
Original-Revision: 7183fc459c89d2fcab9d8ff0ac12beddc73fa6c3
GitOrigin-RevId: f539a6053e36b7e00bba1bcb600d190dd3b95e70
Change-Id: I57bafe23b1f60053894a75d95c5fc4929f66558e
1 file changed
tree: 2f2078605e78328f55e9bf7c2d9d496f68839322
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.