mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
Split the documentation out of the top-level README (#331)
Moves most of the documentation into a dedicated `docs/README` to make it easier to reach important content in the top-level readme like "getting involved". There are some minor changes to the heading levels here and link changes, but otherwise the content is the same. Don't go deep on the getting started section, that's changing in #329
This commit is contained in:
parent
ab530d992d
commit
5f9803b4fa
8 changed files with 292 additions and 284 deletions
|
@ -49,8 +49,8 @@ uv run --only-group release \
|
|||
echo "Updating lockfile..."
|
||||
uv lock
|
||||
|
||||
echo "Copying documentation"
|
||||
cp ruff/crates/ty/docs/cli.md ./docs
|
||||
cp ruff/crates/ty/docs/configuration.md ./docs
|
||||
cp ./ruff/crates/ty/docs/rules.md ./docs
|
||||
git add ./docs
|
||||
echo "Copying reference documentation from Ruff..."
|
||||
cp ruff/crates/ty/docs/cli.md ./docs/reference/
|
||||
cp ruff/crates/ty/docs/configuration.md ./docs/reference/
|
||||
cp ./ruff/crates/ty/docs/rules.md ./docs/reference/
|
||||
git add ./docs/reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue