Misc minor cleanup

This commit is contained in:
thephez 2017-10-04 17:16:09 -04:00
parent 3564879e58
commit e9ffedbb41
7 changed files with 11 additions and 12 deletions

View file

@ -2,7 +2,7 @@
This file is licensed under the MIT License (MIT) available on This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT. http://opensource.org/licenses/MIT.
{% endcomment %}{% if filename %}<div class="subhead-links sourcefile" data-sourcefile="{{filename|uri_escape}}" {% endcomment %}{% if filename %}<div class="subhead-links sourcefile" data-sourcefile="{{filename|uri_escape}}"
><a href="https://github.com/thephez/dash.org//edit/master/{{filename|uri_escape}}">Edit</a> ><a href="https://github.com/thephez/dash.org/edit/master/{{filename|uri_escape}}">Edit</a>
| <a href="https://github.com/thephez/dash.org/commits/master/{{filename|uri_escape}}">History</a> | <a href="https://github.com/thephez/dash.org/commits/master/{{filename|uri_escape}}">History</a>
| <a href="https://github.com/thephez/dash.org/issues/new?body=Source%20File%3A%20{{filename|uri_escape}}%0A%0A">Report Issue</a> | <a href="https://github.com/thephez/dash.org/issues/new?body=Source%20File%3A%20{{filename|uri_escape}}%0A%0A">Report Issue</a>
| <a href="/en/development#devcommunities">Discuss</a></div> | <a href="/en/development#devcommunities">Discuss</a></div>

View file

@ -22,8 +22,8 @@ module Jekyll
## Pass in the full path to enable edit-on-github links ## Pass in the full path to enable edit-on-github links
self.data["filename"] = srcdir + '/' + src self.data["filename"] = srcdir + '/' + src
## Page Title: <title> - Bitcoin Glossary ## Page Title: <title> - Dash Glossary
self.data["title"] = self.data["required"]["title_max_40_characters_no_formatting"] + " - Bitcoin Glossary" self.data["title"] = self.data["required"]["title_max_40_characters_no_formatting"] + " - Dash Glossary"
## Output file is v<version>.md (converted later to HTML) ## Output file is v<version>.md (converted later to HTML)
@name = output_file @name = output_file

View file

@ -7,7 +7,7 @@ lang: en
id: developer-examples id: developer-examples
title: "Developer Examples - Bitcoin" title: "Developer Examples - Bitcoin"
breadcrumbs: breadcrumbs:
- bitcoin # - bitcoin
- dev docs - dev docs
- Examples - Examples
end_of_page: | end_of_page: |

View file

@ -2,11 +2,10 @@
# This file is licensed under the MIT License (MIT) available on # This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
title: Developer Glossary - Bitcoin title: Developer Glossary - Dash
layout: base layout: base
lang: en lang: en
breadcrumbs: breadcrumbs:
- bitcoin
- dev docs - dev docs
- Glossary - Glossary
end_of_page: | end_of_page: |
@ -17,7 +16,7 @@ end_of_page: |
<link rel="stylesheet" href="/css/jquery-ui.min.css"> <link rel="stylesheet" href="/css/jquery-ui.min.css">
{% capture markdown_content %} {% capture markdown_content %}
# Bitcoin Developer Glossary # Dash Developer Glossary
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more"> <input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
@ -74,7 +73,7 @@ page](/en/vocabulary).</span>
{% when 'p' %} {% when 'p' %}
See also: [P2P protocol messages](/en/developer-reference#data-messages) See also: [P2P protocol messages](/en/developer-reference#data-messages)
{% when 'r' %} {% when 'r' %}
See also: [Bitcoin Core RPCs](/en/developer-reference#rpc-quick-reference) See also: [Dash Core RPCs](/en/developer-reference#rpc-quick-reference)
{% endcase %} {% endcase %}
<ul class="wrapped_list"> <ul class="wrapped_list">
@ -91,7 +90,7 @@ page](/en/vocabulary).</span>
new term][] for the glossary!</span> new term][] for the glossary!</span>
</div> </div>
[suggest a new term]: https://github.com/bitcoin-dot-org/bitcoin.org/issues/new?title=New%20glossary%20term%20suggestion: [suggest a new term]: https://github.com/thephez/dash.org/issues/new?title=New%20glossary%20term%20suggestion:
{% include references.md %} {% include references.md %}
{{site.glossary_links}} {{site.glossary_links}}
{% endcapture %} {% endcapture %}

View file

@ -7,7 +7,7 @@ lang: en
id: developer-guide id: developer-guide
title: "Developer Guide - Bitcoin" title: "Developer Guide - Bitcoin"
breadcrumbs: breadcrumbs:
- bitcoin # - bitcoin
- dev docs - dev docs
- Guide - Guide
end_of_page: | end_of_page: |

View file

@ -7,7 +7,7 @@ lang: en
id: developer-reference id: developer-reference
title: "Developer Reference - Dash" title: "Developer Reference - Dash"
breadcrumbs: breadcrumbs:
- bitcoin # - bitcoin
- dev docs - dev docs
- Reference - Reference
end_of_page: | end_of_page: |

View file

@ -5,6 +5,6 @@
layout: base layout: base
lang: en lang: en
id: index id: index
title: Bitcoin title: Dash
--- ---
{% include templates/index.html %} {% include templates/index.html %}