-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_{async2,channel}: Start FAQ sections
Change-Id: I9174642077e08c55408dc01622deacf1ceb5c628 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/246735 Reviewed-by: Taylor Cramer <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]> Lint: Lint 🤖 <[email protected]> Commit-Queue: Kayce Basques <[email protected]>
- Loading branch information
Kayce Basques
authored and
CQ Bot Account
committed
Nov 4, 2024
1 parent
1c6d9e8
commit 4fbb15f
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,6 +162,7 @@ pw_doc_group("docs") { | |
sources = [ | ||
"design.rst", | ||
"docs.rst", | ||
"guides.rst", | ||
"reference.rst", | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,6 @@ flow control, backpressure, composability, and more. | |
.. toctree:: | ||
:hidden: | ||
|
||
guides | ||
design | ||
reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _module-pw_channel-quickstart-guides: | ||
|
||
=================== | ||
Quickstart & guides | ||
=================== | ||
.. pigweed-module-subpage:: | ||
:name: pw_channel | ||
|
||
.. _module-pw_channel-guides-faqs: | ||
|
||
--------------------------------- | ||
Frequently asked questions (FAQs) | ||
--------------------------------- |