[ 
https://issues.apache.org/jira/browse/SOLR-17546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18039577#comment-18039577
 ] 

Jan Høydahl commented on SOLR-17546:
------------------------------------

So, in ReleaseWizard 
[https://github.com/apache/solr/blob/main/dev-tools/scripts/releaseWizard.yaml#L1437-L1469]
 and 
[https://github.com/apache/solr/blob/main/dev-tools/scripts/releaseWizard.yaml#L1511-L1537]
 we build the guide and move the generated .htaccess file to the website. I 
believe it handles renames, not stuff that is gone gone?

Suppose the aim of this Jira is to redirect e.g. 
[https://solr.apache.org/guide/solr/latest/deployment-guide/hadoop-authentication-plugin.html]
 (latest url) to the latest 9.x URL where it still existed before removal. Are 
we sure that Antora will not do this for us? [~houston] do you know?

Anyway I did a git diff and found some more pages that are definitely gone 
since 9x:

 
{code:java}
git diff --name-only --diff-filter=D branch_9x..branch_10_0 | grep adoc
solr/solr-ref-guide/modules/deployment-guide/pages/hadoop-authentication-plugin.adoc
solr/solr-ref-guide/modules/deployment-guide/pages/kerberos-authentication-plugin.adoc
solr/solr-ref-guide/modules/deployment-guide/pages/mbean-request-handler.adoc
solr/solr-ref-guide/modules/deployment-guide/pages/monitoring-with-prometheus-and-grafana.adoc
solr/solr-ref-guide/modules/deployment-guide/pages/solr-on-hdfs.adoc
solr/solr-ref-guide/modules/indexing-guide/pages/external-files-processes.adoc
solr/solr-ref-guide/modules/query-guide/pages/analytics-expression-sources.adoc
solr/solr-ref-guide/modules/query-guide/pages/analytics-mapping-functions.adoc
solr/solr-ref-guide/modules/query-guide/pages/analytics-reduction-functions.adoc
solr/solr-ref-guide/modules/query-guide/pages/analytics.adoc {code}
 

 

> Update .htaccess for Ref Guide for removed pages
> ------------------------------------------------
>
>                 Key: SOLR-17546
>                 URL: https://issues.apache.org/jira/browse/SOLR-17546
>             Project: Solr
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 10.0
>            Reporter: Eric Pugh
>            Priority: Blocker
>              Labels: blocker
>             Fix For: 10.0
>
>
> Before we release 10x we need to update the Ref Guide to handle any removed 
> pages.  This may be through the .htaccess file or via other Antora features.
>  
> So far we have removed:
>  
> solr/solr-ref-guide/modules/deployment-guide/pages/hadoop-authentication-plugin.adoc
> solr/solr-ref-guide/modules/deployment-guide/pages/rule-based-authorization-plugin.adoc



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to