From 8d5a0e42ad963132629eeaeb05022ae7a77ef653 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 14 Sep 2018 13:17:50 -0500 Subject: [PATCH 1/2] Add change versions slug to faq --- docs/faq.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index f1bf0c7af2c..2ffa0ae22fc 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -9,8 +9,8 @@ First, you should check out the Builds tab of your project. That records all of If you are still seeing errors because of C library dependencies, please see :ref:`faq:I get import errors on libraries that depend on C modules`. -How do I change my slug (the URL your docs are served at)? ----------------------------------------------------------- +How do I change my project slug (the URL your docs are served at)? +------------------------------------------------------------------ We don't support allowing folks to change the slug for their project. You can update the name which is shown on the site, @@ -21,6 +21,13 @@ You can delete and re-create the project with the proper name to get a new slug, but you really shouldn't do this if you have existing inbound links, as it `breaks the internet `_. +How do I change the version slug of my project? +----------------------------------------------- + +We don't support allowing folks to change the slug for their versions. +But you can rename the branch/tag to achieve this. +If that isn't enough, you can ask to team to do this `creating an issue `__. + Help, my build passed but my documentation page is 404 Not Found! ----------------------------------------------------------------- From e1c8b9796397cf39db26eeeeea912d30366bda11 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 17 Sep 2018 11:45:02 -0500 Subject: [PATCH 2/2] Typo --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 2ffa0ae22fc..49c43e0f8d8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -26,7 +26,7 @@ How do I change the version slug of my project? We don't support allowing folks to change the slug for their versions. But you can rename the branch/tag to achieve this. -If that isn't enough, you can ask to team to do this `creating an issue `__. +If that isn't enough, you can ask to team to do this by `creating an issue `__. Help, my build passed but my documentation page is 404 Not Found! -----------------------------------------------------------------