-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: initial text updates to economy pages
- Loading branch information
Showing
8 changed files
with
161 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,42 @@ | ||
[[redirects]] | ||
from = "/timeline/" | ||
to = "/roadmap/" | ||
from = "/timeline/" | ||
to = "/roadmap/" | ||
|
||
[[plugins]] | ||
[[plugins]] | ||
package = "netlify-plugin-checklinks" | ||
|
||
[plugins.inputs] | ||
# An array of glob patterns for pages on your site | ||
# Recursive traversal will start from these | ||
entryPoints = [ | ||
"*.html", | ||
] | ||
|
||
# Recurse through all the links and asset references on your page, starting | ||
# at the entrypoints | ||
recursive = true | ||
|
||
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html) | ||
# by default. Enabling pretty mode makes the output easier on the eyes. | ||
pretty = true | ||
|
||
# You can mark some check as skipped, which will block checklinks | ||
# from ever attempting to execute them. | ||
# skipPatterns is an array of strings you can match against failing reports | ||
skipPatterns = [ | ||
"https://riot.im/app/#/room/#safenetwork:matrix.org", | ||
"https://twitter.com/safenetworktech", | ||
"https://global.bittrex.com/Market/Index?MarketName=BTC-MAID" | ||
] | ||
[plugins.inputs] | ||
# An array of glob patterns for pages on your site | ||
# Recursive traversal will start from these | ||
entryPoints = ["*.html"] | ||
|
||
# You can mark some check as todo, which will execute the check, but allow failures. | ||
# todoPatterns is an array of strings you can match against failing reports | ||
todoPatterns = [] | ||
# Recurse through all the links and asset references on your page, starting | ||
# at the entrypoints | ||
recursive = true | ||
|
||
# Report on all broken links to external pages. | ||
# Enabling this will make your tests more brittle, since you can't control | ||
# external pages. | ||
checkExternal = true | ||
# Checklinks outputs TAP (https://testanything.org/tap-version-13-specification.html) | ||
# by default. Enabling pretty mode makes the output easier on the eyes. | ||
pretty = true | ||
|
||
# Enable to check references to source maps, source map sources etc. | ||
# Many build tools don't emit working references, so this is disabled by default | ||
followSourceMaps = false | ||
# You can mark some check as skipped, which will block checklinks | ||
# from ever attempting to execute them. | ||
# skipPatterns is an array of strings you can match against failing reports | ||
skipPatterns = [ | ||
"https://riot.im/app/#/room/#safenetwork:matrix.org", | ||
"https://twitter.com/safenetworktech", | ||
"https://global.bittrex.com/Market/Index?MarketName=BTC-MAID", | ||
"https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b", | ||
] | ||
|
||
# You can mark some check as todo, which will execute the check, but allow failures. | ||
# todoPatterns is an array of strings you can match against failing reports | ||
todoPatterns = [] | ||
|
||
# Report on all broken links to external pages. | ||
# Enabling this will make your tests more brittle, since you can't control | ||
# external pages. | ||
checkExternal = true | ||
|
||
# Enable to check references to source maps, source map sources etc. | ||
# Many build tools don't emit working references, so this is disabled by default | ||
followSourceMaps = false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.