Skip to content

Commit 0a8e89d

Browse files
committed
Merge #646: bips: Remove outdated table and link to GitHub doc
1c3abe1 navigation: Remove link to BIPs from navigation (MarcoFalke) b6eb99d travis: Remove unused sudo (MarcoFalke) f232531 bips: Remove outdated table and link to GitHub doc (MarcoFalke) Pull request description: Branch/release specific information about BIPs is already available in the git repo itself. Remove it here lest having it oudated. ACKs for commit 1c3abe: harding: Tested ACK 1c3abe1 Thanks! Tree-SHA512: 14b8d23240d5c5de2397e8622c32b53179bd6f64eafc9b46159713b65c71f01d0bea73209586f805b9eb4487d2dd74720df9e960e30bcc4aecae4b6ff6fa0872
2 parents 4df1030 + 1c3abe1 commit 0a8e89d

File tree

7 files changed

+4
-55
lines changed

7 files changed

+4
-55
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ language: ruby
22
rvm:
33
- "2.2.2"
44

5-
## Allows use of docker-based containers, which are more available than
6-
## the xen-based (or whatever) VMs, so builds tend to happen sooner
7-
sudo: false
8-
9-
## Save bundler deps. Requires sudo: false
5+
## Save bundler deps.
106
cache: bundler
117

128
## Disable external link checking to prevent spurious failures because

_data/navigation.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ en:
7171
meetings:
7272
title: "meetings"
7373
url: "/en/meetings/"
74-
bips:
75-
title: "Supported BIPs"
76-
url: "/en/bips/"
7774
eol:
7875
title: "Lifecycle"
7976
url: "/en/lifecycle"
@@ -244,9 +241,6 @@ zh_TW:
244241
meetings:
245242
title: "meetings"
246243
url: "/en/meetings/"
247-
bips:
248-
title: "Supported BIPs"
249-
url: "/en/bips/"
250244
eol:
251245
title: "Lifecycle"
252246
url: "/en/lifecycle/"

_data/source_navigation.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ en:
6565
meetings:
6666
title: "meetings"
6767
url: "/en/meetings/"
68-
bips:
69-
title: "Supported BIPs"
70-
url: "/en/bips/"
7168
eol:
7269
title: "Lifecycle"
7370
url: "/en/lifecycle"

_includes/pages/bips-list.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

_includes/references.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
[#bitcoin-core-dev]: https://webchat.freenode.net?channels=%23bitcoin-core-dev&uio=MTY9dHJ1ZSYxMT0yMTU87
121121
[issues]: https://github.com/bitcoin/bitcoin/issues
122122
[pulls]: https://github.com/bitcoin/bitcoin/pulls
123+
[BitcoinCoreDocBips]: https://github.com/bitcoin/bitcoin/blob/master/doc/bips.md
123124
[bitcoin-discuss]: http://lists.linuxfoundation.org/mailman/listinfo/bitcoin-discuss
124125
[bitcoin-dev]: http://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
125126
[bitcoin-core-dev]: http://lists.linuxfoundation.org/mailman/listinfo/bitcoin-core-dev

_posts/en/pages/2016-01-13-supported-bips.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ version: 2
1010
redirect_from:
1111
- /zh_TW/bips/
1212
---
13-
Bitcoin Core supports the following [BIPs][BIP1].
13+
Bitcoin Core supports the following [BIPs][BitcoinCoreDocBips].
1414

15-
| BIP |Supported since| Title |
16-
|-----|---------------|-------|
17-
{% include pages/bips-list.md %}
1815
{% include references.md %}

_posts/zh_CN/pages/2016-01-13-supported-bips.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ permalink: /zh_CN/bips/
88
share: false
99
version: 2
1010
---
11-
比特币核心支持如下[BIPs][BIP1]
11+
比特币核心支持如下[BIPs][BitcoinCoreDocBips]
1212

13-
| BIP |Supported since| Title |
14-
|-----|---------------|-------|
15-
{% include pages/bips-list.md %}
1613
{% include references.md %}

0 commit comments

Comments
 (0)