With multiple team members, what is an efficient way to collaborate with mkdocs-material-insiders? #5756
-
Hello. I sponsored Indsider with my personal account and had access to the mkdocs-material-insiders Private Repo(https://github.com/squidfunk/mkdocs-material-insiders). In inquiry #3816(#3816) in Discussions, I found that you said "The general advice for organizations is to fork the Insiders repository to your organization, which allows you to grant access to all members of your organization". |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Forking is the way to go, and it's what all our organizational sponsors do. Note that you might need to adjust the rights of your teammates to access the forked repository, as it's a private repository in your organization. See GitHub docs here. You teammates can then create a personal access token (PAT) to access the repository. |
Beta Was this translation helpful? Give feedback.
-
Thank you for helping me. On Windows, I was able to build the document by installing Insider in the following order.
However, after installing the same in WSL,
Looking at the error message, it seems that the module in the python3 path is being loaded. Therefore, I was able to build the documentation by running python 3.11 with the What I'm curious about thank you! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your valuable advice. In particular, this phrase 'On Linux, the pip package manager is an independent package. This means you must install pip separately from Python' was a great help!
In this case, I have to install the ensurepip module separately, which seems quite troublesome. In conclusion, it would be better to use the latest version of python (3.11), which includes the pip module, or use venv like your recommendation. |
Beta Was this translation helpful? Give feedback.
Forking is the way to go, and it's what all our organizational sponsors do. Note that you might need to adjust the rights of your teammates to access the forked repository, as it's a private repository in your organization. See GitHub docs here. You teammates can then create a personal access token (PAT) to access the repository.