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

stigahuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 84e338b72 IMPALA-11825: Doc update 4.2.0 breaks web search results
84e338b72 is described below

commit 84e338b72337c1e1073597c47e9bfb9e959b386f
Author: Daniel Becker <[email protected]>
AuthorDate: Thu Jan 5 15:27:01 2023 +0100

    IMPALA-11825: Doc update 4.2.0 breaks web search results
    
    We recently updated the upstream Impala docs in
    https://gerrit.cloudera.org/#/c/19367/. The doc build system introduced
    a new directory with CSS formatted html but also renamed the old 'html'
    directory to 'plain-html'. The problem is that changing the directory
    name from 'html' to 'plain-html' breaks web search results as they still
    have the old links.
    
    This change adds a symlink from 'html' to 'asf-site-html' to fix it.
    
    Change-Id: Iab1d5fe5e3be85f26aeeb24be9e0018935d2e424
    Reviewed-on: http://gerrit.cloudera.org:8080/19402
    Reviewed-by: Quanlong Huang <[email protected]>
    Tested-by: Quanlong Huang <[email protected]>
---
 docs/build/html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/build/html b/docs/build/html
new file mode 120000
index 000000000..bf0c8d58f
--- /dev/null
+++ b/docs/build/html
@@ -0,0 +1 @@
+asf-site-html
\ No newline at end of file

Reply via email to