forked from astral-sh/uv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
1,998 additions
and
3,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: mkdocs-ja | ||
on: | ||
push: | ||
branches: | ||
- japanese | ||
permissions: | ||
contents: write | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Configure Git Credentials | ||
run: | | ||
git config user.name github-actions[bot] | ||
git config user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
- name: Install uv | ||
uses: astral-sh/setup-uv@v3 | ||
- run: uvx --with-requirements docs/requirements.txt -- mkdocs gh-deploy --force --config-file mkdocs.public.yml |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Concepts overview | ||
# 概念の概要 | ||
|
||
Read the concept documents to learn more about uv's features: | ||
uvの機能について詳しく知るには、概念ドキュメントを読んでください: | ||
|
||
- [Projects](./projects.md) | ||
- [Dependencies](./dependencies.md) | ||
- [Workspaces](./workspaces.md) | ||
- [Tools](./tools.md) | ||
- [Python versions](./python-versions.md) | ||
- [Resolution](./resolution.md) | ||
- [Caching](./cache.md) | ||
- [プロジェクト](./projects.md) | ||
- [依存関係](./dependencies.md) | ||
- [ワークスペース](./workspaces.md) | ||
- [ツール](./tools.md) | ||
- [Pythonバージョン](./python-versions.md) | ||
- [解決](./resolution.md) | ||
- [キャッシュ](./cache.md) | ||
|
||
Looking for a quick introduction to features? See the [guides](../guides/index.md) instead. | ||
機能の簡単な紹介をお探しですか?代わりに[ガイド](../guides/index.md)をご覧ください。 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.