mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
Change docs links to the docs site
This commit is contained in:
parent
75cedc4b58
commit
2d7e26fb18
76
README.md
76
README.md
@ -52,44 +52,44 @@ Massive processing of remote images is a potentially dangerous thing, security-w
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
1. [Getting started](./docs/GETTING_STARTED.md)
|
1. [Getting started](https://docs.imgproxy.net/#/GETTING_STARTED)
|
||||||
2. [Installation](./docs/installation.md)
|
2. [Installation](https://docs.imgproxy.net/#/installation)
|
||||||
* [Docker](./docs/installation.md#docker)
|
* [Docker](https://docs.imgproxy.net/#/installation?id=docker)
|
||||||
* [Heroku](./docs/installation.md#heroku)
|
* [Heroku](https://docs.imgproxy.net/#/installation?id=heroku)
|
||||||
* [From the source](./docs/installation.md#from-the-source)
|
* [From the source](https://docs.imgproxy.net/#/installation?id=from-the-source)
|
||||||
3. [Configuration](./docs/configuration.md)
|
3. [Configuration](https://docs.imgproxy.net/#/configuration)
|
||||||
* [URL signature](./docs/configuration.md#url-signature)
|
* [URL signature](https://docs.imgproxy.net/#/configuration?id=url-signature)
|
||||||
* [Server](./docs/configuration.md#server)
|
* [Server](https://docs.imgproxy.net/#/configuration?id=server)
|
||||||
* [Security](./docs/configuration.md#security)
|
* [Security](https://docs.imgproxy.net/#/configuration?id=security)
|
||||||
* [Compression](./docs/configuration.md#compression)
|
* [Compression](https://docs.imgproxy.net/#/configuration?id=compression)
|
||||||
* [WebP support detection](./docs/configuration.md#webp-support-detection)
|
* [WebP support detection](https://docs.imgproxy.net/#/configuration?id=webp-support-detection)
|
||||||
* [Client Hints support](./docs/configuration.md#client-hints-support)
|
* [Client Hints support](https://docs.imgproxy.net/#/configuration?id=client-hints-support)
|
||||||
* [Watermark](./docs/configuration.md#watermark)
|
* [Watermark](https://docs.imgproxy.net/#/configuration?id=watermark)
|
||||||
* [Presets](./docs/configuration.md#presets)
|
* [Presets](https://docs.imgproxy.net/#/configuration?id=presets)
|
||||||
* [Serving local files](./docs/configuration.md#serving-local-files)
|
* [Serving local files](https://docs.imgproxy.net/#/configuration?id=serving-local-files)
|
||||||
* [Serving files from Amazon S3](./docs/configuration.md#serving-files-from-amazon-s3)
|
* [Serving files from Amazon S3](https://docs.imgproxy.net/#/configuration?id=serving-files-from-amazon-s3)
|
||||||
* [Serving files from Google Cloud Storage](./docs/configuration.md#serving-files-from-google-cloud-storage)
|
* [Serving files from Google Cloud Storage](https://docs.imgproxy.net/#/configuration?id=serving-files-from-google-cloud-storage)
|
||||||
* [New Relic metrics](./docs/configuration.md#new-relic-metrics)
|
* [New Relic metrics](https://docs.imgproxy.net/#/configuration?id=new-relic-metrics)
|
||||||
* [Prometheus metrics](./docs/configuration.md#prometheus-metrics)
|
* [Prometheus metrics](https://docs.imgproxy.net/#/configuration?id=prometheus-metrics)
|
||||||
* [Error reporting](./docs/configuration.md#error-reporting)
|
* [Error reporting](https://docs.imgproxy.net/#/configuration?id=error-reporting)
|
||||||
* [Syslog](./docs/configuration.md#syslog)
|
* [Log](https://docs.imgproxy.net/#/configuration?id=log)
|
||||||
* [Memory usage tweaks](./docs/configuration.md#memory-usage-tweaks)
|
* [Memory usage tweaks](https://docs.imgproxy.net/#/configuration?id=memory-usage-tweaks)
|
||||||
* [Miscellaneous](./docs/configuration.md#miscellaneous)
|
* [Miscellaneous](https://docs.imgproxy.net/#/configuration?id=miscellaneous)
|
||||||
4. [Generating the URL](./docs/generating_the_url_basic.md)
|
4. Generating the URL
|
||||||
* [Basic](./docs/generating_the_url_basic.md)
|
* [Basic](https://docs.imgproxy.net/#/generating_the_url_basic)
|
||||||
* [Advanced](./docs/generating_the_url_advanced.md)
|
* [Advanced](https://docs.imgproxy.net/#/generating_the_url_advanced)
|
||||||
* [Signing the URL](./docs/signing_the_url.md)
|
* [Signing the URL](https://docs.imgproxy.net/#/signing_the_url)
|
||||||
5. [Watermark](./docs/watermark.md)
|
5. [Watermark](https://docs.imgproxy.net/#/watermark)
|
||||||
6. [Presets](./docs/presets.md)
|
6. [Presets](https://docs.imgproxy.net/#/presets)
|
||||||
7. [Serving local files](./docs/serving_local_files.md)
|
7. [Serving local files](https://docs.imgproxy.net/#/serving_local_files)
|
||||||
8. [Serving files from Amazon S3](./docs/serving_files_from_s3.md)
|
8. [Serving files from Amazon S3](https://docs.imgproxy.net/#/serving_files_from_s3)
|
||||||
9. [Serving files from Google Cloud Storage](./docs/serving_files_from_google_cloud_storage.md)
|
9. [Serving files from Google Cloud Storage](https://docs.imgproxy.net/#/serving_files_from_google_cloud_storage)
|
||||||
10. [New Relic](./docs/new_relic.md)
|
10. [New Relic](https://docs.imgproxy.net/#/new_relic)
|
||||||
11. [Prometheus](./docs/prometheus.md)
|
11. [Prometheus](https://docs.imgproxy.net/#/prometheus)
|
||||||
12. [Image formats support](./docs/image_formats_support.md)
|
12. [Image formats support](https://docs.imgproxy.net/#/image_formats_support)
|
||||||
13. [About processing pipeline](./docs/about_processing_pipeline.md)
|
13. [About processing pipeline](https://docs.imgproxy.net/#/about_processing_pipeline)
|
||||||
14. [Health check](./docs/healthcheck.md)
|
14. [Health check](https://docs.imgproxy.net/#/healthcheck)
|
||||||
15. [Memory usage tweaks](./docs/memory_usage_tweaks.md)
|
15. [Memory usage tweaks](https://docs.imgproxy.net/#/memory_usage_tweaks)
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user