Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 90fd13e

Browse files
committed
Banner updates
1 parent cda1080 commit 90fd13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ module.exports = {
3131
announcementBar: {
3232
id: "prerelease", // Any value that will identify this message.
3333
content:
34-
'⚠ This website is no longer updated and will be archived soon. Please refer to the official package documentation for the most recent information about <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest?subfolder=/manual/index.html">Netcode for GameObjects</a>, <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.transport@latest?subfolder=/manual/index.html">Unity Transport</a>, <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.multiplayer.tools@latest?subfolder=/manual/index.html">Multiplayer Tools</a> and <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.multiplayer.playmode@latest?subfolder=/manual/index.html">Multiplayer Play Mode</a>. ⚠',
34+
'⚠ This website is no longer updated and will be archived soon. Please refer to the official package documentation for the most recent information about <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest?subfolder=/manual/index.html">Netcode for GameObjects</a>, <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.transport@latest?subfolder=/manual/index.html">Unity Transport</a>, <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.multiplayer.tools@latest?subfolder=/manual/index.html">Multiplayer Tools</a>, and <a target="_blank" rel="noopener noreferrer" href="https://docs.unity3d.com/Packages/com.unity.multiplayer.playmode@latest?subfolder=/manual/index.html">Multiplayer Play Mode</a>. ⚠',
3535
backgroundColor: "#e53535ff", // Defaults to `#fff`.
3636
textColor: "#000000ff", // Defaults to `#000`.
37-
isCloseable: true, // Defaults to `true`.
37+
isCloseable: false, // Defaults to `true`.
3838
},
3939
algolia: {
4040
apiKey: "dd157a25931bf7948bfc08e79fbe2c8c",

0 commit comments

Comments
 (0)