Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
101 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
extends basic | ||
|
||
block content | ||
nav(class='navbar navbar-default navbar-fixed-top doc-nav' id="ec-doc-nav") | ||
if ecWWWLang == 'en' | ||
include ../en/nav | ||
else | ||
include ../components/nav | ||
|
||
.page-main | ||
#page-#{pageConfig.pageName}.page-spa-container | ||
include ../../_generated/spa/#{pageConfig.pageName}/body.html | ||
div(id="page-#{pageConfig.pageName}" class="page-spa-container") | ||
|!{pageConfig.bodyHtml} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
extends ../layouts/tool-spa | ||
extends ../../layouts/tool-spa | ||
|
||
block extra_head | ||
|
||
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
extends ../layouts/tool-spa | ||
extends ../../layouts/tool-spa | ||
|
||
block extra_head | ||
|
||
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
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 |
---|---|---|
@@ -73,6 +73,7 @@ cd ${currWorkingDir} | ||
echo "Build examples done." | ||
|
||
# Build SPA pages. | ||
cd ${thisScriptDir} | ||
node releasePages.js | ||
|
||
# Build www | ||
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