Skip to content

Commit 3a3babe

Browse files
committed
changed TOC from ordered to unordered list
1 parent 763de89 commit 3a3babe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
Many organizations are using WebLogic Server, with or without other Oracle Fusion Middleware components, to run their enterprise applications. As more and more organizations move toward Continuous Delivery of their applications, the importance of automated testing grows. Automating WebLogic Server domain creation and application deployment with hand-coded WLST scripts is challenging. After those scripts exist for a project, they must be maintained as the project evolves. The motivation for the Oracle WebLogic Server Deploy Tooling project is to remove the need for most users to write WLST scripts for routine domain creation and application deployment tasks. Instead, the project team can write a declarative, metadata model describing the domain and applications (with their dependent resources), and use one or more of the single-purpose tools provided that perform domain lifecycle operations based on the content of the model. The goal is to make it easy to stand up environments and perform domain lifecycle operations in a repeatable fashion based on a metadata model that can be treated as source and evolve as the project evolves.
44

55
## Table of Contents
6-
1. [Features](#features-of-the-oracle-weblogic-server-deploy-tooling)
6+
- [Features](#features-of-the-oracle-weblogic-server-deploy-tooling)
77
- [Create Domain Tool](site/create.md)
88
- [Update Domain Tool](site/update.md)
99
- [Deploy Applications Tool](site/deploy.md)
1010
- [Discover Domain Tool](site/discover.md)
1111
- [Encrypt Model Tool](site/encrypt.md)
1212
- [Validate Model Tool](site/validate.md)
13-
2. [The Model](#the-metadata-model)
13+
- [The Model](#the-metadata-model)
1414
- [Top-Level Sections](#top-level-model-sections)
1515
- [Simple Example](#simple-example)
1616
- [Model Names](#model-names)
1717
- [Model Semantics](#model-semantics)
1818
- [Modeling Security Providers](#modeling-security-providers)
1919
- [Variable Injection](site/variable_injection.md)
2020
- [Model Filters](site/tool_filters.md)
21-
3. [Downloading and Installing](#downloading-and-installing-the-software)
21+
- [Downloading and Installing](#downloading-and-installing-the-software)
2222

2323
## Features of the Oracle WebLogic Server Deploy Tooling
2424

0 commit comments

Comments
 (0)