Skip to content

Commit 6f262ae

Browse files
author
Zsolt Borbély
committed
Include Port API documentation to webpage-generator script
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
1 parent 228f6f7 commit 6f262ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/update-webpage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ GETTING_STARTED_MD="01.GETTING-STARTED.md"
2727
API_REFERENCE_MD="02.API-REFERENCE.md"
2828
API_EXAMPLES_MD="03.API-EXAMPLE.md"
2929
INTERNALS_MD="04.INTERNALS.md"
30+
PORT_API_MD="05.PORT-API.md"
3031

3132
declare -A titles
3233

3334
titles[$GETTING_STARTED_MD]="Getting Started"
3435
titles[$API_REFERENCE_MD]="API Reference"
3536
titles[$API_EXAMPLES_MD]="API Examples"
3637
titles[$INTERNALS_MD]="Internals"
38+
titles[$PORT_API_MD]="Port API"
3739

3840
for docfile in $docs_dir/*.md; do
3941
docfile_base=`basename $docfile`

0 commit comments

Comments
 (0)