This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 1d40c32  Multilingual: add permalinks to English site pages.
1d40c32 is described below

commit 1d40c32dbcd9d6278667aaceacd37b67a2ca01fc
Author: James Turton <[email protected]>
AuthorDate: Mon Jun 28 11:48:50 2021 +0200

    Multilingual: add permalinks to English site pages.
---
 apacheASF.html         | 1 +
 architecture.html      | 1 +
 blog.html              | 3 ++-
 community-resources.md | 1 +
 docs.html              | 3 ++-
 download.html          | 1 +
 faq.md                 | 1 +
 mailinglists.md        | 1 +
 overview.html          | 1 +
 poweredBy.html         | 1 +
 search.html            | 1 +
 team.md                | 3 ++-
 why.html               | 1 +
 13 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/apacheASF.html b/apacheASF.html
index 40822b9..c0ab77f 100644
--- a/apacheASF.html
+++ b/apacheASF.html
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: "Apache Software Foundation"
+permalink: /apacheASF
 ---
 <p>
     Drill is an Apache Software Foundation project that has benefited from a 
large community of developers and
diff --git a/architecture.html b/architecture.html
index 963d8b6..6e49db2 100644
--- a/architecture.html
+++ b/architecture.html
@@ -2,6 +2,7 @@
 layout: page
 title: Architecture
 description: Apache Drill is a low latency distributed query engine for 
large-scale datasets, including structured and semi-structured/nested data. 
Inspired by Google's Dremel, Drill is designed to scale to several thousands of 
nodes and query petabytes of data at interactive speeds that BI/Analytics 
environments require.
+permalink: /architecture
 ---
   <h2>High-Level Architecture<h2>
 
diff --git a/blog.html b/blog.html
index 779c182..bc7cd41 100644
--- a/blog.html
+++ b/blog.html
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: Blog
+permalink: /blog
 ---
 {% for post in site.categories.blog %}<!-- previously: site.posts -->
 <p><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ 
post.title }}</a><br/>
@@ -12,4 +13,4 @@ title: Blog
 <h1>Third-Party Articles</h1>
 {% for article in site.data.articles %}<!-- previously: site.posts -->
 <p><a class="post-link" href="{{ article.url }}">{{ article.title }}</a>{% if 
article.date %} ({{ article.date | date: "%b %-d, %Y" }}){% endif %}{% if 
article.excerpt %}<br/>{{ article.excerpt }}{% endif %}</p>
-{% endfor %}
\ No newline at end of file
+{% endfor %}
diff --git a/community-resources.md b/community-resources.md
index e6cee04..fd56281 100644
--- a/community-resources.md
+++ b/community-resources.md
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: "Community Resources"
+permalink: /community-resources
 ---
 
 ## User Resources
diff --git a/docs.html b/docs.html
index c8a0416..8742e6f 100644
--- a/docs.html
+++ b/docs.html
@@ -3,6 +3,7 @@ layout: docpage
 title: Documentation
 noChildren: true
 relative_path: 'docs.html'
+permalink: /docs
 ---
 
 
@@ -15,4 +16,4 @@ If you're new to Drill, try out one of these resources:
   <li><a href="{{ site.baseurl }}/docs/drill-introduction">Drill 
Introduction</a></li>
   <li><a href="{{ site.baseurl 
}}/docs/tutorials-introduction">Tutorials</a></li>
   <li><a href="{{ site.baseurl }}/apidocs">API</a></li>
-</ul>
\ No newline at end of file
+</ul>
diff --git a/download.html b/download.html
index 91f1f94..7a49531 100644
--- a/download.html
+++ b/download.html
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: Download
+permalink: /download
 ---
 <link href="{{ site.baseurl }}/css/download.css" rel="stylesheet" 
type="text/css">
 <p>Drill {{ site.data.version.display_version }} was released on {{ 
site.data.version.release_date }}.</p>
diff --git a/faq.md b/faq.md
index 25ac0a4..0ca08fc 100644
--- a/faq.md
+++ b/faq.md
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: "Frequently Asked Questions"
+permalink: /faq
 ---
 ## Overview
 
diff --git a/mailinglists.md b/mailinglists.md
index 625a7b3..b4d0e52 100644
--- a/mailinglists.md
+++ b/mailinglists.md
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: "Mailing Lists"
+permalink: /mailinglists
 ---
 All communication related to the Apache Drill project happens on the mailing 
lists:
 
diff --git a/overview.html b/overview.html
index 24330d0..3001843 100644
--- a/overview.html
+++ b/overview.html
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: Overview
+permalink: /overview
 ---
   <h2>Complete Drill Documentation</h2>
   <p><a href="http://drill.apache.org/docs/"; target="_blank">Click here</a></p>
diff --git a/poweredBy.html b/poweredBy.html
index 48fec18..3e26329 100644
--- a/poweredBy.html
+++ b/poweredBy.html
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: "Powered By Drill"
+permalink: /poweredBy
 ---
 <link href="{{ site.baseurl }}/css/poweredBy.css" rel="stylesheet" 
type="text/css">
 <div class="int_text">
diff --git a/search.html b/search.html
index 6ca4915..fe11080 100644
--- a/search.html
+++ b/search.html
@@ -1,6 +1,7 @@
 ---
 layout: default
 title: Search
+permalink: /search
 ---
 <link href="{{ site.baseurl }}/css/search.css" rel="stylesheet" 
type="text/css">
 
diff --git a/team.md b/team.md
index 20f19f1..4c50093 100644
--- a/team.md
+++ b/team.md
@@ -1,6 +1,7 @@
 ---
 layout: page
 title: "Team"
+permalink: /team
 ---
 The Apache Drill developer community is growing rapidly and currently includes 
dozens of contributors employed by many organizations, such as MapR, Intuit, 
Hortonworks, Elastic, LinkedIn, Pentaho, Cisco and the University of 
Wisconsin-Madison.
 
@@ -60,4 +61,4 @@ We welcome contributions to the project. If you're interested 
in contributing, t
 | Venki Korukanti         | venki                               |
 | Vitalii Diravka         | vitalii                             |
 | Vova Vysotskyi          | volodymyr                           |
-| Weijie Tong             | weijie                              |
\ No newline at end of file
+| Weijie Tong             | weijie                              |
diff --git a/why.html b/why.html
index 9bb1232..846bf35 100644
--- a/why.html
+++ b/why.html
@@ -2,6 +2,7 @@
 layout: page
 title: Why Drill
 description: Top 10 Reasons to Use Drill
+permalink: /why
 ---
 <h2>1. Get started in minutes</h2>
 <p>It only takes a couple minutes to start working with Drill. Untar it on 
your Mac or Windows laptop and run a query on a local file. No need to set up 
any infrastructure. No need to define schemas. Just point at the data and 
drill!</p>

Reply via email to