Skip to content

Commit a52f6f5

Browse files
authored
Merge pull request #505 from robnester-rh/EC-1475
add tools and tips-and-tricks pages
2 parents 34f8b02 + 1242e87 commit a52f6f5

File tree

4 files changed

+1535
-0
lines changed

4 files changed

+1535
-0
lines changed

website/config/_default/hugo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ copyright = "Red Hat, Inc. All rights reserved."
77
relativeURLs = true
88
staticDir = ["static", "antora"]
99
paginate = 12
10+
# Added to enable embedding html lists in markdown tables.
11+
[markup.goldmark.renderer]
12+
unsafe = true

website/config/_default/menu.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
url = '/resources'
5454
weight = 60
5555

56+
[[main]]
57+
name = 'Tools'
58+
parent = 'Documentation'
59+
url = '/tools'
60+
weight = 70
61+
62+
[[main]]
63+
name = 'Tips & Tricks'
64+
parent = 'Documentation'
65+
url = '/tips-and-tricks'
66+
weight = 80
67+
5668
[[main]]
5769
name = 'Source Code'
5870
url = 'https://github.com/conforma'

0 commit comments

Comments
 (0)