Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ For more detailed information about configuring `rules_python`, see:
* [Configuring third-party dependencies (pip/PyPI)](./pypi/index)
* [API docs](api/index)

A [screen recording](https://www.youtube.com/watch?v=Xtuh-WipOnk) on configuring rules_python for beginners is also available.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better consistency with the document's structure, I recommend adding this link as an item to the preceding list. This keeps all supplementary resources grouped together.

Here's how you could adjust the list:

* [Configuring third-party dependencies (pip/PyPI)](./pypi/index)
* [API docs](api/index)
* [Screen recording for beginners](https://www.youtube.com/watch?v=Xtuh-WipOnk)


## Including dependencies

The first step to using `rules_python` is to add the dependency to
Expand Down