Skip to content

Commit 9747718

Browse files
committed
corrected date field and page ordering for userguide tools in the hugo front matter
1 parent 2bea8ea commit 9747718

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

documentation/1.9/content/userguide/tools/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Image Tool"
3-
date = 2019-02-22T15:27:54-05:00
3+
date = 2019-02-22
44
weight = 3
55
pre = "<b> </b>"
66
+++

documentation/1.9/content/userguide/tools/cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Cache"
3-
date: 2019-02-23T17:19:24-05:00
3+
date: 2019-02-23
44
draft: false
5-
weight: 4
5+
weight: 5
66
description: "The Image Tool maintains metadata on the local file system for patches and installers. You can use the cache command to manipulate the local metadata."
77
---
88

documentation/1.9/content/userguide/tools/create-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create Image"
3-
date: 2019-02-23T17:19:24-05:00
3+
date: 2019-02-23
44
draft: false
55
weight: 1
66
description: "The create command creates a new Docker image and installs the requested Java and WebLogic software."

documentation/1.9/content/userguide/tools/inspect-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Inspect Image"
3-
date: 2021-07-06T17:19:24-05:00
3+
date: 2021-07-06
44
draft: false
5-
weight: 1
5+
weight: 4
66
description: "The inspect command reports on the contents of a Docker image."
77
---
88

documentation/1.9/content/userguide/tools/rebase-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Rebase Image"
3-
date: 2019-02-23T17:19:24-05:00
3+
date: 2019-02-23
44
draft: false
55
weight: 2
66
description: "The rebase command creates a new Docker image using an existing WebLogic domain from an existing image."

documentation/1.9/content/userguide/tools/update-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Update Image"
3-
date: 2019-02-23T17:19:24-05:00
3+
date: 2019-02-23
44
draft: false
55
weight: 3
66
description: "The update command creates a new Docker image by applying WebLogic patches to an existing image."

0 commit comments

Comments
 (0)