Skip to content

Commit e6a0031

Browse files
authored
Merge pull request #24 from rakeshAlgo/landing-page-ui
Added left Navigation and & right sidebar for on this page section.
2 parents e908d0a + 810d90f commit e6a0031

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/partials/body-landing-core-concept.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<div class="body container">
1+
<div class="body container-fluid">
2+
{{> nav}}
3+
{{> toc}}
24
<main class="article" data-ceiling="topbar">
35
<article class="doc landing-page-doc">
46
{{{page.contents}}}

src/partials/body-landing-sdk.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<div class="body container">
1+
<div class="body container-fluid">
2+
{{> nav}}
3+
{{> toc}}
24
<main class="article" data-ceiling="topbar">
35
<article class="doc landing-page-doc">
46

0 commit comments

Comments
 (0)