[roll] Roll fuchsia [docs] Nest configuration documentation in a subsection.

We recently add an overview page that introduced the various component
configuration mechanisms on Fuchsia.

This CL moves the detailed pages for particular configuration mechanisms
(namely structured configuration and config_data) into a new section
alongside this overview. I've also updated the pages that link to them.

Previously config_data shared a page with other more general ways to
provide data files to components, I've now split that material out onto
its own page.

(Shai, I'm also happy to do a follow on CL to mark the fact that
config_data is deprecated when your RFC lands).

Preview available for convenience at:
https://fuchsia.devsite.corp.google.com/preview/jsankey

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705325
Original-Revision: 192adc7a5b3074f5477611952203506b30510ec3
GitOrigin-RevId: 08acd0e112807ae9ec615eb2c121ffea17b8d78f
Change-Id: Ib910a6ff66f684b578245f51b6eaa9e56b2e6b0a
1 file changed
tree: a9a97a6e410818ae84fce393b732d97674196894
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.