aboutsummaryrefslogtreecommitdiff
path: root/docs/BUILD.gn
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2020-01-02 13:11:41 -0800
committerCQ Bot Account <commit-bot@chromium.org>2020-01-03 00:44:56 +0000
commit42225322885b0ed153b9e868261eb72e95684235 (patch)
tree7e00fbd0bcd3cf21aeead44db9bf87efc783b219 /docs/BUILD.gn
parent213060fd225cd39be798a33ae5765e9dae7900c9 (diff)
downloadpigweed-42225322885b0ed153b9e868261eb72e95684235.tar.gz
Import README.md into pigweed docs
Replaces the contents of the Pigweed documentation landing page with the README.md inlined and converted to rst. Change-Id: I6457aaede5ca4c0585af4a00c388278fb14223f5
Diffstat (limited to 'docs/BUILD.gn')
-rw-r--r--docs/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/BUILD.gn b/docs/BUILD.gn
index 16c4a3454..0003609f2 100644
--- a/docs/BUILD.gn
+++ b/docs/BUILD.gn
@@ -31,6 +31,7 @@ group("target_docs") {
pw_doc_gen("docs") {
conf = "conf.py"
sources = [
+ "../README.md",
"index.rst",
"modules.rst",
"targets.rst",