Skip to content

Commit f925f27

Browse files
authored
Credits and config (#1025)
1 parent d106384 commit f925f27

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
[_build]
3+
render = "never"
4+
list = "never"
5+
publishResources = false
6+
+++
7+
8+
{{%children containerstyle="div" style="h2" description="true" %}}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "Credits"
3+
+++
4+
5+
## Contributors
6+
7+
Thank you to the following contributors (listed in alphabetical order):
8+
9+
* Anders Swanson, Developer Evangelist, Oracle Database

docs-source/transactional-event-queues/hugo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ languageCode = 'en-us'
33
title = 'Transactional Event Queues'
44
theme = 'hugo-theme-relearn'
55

6+
ignoreLogs = ['warning-goldmark-raw-html']
7+
68
[params]
79
headingPre = 'Module'
810
themeVariant = 'zen-light'
911

1012
[outputs]
11-
home = ['html', 'rss', 'search']
13+
home = ['html', 'rss']
1214

1315
[[menu.Shortcuts]]
1416
name = "<i class='fa-fw fab fa-github'></i> GitHub repo"
@@ -17,8 +19,8 @@ url = "https://github.com/oracle/microservices-datadriven"
1719
weight = 10
1820

1921
[[menu.Shortcuts]]
20-
name = "<i class='fa-fw fas fa-bookmark'></i> Oracle Backend for Spring Boot and Microservices"
21-
url = "https://bit.ly/oraclespringboot"
22+
name = "<i class='fa-fw fas fa-bookmark'></i> Oracle Backend for Microservices and AI"
23+
url = "https://bit.ly/OracleAI-microservices"
2224
weight = 11
2325

2426
[[menu.Shortcuts]]

0 commit comments

Comments
 (0)