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
http://opensource.org/licenses/MIT.
{% 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/issues/new?body=Source%20File%3A%20{{filename|uri_escape}}%0A%0A">Report Issue</a>
| <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
self.data["filename"] = srcdir + '/' + src
## Page Title: <title> - Bitcoin Glossary
self.data["title"] = self.data["required"]["title_max_40_characters_no_formatting"] + " - Bitcoin Glossary"
## Page Title: <title> - Dash 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)
@name = output_file

View file

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

View file

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

View file

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

View file

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

View file

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