Skip to content

Commit 4f06d93

Browse files
committed
deprecating docs in README
1 parent 241f396 commit 4f06d93

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<div align="center">
22

3-
<img width="400px" src="docs/nuke.cola.text.onLight.svg#gh-light-mode-only" />
4-
<img width="400px" src="docs/nuke.cola.text.onDark.svg#gh-dark-mode-only" />
3+
<img width="400px" src="docs/Images/nuke.cola.text.onLight.svg#gh-light-mode-only" />
4+
<img width="400px" src="docs/Images/nuke.cola.text.onDark.svg#gh-dark-mode-only" />
55

66
Utilities and extensions useful for any Nuke builds originally separated from Nuke.Unreal.
77

8+
### [Documentation](https://mcro.de/md.Nuke.Cola)
9+
810
</div>
911

12+
### This README file is now deprecated
13+
> [!IMPORTANT]
14+
> Documentation is migrated over to https://mcro.de/md.Nuke.Cola which is nicer than this readme file. This README is now deprecated and won't be updated. However external links may direct to this README file. For this reason its contents of will be kept until October 2026.
15+
1016
- [Build Plugins](#build-plugins)
1117
- [`[ImplicitBuildInterface]` plugins](#implicitbuildinterface-plugins)
1218
- [`*.nuke.csx` C# script plugins](#nukecsx-c-script-plugins)
@@ -495,9 +501,12 @@ Arguments.GetBlock("extra"); //-> ["extra", "arguments"]
495501
Arguments.GetBlock("foo"); //-> ["/foo", "--bar"]
496502
```
497503

504+
> [!IMPORTANT]
505+
> Documentation is migrated over to https://mcro.de/md.Nuke.Cola which is nicer than this readme file. This README is now deprecated and won't be updated. However external links may direct to this README file. For this reason its contents of will be kept until October 2026.
506+
498507
<div align="center">
499508

500-
<img width="400px" src="docs/nuke.cola.full.onLight.svg#gh-light-mode-only" />
501-
<img width="400px" src="docs/nuke.cola.full.onDark.svg#gh-dark-mode-only" />
509+
<img width="400px" src="docs/Images/nuke.cola.full.onLight.svg#gh-light-mode-only" />
510+
<img width="400px" src="docs/Images/nuke.cola.full.onDark.svg#gh-dark-mode-only" />
502511

503512
</div>

0 commit comments

Comments
 (0)