From 3ceca1b4c762bb7b4018cf59950db944a3339050 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 3 Dec 2024 12:01:28 +0000 Subject: [PATCH] use subproject url prefix (#15681) * use subproject url prefix * add version details --- docs/docsite/conf.py | 2 +- docs/docsite/rst/404.rst | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docsite/conf.py b/docs/docsite/conf.py index 9db1dcfc85..dacf2389eb 100644 --- a/docs/docsite/conf.py +++ b/docs/docsite/conf.py @@ -39,7 +39,7 @@ extensions = [ 'swagger', ] -notfound_urls_prefix = "/en/latest/" +notfound_urls_prefix = "/projects/awx/en/latest/" notfound_template = "404.rst" html_theme = 'sphinx_ansible_theme' diff --git a/docs/docsite/rst/404.rst b/docs/docsite/rst/404.rst index 545fa0a6c8..762cc186b4 100644 --- a/docs/docsite/rst/404.rst +++ b/docs/docsite/rst/404.rst @@ -10,7 +10,10 @@ The page you are looking for is not in the current AWX documentation. :alt: Cowsay 404 You can find different versions of the AWX documentation by opening the Read the Docs fly out menu at the bottom right. -Here is a link to the `AWX 24.6.1 `_ documentation. +For your convenience, here are some links: + +* `AWX latest `_ documentation, includes release notes and known issues, contributor's guide, and API reference. +* `AWX 24.6.1 `_ documentation, includes release notes, contributor's guide, AWX quickstart, user guide, API reference, and administrator guide. If you have more questions or still can't find the docs you're looking for, join the `Ansible Forum `_. Here are some useful links for AWX users: