You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,19 @@ the docs on your machine. The following sections cover both options:
44
44
45
45
You can easily build your own staging repo following these steps:
46
46
47
-
1. Fork [fabric on github](https://github.com/hyperledger/fabric)
48
-
1. From your fork, go to `settings` in the upper right portion of the screen,
49
-
1. click `Integration & services`,
50
-
1. click `Add service` dropdown,
51
-
1. and scroll down to ReadTheDocs.
52
-
1. Next, go to http://readthedocs.org and sign up for an account. One of the first prompts will offer to link to github. Elect this then,
53
-
1. click import a project,
54
-
1. navigate through the options to your fork (e.g. yourgithubid/fabric),
55
-
1. it will ask for a name for this project. Choose something
56
-
intuitive. Your name will preface the URL and you may want to append `-fabric` to ensure that you can distinguish between this and other docs that you need to create for other projects. So for example:
57
-
`yourgithubid-fabric.readthedocs.io/en/latest`
47
+
1. Go to http://readthedocs.org and sign up for an account.
48
+
2. Create a project.
49
+
Your username will preface the URL and you may want to append `-fabric` to ensure that you can distinguish between this and other docs that you need to create for other projects. So for example:
0 commit comments