Skip to content

Commit c098899

Browse files
authored
Ensure docs/ examples have description and keywords on all pages (#729)
1 parent 67b0676 commit c098899

File tree

79 files changed

+237
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+237
-73
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ----------------------------------------------------------------------------------------------------------------------
2-
# Copyright (c) 2019, 2024, Oracle and/or its affiliates.
2+
# Copyright (c) 2019, 2025, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# http://oss.oracle.com/licenses/upl.
55
#
@@ -2935,7 +2935,7 @@ test-docs: docs
29352935
serve-docs:
29362936
@echo "Serving documentation on http://localhost:8080"
29372937
cd $(BUILD_OUTPUT)/docs; \
2938-
python -m SimpleHTTPServer 8080
2938+
python3 -m http.server 8080
29392939

29402940
# ======================================================================================================================
29412941
# Release targets

docs/about/01_overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Overview
10-
:description: Coherence Operator documentation
10+
:description: Coherence Operator Documentation
1111
:keywords: oracle coherence, kubernetes, operator, documentation
1212
1313
== Get Going

docs/about/02_introduction.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Coherence Operator Introduction
10+
:description: Coherence Operator Documentation - Introduction
11+
:keywords: oracle coherence, kubernetes, operator, documentation, introduction
1012
1113
== What is the Coherence Operator?
1214
The Coherence Operator is a https://kubernetes.io/docs/concepts/extend-kubernetes/operator/[Kubernetes Operator] that

docs/about/03_quickstart.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Quick Start
10+
:description: Coherence Operator Documentation - Quick Start
11+
:keywords: oracle coherence, kubernetes, operator, documentation, quick start
1012
1113
This guide is a simple set of steps to install the Coherence Operator and then use that
1214
to install a simple Coherence cluster.

docs/about/05_upgrade.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Upgrade from Version 2
10+
:description: Coherence Operator Documentation - Upgrade from Version 2
11+
:keywords: oracle coherence, kubernetes, operator, documentation, upgrade, version 2, version 3
1012
1113
== Upgrading from Operator v2
1214

docs/applications/010_overview.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Overview
10+
:description: Coherence Operator Documentation - Application Deployment
11+
:keywords: oracle coherence, kubernetes, operator, documentation, application deployment, deployment
1012
1113
== Overview
1214

docs/applications/020_build_application.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Build Application Images
10+
:description: Coherence Operator Documentation - Build Application Images
11+
:keywords: oracle coherence, kubernetes, operator, documentation, Build Application Images, build
1012
1113
== Build Custom Application Images
1214

docs/applications/030_deploy_application.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
///////////////////////////////////////////////////////////////////////////////
88
99
= Deploy Coherence Applications
10+
:description: Coherence Operator Documentation - Deploy Coherence Applications
11+
:keywords: oracle coherence, kubernetes, operator, documentation, Deploy Coherence Applications
1012
1113
== Deploy Coherence Applications
1214

docs/applications/032_rolling_upgrade.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2024, 2025 Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at
55
http://oss.oracle.com/licenses/upl.
66

77
///////////////////////////////////////////////////////////////////////////////
88
99
= Rolling Upgrades of Coherence Applications
10+
:description: Coherence Operator Documentation - Rolling Upgrades of Coherence Applications
11+
:keywords: oracle coherence, kubernetes, operator, documentation, rolling upgrades
1012
1113
== Rolling Upgrades of Coherence Applications
1214

docs/applications/040_application_main.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
///////////////////////////////////////////////////////////////////////////////
88
99
= Set the Application Main
10+
:description: Coherence Operator Documentation - Set the Application Main
11+
:keywords: oracle coherence, kubernetes, operator, documentation, set application main
1012
1113
== Set the Application Main
1214

0 commit comments

Comments
 (0)