Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 2.93 KB

README.md

File metadata and controls

61 lines (35 loc) · 2.93 KB

Tracking Ukrainian localization progress

For details see this issue

For New Contributors

  1. Assign to one of most wanted issues or any non-assigned issue.
  2. Make fork of k/website.
  3. Read Localization guidelines.
  4. Translate.
  5. Create PR to k/website.

Help

If you need any help - join #kubernetes-docs-uk channel in Kubernetes Slack and feel free to ask.

Exiting localization problems/updates

If you found any issues with translated content - create issue in k/website with /language uk.

kubernetes-i18n-ukrainian/website should be used only for simplify localization progress.

Running the website locally using Docker

The recommended way to run the Kubernetes website locally is to run a specialized Docker image that includes the Hugo static website generator.

If you are running on Windows, you'll need a few more tools which you can install with Chocolatey. choco install make

If you'd prefer to run the website locally without Docker, see Running the website locally using Hugo below.

If you have Docker up and running, build the kubernetes-hugo Docker image locally:

make docker-image

Once the image has been built, you can run the website locally:

make docker-serve

Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.

Running the website locally using Hugo

See the official Hugo documentation for Hugo installation instructions. Make sure to install the Hugo extended version specified by the HUGO_VERSION environment variable in the netlify.toml file.

To run the website locally when you have Hugo installed:

make serve

This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.

Code of conduct

Participation in the Kubernetes community is governed by the CNCF Code of Conduct.