File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export default {
4343 apidocs : {
4444 source : API_DOCS_FOLDER ,
4545 layout : 'api/index.ejs' ,
46+ source : '/path/to/nightwatch/lib/api/' ,
4647
4748 createUrl ( filePath ) {
4849 const fileName = basename ( filePath , extname ( filePath ) ) ;
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ body.navbar-visible .bs-sidebar {
449449
450450.right-side-nav {
451451 position : fixed;
452- right : 10 px ;
452+ right : 5 px ;
453453 top : 120px ;
454454}
455455
@@ -459,6 +459,7 @@ body.navbar-visible .bs-sidebar {
459459 padding-top : 10px ;
460460 padding-left : 0 ;
461461 padding-right : 0px ;
462+
462463}
463464
464465/* @media screen and (max-width: 1400px) {
Original file line number Diff line number Diff line change @@ -1244,12 +1244,11 @@ html {
12441244.doc-sideNav {
12451245 top : 50px ;
12461246 padding-top : 50px ;
1247- position : sticky;
1247+ /* position: static; */
12481248 height : 100% ;
12491249 padding-right : 0 ;
12501250 padding-left : 0 ;
12511251}
1252-
12531252.doc-sideNav ul {
12541253 list-style-type : none;
12551254 padding-left : 20px ;
@@ -2474,6 +2473,7 @@ section.secondary h1.community-support-title {
24742473
24752474.doc-container .full-width .doc-main-body {
24762475 border-right : 1px solid # F6F6F6 ;
2476+ max-width : 60% ;
24772477}
24782478
24792479.doc-main-body h1 ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const content = [...pageContent.matchAll(/<h3[^>]*id="([^"]+)".*?>(?:<a[^>]*>([^
77 }));
88%>
99
10- <div class =" wrapper " >
10+ <div class =" wrapper22 " style = " position : static ; " >
1111 <h5 >On this page</h5 >
1212 <nav class =" main-side-nav" >
1313 <% content .forEach (({ id, title }) => { % >
Original file line number Diff line number Diff line change 417417 </div >
418418
419419 <div class =" d-none d-xl-block col-xl-2 doc-sideNav right-side-nav" >
420- <div class =" wrapper" >
420+ <div class =" wrapper" style = " background-color : blueviolet ; " >
421421 <h5 >On this page</h5 >
422422 <nav class =" main-side-nav" >
423423 <% rightSidebarContent .forEach (({ id, title }) => { % >
You can’t perform that action at this time.
0 commit comments