Skip to content

Commit 635d1dd

Browse files
committed
Undoing release-1.11 specific config changes
1 parent b320ccb commit 635d1dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11'
17+
baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main'
1818
languageCode = 'en-us'
1919
title = 'Apache Flink Kubernetes Operator'
2020
enableGitInfo = false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
2424
[params]
2525
# Flag whether this is a stable version or not.
2626
# Used for the quickstart page.
27-
IsStable = true
27+
IsStable = false
2828

2929
# Flag to indicate whether an outdated warning should be shown.
3030
ShowOutDatedWarning = false
@@ -53,13 +53,13 @@ pygmentsUseClasses = true
5353

5454
ProjectHomepage = "//flink.apache.org"
5555

56-
JavaDocs = "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11/api/java/"
56+
JavaDocs = "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/api/java/"
5757

5858
# External links at the bottom
5959
# of the menu
6060
MenuLinks = [
6161
["Project Homepage", "//flink.apache.org"],
62-
["JavaDocs", "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11/api/java/"]
62+
["JavaDocs", "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/api/java/"]
6363
]
6464

6565
PreviousDocs = [

0 commit comments

Comments
 (0)