File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 69
69
top : calc (var (--navbar-height ) + var (--toolbar-height ));
70
70
box-shadow : none;
71
71
position : sticky;
72
- height : calc (var (--nav-height--desktop ) - var ( --footer-height ) );
72
+ height : calc (var (--nav-height--desktop ));
73
73
}
74
74
.nav-panel-menu {
75
75
overflow-y : auto;
Original file line number Diff line number Diff line change 3
3
<script async src =" {{{ uiRootPath }}} /js/vendor/tabs-block-behaviour.js?new" ></script >
4
4
<script async src =" {{{ uiRootPath }}} /js/vendor/swagger-ui.js?new" ></script >
5
5
<script async src =" {{{ uiRootPath }}} /js/vendor/component-versions.js?new" ></script >
6
+ <script src =" https://chatwith.tools/chatbot/04f9f1da-f9bd-46c1-a74d-b72cec2014ea.js" async =" " ></script >
6
7
<script src =" {{ uiRootPath }} /js/vendor/custom.js?new" ></script >
7
8
<script async src =" {{{ uiRootPath }}} /js/vendor/tabs.js" ></script >
8
9
<script src =" https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" ></script >
Original file line number Diff line number Diff line change 1
- {{> footer-content }}
1
+ {{!-- {{ > footer-content}} -- }}
2
2
{{> footer-scripts }}
3
3
{{> algolia-scripts }}
Original file line number Diff line number Diff line change 33
33
<div class =" navbar-item" >
34
34
<a class =" navbar-link" href =" https://starknet.io/building-on-starknet/tutorials/" target =" _blank" >Tutorials</a >
35
35
</div >
36
+ <div class =" navbar-item" >
37
+ <a class =" navbar-link" href =" https://twitter.com/@Starknet" target =" _blank" >Twitter</a >
38
+ </div >
39
+ <div class =" navbar-item" >
40
+ <a class =" navbar-link" href =" https://starknet.io/discord" target =" _blank" >Discord</a >
41
+ </div >
42
+ <div class =" navbar-item" >
43
+ <a class =" navbar-link" href =" https://github.com/starknet-io/starknet-docs" target =" _blank" >GitHub</a >
44
+ </div >
36
45
<div class =" theme-toggle-container" >
37
46
<button onclick =" switch_style('toggle')" id =" theme-toggle" class =" theme-toggle navbar-item" ></button >
38
47
</div >
You can’t perform that action at this time.
0 commit comments