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
Some of our repositories have a ``redirects`` file that redirects browsers permanently to a new location.
142
+
143
+
Please remove the file in order to prevent inadvertant redirects on your site.
144
+
145
+
In the config directory of your repo, run:
146
+
147
+
.. code-block:: sh
136
148
149
+
rm redirects
150
+
151
+
137
152
---
138
153
title: Edit conf.py
139
154
ref: edit-confpy
@@ -186,7 +201,7 @@ title: Install Build Tools
186
201
ref: install-build
187
202
content: |
188
203
189
-
You will need to `install the build tools <https://gist.github.com/atsansone/aa6b793da9ca30fe7d46#install-the-documentation-software>`_ in order to build your repository.
204
+
You will need to :doc:`install the build tools </tutorials/install>` in order to build your repository.
190
205
191
206
Once you have installed the build tools, you can attempt to build your repository.
192
207
@@ -203,14 +218,4 @@ content: |
203
218
204
219
You will see output pertaining to your build in the ``build/<branch>`` directory local to your repository.
205
220
206
-
---
207
-
title: Deploying Your Site
208
-
ref: edit-makefile
209
-
content: |
210
-
211
-
If you wish to deploy your site to ``mongodb.com`` and leverage the existing staging servers. you will `need to request a token
212
-
<https://gist.github.com/atsansone/aa6b793da9ca30fe7d46#systems-authentication-and-authorization>`_ to be able to publish to the S3 buckets.
213
-
214
-
Modify the fields in the Makefile that pertain to the location of your deployed site if you wish to do so.
0 commit comments