-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add note about lack of support for private repos #5726
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just a small change
docs/intro/import-guide.rst
Outdated
@@ -5,7 +5,9 @@ Importing Your Documentation | |||
:description lang=en: Import your existing technical documentation from version control into Read the Docs. | |||
|
|||
|
|||
To import a documentation repository, visit your `Read the Docs dashboard`_ and click Import_. | |||
To import a public documentation repository, visit your `Read the Docs dashboard`_ and click Import_. Private | |||
repositories are not supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of saying that private repos are not supported at all, we should link to https://docs.readthedocs.io/page/commercial/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. Great place to tell users about commercial solution. I would have found it there myself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Co-Authored-By: David Fischer <[email protected]>
No description provided.