Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table layout #16552

Merged
merged 1 commit into from
Sep 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down