Skip to content

Commit a19a1b6

Browse files
authored
Unit docs minor formatting fixes (#599)
* Unit docs minor formatting fixes * update community doc for Unit
1 parent e51762c commit a19a1b6

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

content/unit/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Changelog
3-
weight: 900
3+
weight: 90000
44
toc: true
55
---
66

content/unit/community.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,28 @@ toc: true
66

77
<a name="community"></a>
88

9+
## Maintenance and support guidelines
10+
Going forward, NGINX Unit will no longer receive new features or enhancements from the project maintainers. NGINX Unit is still open to
11+
community contributions.
912

10-
The [Discussions section](https://github.com/nginx/unit/discussions) of the
11-
Unit repo is the main place for discussing any topics related to the NGINX Unit project.
13+
The team is focusing its limited capacity to keep NGINX Unit stable, secure and high-quality. Its focus will be on critical maintenance, such
14+
as for security issues, dependency upgrades, and resolving crashes or undefined behavior.
1215

13-
Here you can share your ideas, ask questions, and discuss any issues both about
14-
using Unit and contributing to Unit.
16+
## Discuss NGINX Unit
17+
18+
The [Discussions section](https://github.com/nginx/unit/discussions) of the Unit repo is the main place for discussing any topics related to the NGINX Unit project.
19+
20+
Here you can share your ideas, ask questions, and discuss any issues both about using Unit and contributing to Unit.
1521

1622
## Reporting bugs and issues
1723

18-
- You can report issues and bugs on the
19-
[Issues](https://github.com/nginx/unit/issues) section of the Unit repo.
20-
- If you have found a fix or want to suggest a change to the code,
21-
you can open a [pull request](https://github.com/nginx/unit/pulls)
24+
- You can report issues and bugs on the [Issues](https://github.com/nginx/unit/issues) section of the Unit repo.
25+
- If you have found a fix or want to suggest a change to the code, you can open a [pull request](https://github.com/nginx/unit/pulls)
2226
on the Unit repo.
2327

2428
## Reporting security concerns
2529

26-
Please report any security-related issues concerning Unit to
27-
[security-alert@nginx.org](mailto:security-alert@nginx.org).
30+
Please report any security-related issues concerning Unit to [security-alert@nginx.org](mailto:security-alert@nginx.org).
2831
For our mutual convenience, specifically mention **NGINX Unit** in the subject and, if possible, provide a [CVSS score](https://www.first.org/cvss/).
2932

3033
## Contributing
@@ -44,9 +47,7 @@ You can also ask questions and discuss your suggestions for Unit by:
4447

4548
## Documentation
4649

47-
If you are interested in contributing to the **Unit documentation**,
48-
or find a typo or an error in the docs, you can submit a pull request on the
49-
[unit-docs repo](https://github.com/nginx/documentation/pulls).
50+
If you are interested in contributing to the **Unit documentation**, or find a typo or an error in the docs, you can submit a pull request on the [NGINX documentation repository](https://github.com/nginx/documentation/pulls).
5051

5152
## Source Code
5253

content/unit/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ with arbitrary status codes, or
470470

471471
In its simplest form, **routes** is an array that defines a single route:
472472

473+
```json
473474
{
474475
"listeners": {
475476
"*:8300": {

content/unit/installation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ Supported architecture: x86-64.
223223
**/etc/yum.repos.d/unit.repo**:
224224

225225
```ini
226-
227226
[unit]
228227
name=unit repo
229228
baseurl=https://packages.nginx.org/unit/amzn/$releasever/$basearch/
@@ -550,8 +549,8 @@ Supported architectures: arm64, x86-64.
550549
```
551550

552551
```console
553-
# apt install unit-dev unit-go unit-jsc11 unit-jsc17 unit-jsc21 \ # unit-dev is required to install the Node.js module and build Go apps
554-
unit-perl unit-php unit-python3.12 unit-ruby unit-wasm
552+
# apt install unit-dev unit-go unit-jsc11 unit-jsc17 unit-jsc21 \ # unit-dev is required to install the Node.js module and build Go apps
553+
unit-perl unit-php unit-python3.12 unit-ruby unit-wasm
555554
```
556555

557556
```console
@@ -1759,13 +1758,16 @@ For other customization scenarios, see the [Docker howto]({{< relref "/unit/howt
17591758

17601759
<details>
17611760
<summary>Image tags for pre-1.29.1 Unit versions</summary>
1761+
17621762
Before Unit 1.29.1 was released, our Docker images were available
17631763
from the official [NGINX repository](https://hub.docker.com/r/nginx/unit/)
17641764
on Docker Hub.
1765+
17651766
</details>
17661767

17671768
<details>
17681769
<summary>Images with pre-1.22.0 Unit versions</summary>
1770+
17691771
Before Unit 1.22.0 was released, the following tagging scheme was used:
17701772

17711773
{{<bootstrap-table "table table-striped table-bordered">}}

0 commit comments

Comments
 (0)