Skip to content

Commit

Permalink
make changes to suppress technically correct but misleading link issues
Browse files Browse the repository at this point in the history
  • Loading branch information
317brian committed Jun 12, 2023
1 parent 5d4d64d commit af51fe1
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 70 deletions.
48 changes: 0 additions & 48 deletions docs/operations/getting-started.md

This file was deleted.

13 changes: 1 addition & 12 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module.exports={
],
},
{
"href": "/downloads.html",
"href": "/downloads/",
"label": "Download",
"position": "right"
}
Expand All @@ -139,16 +139,5 @@ module.exports={
"src": "img/favicon.png"
}
},
"algolia": {
"appId": "CPK9PMSCEY",
"apiKey": "d4ef4ffe3a2f0c7d1e34b062fd98736b",
"indexName": "apache_druid",
"algoliaOptions": {
"facetFilters": [
"language:LANGUAGE",
"version:druidVersion"
]
}
}
}
}
3 changes: 1 addition & 2 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ const Redirects=[
{
"from": [
"/docs/latest/ingestion/native_tasks.html",
"/docs/latest/ingestion/native-batch-input-sources.html",
"/docs/latest/ingestion/native-batch"
"/docs/latest/ingestion/native-batch-input-sources.html"
],
"to": "/docs/latest/ingestion/input-sources"
},
Expand Down
2 changes: 1 addition & 1 deletion website/script/link-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const path = require('path');
const fg = require('fast-glob');
const fs = require('fs-extra');

const entries = fg.sync(['./build/docs/latest/*.html'])
const entries = fg.sync(['./build/docs/**/*.html'])

function hasAnchor(html, anchor) {
anchor = anchor.replace('#', '');
Expand Down
7 changes: 7 additions & 0 deletions website/src/pages/community/cla.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Druid Contributor License Agreement
layout: simple_page
canonical: 'https://druid.apache.org/community/cla'
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
8 changes: 8 additions & 0 deletions website/src/pages/community/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Apache Druid Community
sectionid: community
layout: simple_page
canonical: 'https://druid.apache.org/community/'
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
6 changes: 6 additions & 0 deletions website/src/pages/community/join-slack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirect_page
redirect_target: https://join.slack.com/t/apachedruidworkspace/shared_invite/zt-143m5afbr-4ebnAPJPaQfNOUu_g1MvSw
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
5 changes: 5 additions & 0 deletions website/src/pages/downloads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Download
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
5 changes: 5 additions & 0 deletions website/src/pages/druid-powered.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Powered by Apache Druid
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
5 changes: 5 additions & 0 deletions website/src/pages/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Frequently Asked Questions
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
7 changes: 0 additions & 7 deletions website/src/pages/index.js

This file was deleted.

5 changes: 5 additions & 0 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: The website home page
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
7 changes: 7 additions & 0 deletions website/src/pages/libraries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Community and Third Party Software
layout: simple_page
canonical: 'https://druid.apache.org/libraries'
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
7 changes: 7 additions & 0 deletions website/src/pages/licensing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: License
layout: simple_page
canonical: 'https://druid.apache.org/licensing'
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
6 changes: 6 additions & 0 deletions website/src/pages/technology.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Technology
canonical: 'https://druid.apache.org/technology'
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.
6 changes: 6 additions & 0 deletions website/src/pages/use-cases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Use Cases
canonical: 'https://druid.apache.org/use-cases'
---

Edit this page in the [`druid-website-src`](https://github.com/apache/druid-website-src/) repo.

0 comments on commit af51fe1

Please sign in to comment.