mirror of https://github.com/astral-sh/ruff
Replace generated reference to MkDocs (#8806)
This commit is contained in:
parent
6fb6478887
commit
b61ce7fa46
|
|
@ -295,7 +295,7 @@ To preview any changes to the documentation locally:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# For contributors.
|
# For contributors.
|
||||||
mkdocs serve -f mkdocs.generated.yml
|
mkdocs serve -f mkdocs.public.yml
|
||||||
|
|
||||||
# For members of the Astral org, which has access to MkDocs Insiders via sponsorship.
|
# For members of the Astral org, which has access to MkDocs Insiders via sponsorship.
|
||||||
mkdocs serve -f mkdocs.insiders.yml
|
mkdocs serve -f mkdocs.insiders.yml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue