mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Disable cookie/analytics
Simplify menu items Update some links
This commit is contained in:
parent
d096a9c160
commit
c7b46ef228
5 changed files with 17 additions and 5 deletions
|
@ -6,30 +6,39 @@ http://opensource.org/licenses/MIT.
|
|||
<ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
|
||||
<li><a>{% translate menu-intro layout %}</a>
|
||||
<ul>
|
||||
<!--
|
||||
<li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li>
|
||||
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
|
||||
-->
|
||||
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
|
||||
<li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li>
|
||||
<!--
|
||||
<li{% if page.id == 'how-it-works' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate how-it-works url %}">{% translate menu-how-it-works layout %}</a></li>
|
||||
<li{% if page.id == 'you-need-to-know' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate menu-you-need-to-know layout %}</a></li>
|
||||
-->
|
||||
</ul>
|
||||
</li>
|
||||
<li><a>{% translate menu-resources layout %}</a>
|
||||
<ul>
|
||||
<li{% if page.id == 'resources' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate resources url %}">{% translate menu-resources layout %}</a>
|
||||
<!--
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'exchanges' %} class="active"{% endif %}><a href="/en/exchanges">Exchanges</a></li>{% endif %}
|
||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
|
||||
-->
|
||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="https://www.dash.org/community/">{% translate menu-community layout %}</a></li>
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %}
|
||||
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
||||
<!--
|
||||
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
|
||||
{% if page.lang == 'en' %}
|
||||
<li><a href="/en/bitcoin-core/">{% translate bitcoin-core layout %}</a></li>
|
||||
{% else %}
|
||||
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate download url %}">{% translate bitcoin-core layout %}</a></li>
|
||||
{% endif %}
|
||||
-->
|
||||
</ul>
|
||||
</li>
|
||||
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
|
||||
<!--
|
||||
<li><a>{% translate menu-participate layout %}</a>
|
||||
<ul>
|
||||
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a>
|
||||
|
@ -39,4 +48,5 @@ http://opensource.org/licenses/MIT.
|
|||
</ul>
|
||||
</li>
|
||||
<li{% if page.id == 'faq' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate faq url %}">{% translate menu-faq layout %}</a></li>
|
||||
-->
|
||||
</ul>
|
||||
|
|
|
@ -21,7 +21,9 @@ http://opensource.org/licenses/MIT.
|
|||
<script src="/js/jquery/jquery.qrcode.min.js"></script>
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_ios.png"/>
|
||||
<link rel="apple-touch-icon-precomposed" href="/img/icons/logo_dash_circle_normal.png"/>
|
||||
|
||||
<!-- Turn off cookie/analytic stuff
|
||||
<script>
|
||||
window.cookieconsent_options = {
|
||||
theme: 'light-floating'
|
||||
|
@ -35,3 +37,4 @@ if( navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNot
|
|||
document.getElementsByTagName("head")[0].appendChild(script);
|
||||
}
|
||||
</script>
|
||||
-->
|
||||
|
|
|
@ -322,8 +322,8 @@ http://opensource.org/licenses/MIT.
|
|||
[bitcoin URI subsection]: /en/developer-guide#bitcoin-uri
|
||||
[bitcoind initial setup]: /en/developer-examples
|
||||
[bitcoinpdf]: https://bitcoin.org/en/bitcoin-paper
|
||||
[choose your wallet]: /en/choose-your-wallet
|
||||
[communities]: /en/community
|
||||
[choose your wallet]: https://www.dash.org/wallets/
|
||||
[communities]: https://www.dash.org/community/
|
||||
[core executable]: https://www.dash.org/wallets/#wallets
|
||||
[dev communities]: https://www.dash.org/community/
|
||||
[developer documentation]: /en/developer-documentation
|
||||
|
|
|
@ -7,7 +7,6 @@ lang: en
|
|||
id: developer-documentation
|
||||
title: "Developer Documentation - Dash"
|
||||
breadcrumbs:
|
||||
- bitcoin
|
||||
- Developer Documentation
|
||||
end_of_page: |
|
||||
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
|
||||
|
|
BIN
img/icons/logo_dash_circle_normal.png
Normal file
BIN
img/icons/logo_dash_circle_normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue