From a0527291db4caef7da29949da8349c7bccce9ffd Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 12 Dec 2023 10:35:42 -0500 Subject: [PATCH] docs: Add the woocommerce plugin docs to docs.openedx.org --- source/conf.py | 5 +++++ source/developers/references/index.rst | 1 + 2 files changed, 6 insertions(+) diff --git a/source/conf.py b/source/conf.py index 8589e096d..4f96e1ee5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -87,6 +87,11 @@ f"https://docs.openedx.org/projects/xblock/{rtd_language}/{rtd_version}", None, ), + "wordpress-ecommerce-plugin": ( + f"https://docs.openedx.org/projects/wordpress-ecommerce-plugin/{rtd_language}/{rtd_version}", + None, + ), + } # Add any paths that contain templates here, relative to this directory. diff --git a/source/developers/references/index.rst b/source/developers/references/index.rst index fd73e3e43..f6feb5fd5 100644 --- a/source/developers/references/index.rst +++ b/source/developers/references/index.rst @@ -12,6 +12,7 @@ Per Repo Documentation * :doc:`openedx-aspects:index` * :doc:`edx-platform:index` * :doc:`xblock:index` +* :doc:`wordpress-ecommerce-plugin:index` Other References ****************