Update README.md (#16552)

This commit is contained in:
Rémy Léone 2019-09-28 21:37:38 +02:00 committed by Kubernetes Prow Robot
parent 31ab573a3b
commit 9b5a1768bd
1 changed files with 9 additions and 7 deletions

View File

@ -1,12 +1,14 @@
# Development scripts for Kubernetes documentation
- `find_pr.py`: Find what GitHub pull requests touch a given file.
- `upstream_changes.py`: Find what changes occurred between two versions
- `test_examples.sh`: This script tests whether a change affects example files bundled in the website.
- `check-headers-file.sh`: This script checks the headers if you are in a production environment.
- `hugo-version-check.sh`: This script checks whether your local Hugo version matches the version used in production.
- `diff_l10n_branches.py`: This script generates a report of outdated contents in `content/<l10n-lang>` directory
by comparing two l10n team milestone branches.
| Script | Description |
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
| `find_pr.py` | Find what GitHub pull requests touch a given file. |
| `upstream_changes.py` | Find what changes occurred between two versions. |
| `test_examples.sh` | This script tests whether a change affects example files bundled in the website. |
| `check-headers-file.sh` | This script checks the headers if you are in a production environment. |
| `hugo-version-check.sh` | This script checks whether your local Hugo version matches the version used in production. |
| `diff_l10n_branches.py` | This script generates a report of outdated contents in `content/<l10n-lang>` directory by comparing two l10n team milestone branches. |
## Requirements