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

Commit 94816ca

Browse files
added readthedocs
1 parent abd30be commit 94816ca

6 files changed

+37
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
![Docker](https://github.com/fabiocicerchia/nginx-lua/workflows/Docker/badge.svg)
1818
![Docker Builds](https://github.com/fabiocicerchia/nginx-lua/workflows/Docker%20Builds/badge.svg)
1919
![Auto Update](https://github.com/fabiocicerchia/nginx-lua/workflows/Auto%20Update/badge.svg)
20+
[![Documentation Status](https://readthedocs.org/projects/nginx-lua/badge/?version=latest)](https://nginx-lua.readthedocs.io/en/latest/?badge=latest)
2021

2122
Nginx 1.19+ with Lua support based on Alpine Linux, Amazon Linux, CentOS, Debian, Fedora and Ubuntu.
2223

File renamed without changes.
File renamed without changes.

docs/LICENSE.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE.md

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

mkdocs.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
site_name: fabiocicerchia/nginx-lua
2+
repo_url: https://github.com/fabiocicerchia/nginx-lua/
3+
site_author: Fabio Cicerchia <[email protected]>
4+
copyright: Copyright (c) 2020 Fabio Cicerchia [email protected]
5+
theme:
6+
name: readthedocs
7+
highlightjs: true
8+
nav:
9+
- Home: README.md
10+
- BENCHMARKS.md
11+
- lua-nginx-module:
12+
- 'directives': 'lua-nginx-module/directives.md'
13+
- 'known-issues': 'lua-nginx-module/known-issues.md'
14+
- 'nginx-api-for-lua': 'lua-nginx-module/nginx-api-for-lua.md'
15+
- Examples:
16+
- 'docker-compose': 'examples/docker-compose.md'
17+
- 'headers-more-nginx-module': 'examples/headers-more-nginx-module.md'
18+
- 'lua-nginx-module': 'examples/lua-nginx-module.md'
19+
- 'lua-resty-cookie': 'examples/lua-resty-cookie.md'
20+
- 'lua-resty-dns': 'examples/lua-resty-dns.md'
21+
- 'lua-resty-lrucache': 'examples/lua-resty-lrucache.md'
22+
- 'lua-resty-memcached': 'examples/lua-resty-memcached.md'
23+
- 'lua-resty-mysql': 'examples/lua-resty-mysql.md'
24+
- 'lua-resty-redis': 'examples/lua-resty-redis.md'
25+
- 'lua-resty-shell': 'examples/lua-resty-shell.md'
26+
- 'lua-resty-upstream-healthcheck': 'examples/lua-resty-upstream-healthcheck.md'
27+
- 'lua-resty-websocket': 'examples/lua-resty-websocket.md'
28+
- 'lua-upstream-nginx-module': 'examples/lua-upstream-nginx-module.md'
29+
- 'nginx-lua-prometheus': 'examples/nginx-lua-prometheus.md'
30+
- 'stream-lua-nginx-module': 'examples/stream-lua-nginx-module.md'
31+
- About:
32+
- LICENSE.md
33+
- CONTRIBUTING.md
34+
- CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)