g3/g3proxy/doc
2024-10-23 11:34:26 +08:00
..
_static initial commit 2023-03-09 17:55:45 +08:00
_templates initial commit 2023-03-09 17:55:45 +08:00
configuration add 'insecure' option for openssl/intercept_tls client config (#356) 2024-10-22 17:57:46 +08:00
log update doc 2023-12-21 18:39:36 +08:00
metrics update tokio and add more metrics 2024-10-23 11:34:26 +08:00
protocol g3proxy: support remote tls ticket key 2024-10-15 15:45:32 +08:00
.gitignore add sphinx doc for g3tiles (#202) 2024-04-08 16:48:12 +08:00
conf.py g3proxy version 1.10.0 2024-10-18 10:43:05 +08:00
index.rst initial commit 2023-03-09 17:55:45 +08:00
make.bat initial commit 2023-03-09 17:55:45 +08:00
Makefile initial commit 2023-03-09 17:55:45 +08:00
README.md add user guide 2023-04-04 11:05:51 +08:00

This directory contains the sphinx docs about the configuration & metrics & logs.

To view the docs:

  1. install sphinx
  2. run make html in this directory
  3. open _build/html/index.html with your favourite browser