[docs] add English source for the Thread Primer (#5088)

This commit is contained in:
Jeff Bumgardner
2020-06-15 11:41:55 -07:00
committed by GitHub
parent 8856ce132d
commit 79c564fc6e
6 changed files with 931 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
set -euo pipefail
readonly OT_BUILD_JOBS=$(getconf _NPROCESSORS_ONLN)
readonly OT_EXCLUDE_DIRS=(third_party)
readonly OT_EXCLUDE_DIRS=(third_party doc/site)
readonly OT_CLANG_SOURCES=('*.c' '*.cc' '*.cpp' '*.h' '*.hpp')
readonly OT_MARKDOWN_SOURCES=('*.md')