Skip to content

Commit 068b9fb

Browse files
authored
reorganizing doc structure and adding TODOs all over the place (#632)
* doc reorg * updates
1 parent d372e08 commit 068b9fb

39 files changed

+238
-141
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The [User guide](site/user-guide.md) provides detailed information about all asp
5252

5353
# Samples
5454

55-
**TODO** put a list of samples here with a summary and links
55+
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code we provide.
5656

5757
# Developer guide
5858

kubernetes/samples/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# WebLogic operator samples
22

3+
**TODO** write intro
4+
35
## Sample scripts
46

5-
* [Sample for creating a Kubernetes secret](scripts/create-weblogic-domain/create-weblogic-credentials.sh) that contains the Administration Server credentials. This secret can be used in creating a WebLogic domain resource.
7+
* [Sample for creating a Kubernetes secret](scripts/create-weblogic-domain/README.md) that contains the Administration Server credentials. This secret can be used in creating a WebLogic domain resource.
68
* [Sample for creating a PV or PVC](scripts/create-weblogic-domain-pv-pvc/README.md) that can be used by a domain resource as the persistent storage for the WebLogic domain home or log files.
79
* [Sample for creating a WebLogic domain home on an existing PV or PVC](scripts/create-weblogic-domain/domain-home-on-pv/README.md), and the domain resource YAML file for deploying the generated WebLogic domain.
8-
* [Sample for configuring the Elasticsearch and Kibana](scripts/elasticsearch_and_kibana.yaml) deployments and services for the operator's logs.
9-
* [Sample for generating a self-signed certificate and private key](scripts/generate-external-rest-identity.sh) that can be used for the operator's external REST API.
10+
* [Sample for creating a WebLogic domain home inside a Docker image](scripts/create-weblogic-domain/domain-home-in-image/README.md), and the domain resource YAML file for deploying the generated WebLogic domain.
11+
* [Sample for configuring the Elasticsearch and Kibana](scripts/elasticsearch-and-kibana/README.md) deployments and services for the operator's logs.
12+
* [Sample for generating a self-signed certificate and private key](scripts/rest/README.md) that can be used for the operator's external REST API.
1013

1114
## Sample Helm charts
1215

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ceating credentials for a WebLogic domain
2+
3+
**TODO** write me
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**TODO** write me
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**TODO** write me
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**TODO** write me

0 commit comments

Comments
 (0)