elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.25k stars 964 forks source link

/docs shipped in prod package #1349

Closed dkarlovi closed 9 months ago

dkarlovi commented 11 months ago

Summary of problem or feature request

/docs is included in the final package (as is PHPStan and PHPUnit config). The package is 4MB in size, with the docs being 1.2MB, making it 1/3 of the size, while it's very unlikely the docs will be read from the production install of the package, the same principle applies as for tests which are excluded, linking to the repo where the docs can be read should be enough for this purpose.

System details

dmaicher commented 11 months ago

I also just noticed that :blush:

Would make sense to ignore those

2.4M    vendor/elasticsearch/elasticsearch/docs
8.0K    vendor/elasticsearch/elasticsearch/.buildkite