Skip to content

Commit 810d90f

Browse files
author
rakeshAlgo
committed
Added left menu and & right sidebar.
1 parent c469f62 commit 810d90f

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)