This is an automated email from the ASF dual-hosted git repository. snazy pushed a commit to branch versioned-docs in repository https://gitbox.apache.org/repos/asf/polaris.git
commit 99f1fc33517bc3ec6bb13f86233c529f80e2b9af Author: Robert Stupp <[email protected]> AuthorDate: Wed Sep 4 10:49:33 2024 +0200 Initial commit --- _index.adoc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/_index.adoc b/_index.adoc new file mode 100644 index 0000000..7113f8f --- /dev/null +++ b/_index.adoc @@ -0,0 +1,39 @@ +--- +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +title: All Apache Polaris Versions +cascade: + type: releases + params: + no_list: true +params: + top_hidden: true + # Parameter used to identify the "root" page over all released-version pages. + all_releases_root: true +--- + +Please find all released Polaris versions in the sidebar. + +{{% alert title="Info" color="primary" %}} + +The whole `releases/` folder lives in a separate Git branch `versioned-docs` in the Polaris main repository. +The main source tree would does not contain the `releases/` folder - the site itself renders fine for local development +even without the `releases/` folder. + +{{% /alert %}}
