roll: pigweed pw_containers: Refactor docs

pw_containers has grown larger, and the doc treatment of different
containers has been inconsistent. As a precursor to adding more size
reports, this CL reorganizes the module docs into groups of container
types: lists, maps, queues, sets, vectors and utilities.

This makes it easier to navigate the docs, find the container you may be
looking for, and see the relevant information for that container, such
as examples, API references, and code size reports.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264772
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 6681e2e68ef55e6298733a2941448ad689289d54

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c48adeb92ff365..6681e2e68ef55e
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8723576204975788433
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3c5f3ecffad0bfba77414c66d50faa1f6ce84a4e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/265857
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
1 file changed
tree: 797811e3c9786abd1d9472505f23c4963b1227bd
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .buildifier.json
  14. .clang-format
  15. .clangd.shared
  16. .gitignore
  17. .pw_console.yaml
  18. AUTHORS
  19. BUILD.bazel
  20. CONTRIBUTING.md
  21. LICENSE
  22. MODULE.bazel
  23. MODULE.bazel.lock
  24. OWNERS
  25. pigweed.json
  26. README.md
  27. REPO.bazel
README.md

Sense

git clone https://pigweed.googlesource.com/pigweed/showcase/sense

Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.

Please visit Sense: An interactive tour through Pigweed to get started.