|
3 | 3 | **[Hatch] plugin to integrate [MkDocs] and infer dependencies into an env** |
4 | 4 |
|
5 | 5 | [](https://pypi.org/project/hatch-mkdocs/) |
6 | | -[](https://github.com/mkdocs/hatch-mkdocs/blob/master/LICENSE.md) |
7 | | -[](https://github.com/mkdocs/hatch-mkdocs/actions?query=event%3Apush+branch%3Amaster) |
| 6 | +[](https://github.com/ProperDocs/hatch-properdocs/blob/master/LICENSE.md) |
| 7 | +[](https://github.com/ProperDocs/hatch-properdocs/actions?query=event%3Apush+branch%3Amaster) |
8 | 8 |
|
9 | 9 | This plugin populates [Hatch] environments with `dependencies` on the fly based on a [`mkdocs.yml`] file. |
10 | 10 |
|
@@ -69,7 +69,7 @@ gh-deploy = "mkdocs gh-deploy -f mkdocs.yml {args}" |
69 | 69 |
|
70 | 70 | With this: |
71 | 71 |
|
72 | | -* You don't need to specify the PyPI dependencies, they get inferred on the fly just from [`mkdocs.yml`] by doing a reverse lookup of MkDocs plugins in the [catalog], using [`mkdocs get-deps`]. (See more details there) |
| 72 | +* You don't need to specify the PyPI dependencies, they get inferred on the fly just from [`mkdocs.yml`] by doing a reverse lookup of MkDocs plugins in the [catalog], using [`properdocs get-deps`]. (See more details there) |
73 | 73 |
|
74 | 74 | * An automatically managed virtual environment with pre-defined MkDocs commands is at your fingertips. |
75 | 75 |
|
@@ -188,8 +188,8 @@ Inside `[envs.ENV_NAME]` (which is an ordinary construct in Hatch) you can proce |
188 | 188 |
|
189 | 189 | [MkDocs]: https://github.com/mkdocs/mkdocs |
190 | 190 | [`mkdocs.yml`]: https://www.mkdocs.org/user-guide/configuration/ |
191 | | -[`mkdocs get-deps`]: https://github.com/mkdocs/get-deps |
192 | | -[catalog]: https://github.com/mkdocs/catalog |
| 191 | +[`properdocs get-deps`]: https://github.com/ProperDocs/get-deps |
| 192 | +[catalog]: https://github.com/ProperDocs/catalog |
193 | 193 | [Hatch]: https://hatch.pypa.io/ |
194 | 194 | [install Hatch]: https://hatch.pypa.io/latest/install/#pip |
195 | 195 | [installing `pipx`]: https://pypa.github.io/pipx/installation/ |
|
0 commit comments