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

Commit bc8c05e

Browse files
docs: Add archival notice (#201)
1 parent 9f83b8d commit bc8c05e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

source/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
Universal web app server
99
########################
1010

11+
.. note::
12+
13+
NGINX Unit no longer receives new features or
14+
enhancements from the project maintainers.
15+
1116
NGINX Unit is a lightweight and versatile application runtime
1217
that provides the essential components for your web application
1318
as a single open-source server:

source/theme/layout.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@
9696
</script>
9797
<!-- End Tealium Universal Tag -->
9898

99-
<!-- Global banner goes here
100-
<div id="rennab"><a href="BANNER LINK">BANNER TEXT</a></div>
101-
-->
99+
<div id="rennab"><a href="https://github.com/nginx/unit?tab=readme-ov-file#nginx-unit">As of October 2025, NGINX Unit is archived and unmaintained.</a></div>
100+
102101
<div id="main">
103102
<div id="side">
104103
<h1>

source/theme/static/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ iframe {
2323
border: none;
2424
}
2525

26-
/* Saving for future use
2726
#rennab {
2827
padding: .3em 0;
2928
background: #00974d;
@@ -35,7 +34,7 @@ iframe {
3534
#rennab a {
3635
color: white;
3736
}
38-
*/
37+
3938

4039
#main {
4140
margin: 0 auto;

0 commit comments

Comments
 (0)