Skip to content

Commit 979ad9b

Browse files
committed
Unreal Engine 5.7
Added footer
1 parent 4f3cdc1 commit 979ad9b

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/assets-modding/creating-assets/setting-up-ue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ On Windows, the download of Unreal Engine must be done from inside [Epic Games L
2828
1. Open Epic Games Launcher.
2929
2. Access **Unreal Engine** tab.
3030
3. Open **Library** tab.
31-
4. Press **`+`** and select the correct **Unreal Engine** version (currently nanos world is on **`5.5.X`**).
31+
4. Press **`+`** and select the correct **Unreal Engine** version (currently nanos world is on **`5.7.X`**).
3232
5. Press `Install` and a Popup will appear.
3333
6. Select an installation folder and press `Install`.
3434

docusaurus.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ module.exports = {
123123
},
124124
],
125125
},
126+
footer: {
127+
copyright: ${new Date().getFullYear()} Go Horse Studios.`,
128+
style: 'light',
129+
links: [
130+
{
131+
label: 'Imprint',
132+
href: 'https://gohorsestudios.com/imprint',
133+
}
134+
]
135+
},
126136
prism: {
127137
theme: require('prism-react-renderer').themes.vsLight,
128138
darkTheme: require('prism-react-renderer').themes.vsDark,

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ html[data-theme="dark"] {
8484

8585
/* Highlight line */
8686
--docusaurus-highlighted-code-line-bg: rgba(66, 66, 66, .35);
87+
88+
/* Footer */
89+
--ifm-footer-background-color: var(--ifm-navbar-background-color);
8790
}
8891

8992
html[data-theme='dark'] .alert {

0 commit comments

Comments
 (0)