Skip to content

Commit 75d1525

Browse files
authored
Fix remove test meta (github#250)
* remove test meta * remove speech output * include more approved links
1 parent 184f509 commit 75d1525

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.github/workflows/broken-markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Link Checker
1414
uses: lycheeverse/lychee-action@v1.0.8
1515
with:
16-
args: --verbose --no-progress --exclude localhost 127.0.0.1:8000 link_to_something promscale currentVersion packagecloud.io -- **/*.md **/*.html
16+
args: --verbose --no-progress --exclude localhost 127.0.0.1:8000 link_to_something promscale currentVersion packagecloud.io download.postgresql.org cert.example.com -- **/*.md **/*.html
1717
env:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1919

timescaledb/getting-started/access-timescaledb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ quickly add data so that you can quickly start to explore the power of Timescale
5858

5959

6060
[install-psql]: /how-to-guides/connecting/psql/
61-
[launch-timescaledb]: /getting-started/launch-timescaledb/
61+
[launch-timescaledb]: /getting-started/launch-timescaledb/

timescaledb/getting-started/compress-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TimescaleDB comes with native compression capabilities which enable you to analy
44

55
TimescaleDB uses best-in-class compression algorithms along with a novel method to create hybrid row/columnar storage. This gives up to 96% lossless compression rates and speeds up common queries on older data. Compressing data increases the amount of time that your data is "useful" (i.e in a database and not in a low-performance object store), without the corresponding increase in storage usage and bill.
66

7+
78
<highlight type="tip">
89
All postgresql data types can be used in compression.
910

timescaledb/page-index/page-index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ module.exports = [
1515
name: 'description',
1616
content: 'This is the description for the timescaleDB page'
1717
},
18-
{
19-
name: 'title',
20-
content: 'SOMEthing else'
21-
},
22-
{
23-
name: 'FAKE META',
24-
content: 'FAKE NEWS'
25-
}
2618
],
2719
children: [
2820
...overviewPageIndex,

0 commit comments

Comments
 (0)