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

Commit 5a89ad1

Browse files
Pavlusha311245gitbook-bot
authored andcommitted
GITBOOK-1: Add doc
1 parent 883c02a commit 5a89ad1

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
# PHP SDK for Nginx Unit
1+
# Welcome!
22

3-
_THIS PROJECT IN DEVELOPMENT. DON'T USE IT IN PRODUCTION_
3+
## About project
44

5-
## Quick start
6-
```shell
7-
composer require pavlusha311245/unit-php-sdk
8-
```
5+
This project allows developers to interact with the Nginx Unit web server through php classes
96

10-
## Changelog
11-
More information about changes you can see [here](CHANGELOG.md)
7+
## Want to jump right in?
128

13-
## Contribution
14-
More info about contribution you can read [here](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)
9+
Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:
10+
11+
{% content-ref url="quick-start.md" %}
12+
[quick-start.md](quick-start.md)
13+
{% endcontent-ref %}
14+
15+
## Want to deep dive?
16+
17+
Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
18+
19+
{% content-ref url="reference/api-reference.md" %}
20+
[api-reference.md](reference/api-reference.md)
21+
{% endcontent-ref %}

SUMMARY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Table of contents
2+
3+
* [Welcome!](README.md)
4+
* [Quick Start](quick-start.md)
5+
6+
## Reference
7+
8+
* [API Reference](reference/api-reference.md)

quick-start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Quick Start
2+

reference/api-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# API Reference
2+

0 commit comments

Comments
 (0)