-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: simplify "Add project" page (#11559)
* Docs: simplify "Add project" page * Rename it to `add-project.html` * Always use "add" instead of "import" * Explain the process using the new dashboard * Make usage of a numbered list of steps intead of a single paragraph * Remove irrelevant content and focus on _adding a project_ * Keep relevant links under "See also" sections * Docs: rename `import-guide` to `add-project` * Typo * Delete old images * Apply suggestions from code review Co-authored-by: Anthony <[email protected]> Co-authored-by: Eric Holscher <[email protected]> * Rephrase sentence --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Eric Holscher <[email protected]>
- Loading branch information
1 parent
b30b665
commit bc847f9
Showing
13 changed files
with
94 additions
and
112 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Adding a documentation project | ||
============================== | ||
|
||
.. meta:: | ||
:description lang=en: Add your existing documentation from a Git repository into Read the Docs. | ||
|
||
This page takes you through the process of adding a documentation project to Read the Docs. | ||
If you have :doc:`connected your Read the Docs account </guides/connecting-git-account>` to GitHub, Bitbucket or GitLab you will be able to add your project automatically. | ||
Otherwise, you will need to add it manually and perform some extra steps. | ||
|
||
Automatically add your project | ||
------------------------------ | ||
|
||
#. Go to your :term:`dashboard`. | ||
#. Click on :guilabel:`Add project`. | ||
#. Type the name of the respository you want to add and click on it. | ||
#. Click on :guilabel:`Continue`. | ||
#. Edit any of the pre-filled fields with information of the repository. | ||
#. Click on :guilabel:`Next`. | ||
#. Add a :term:`configuration file` to your repository if it's doesn't exist yet. | ||
#. Click on :guilabel:`This file exists`. | ||
|
||
Manually add your project | ||
------------------------- | ||
|
||
#. Go to your :term:`dashboard`. | ||
#. Click on :guilabel:`Add project`. | ||
#. Click on :guilabel:`Configure manually`. | ||
#. Click on :guilabel:`Continue`. | ||
#. Fill all the fields of the form. | ||
#. Click on :guilabel:`Next`. | ||
#. Add a :term:`configuration file` to your repository if it's doesn't exist yet. | ||
#. Click on :guilabel:`This file exists`. | ||
|
||
Once your project is created, you'll need to manually configure the repository webhook if you would like to have new changes trigger builds for your project on Read the Docs. | ||
|
||
.. seealso:: | ||
|
||
:doc:`/guides/setup/git-repo-manual` | ||
Additional setup steps required for manually created projects. This guide covers setting up SSH keys and webhook integrations. | ||
|
||
|
||
What's next | ||
----------- | ||
|
||
Once your documentation project is created, a build will be triggered. | ||
It will automatically fetch the code from your repository and build the documentation. | ||
You can see the logs for the build process from your :term:`dashboard`. | ||
|
||
.. seealso:: | ||
|
||
:doc:`/builds` | ||
Explanation about the build process. | ||
|
||
:doc:`/config-file/index` | ||
Practical steps to add a configuration file to your documentation project. | ||
|
||
:doc:`/versions` | ||
Manage multiple versions of your documentation project. | ||
|
||
If you have any trouble, don't hesitate to reach out to us. | ||
The :doc:`support </support>` page has more information on getting in touch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters