From 35fab7bbb66f03f95f5fcc191d9bdb3e0e4c2396 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 12 Jan 2026 11:11:12 -0500 Subject: [PATCH] docs: Add the top-level decision records to the docs site. The `decisions` directory was not previously included in the edx-platform docs build. --- docs/decisions/index.rst | 4 ++++ docs/index.rst | 1 + 2 files changed, 5 insertions(+) create mode 100644 docs/decisions/index.rst diff --git a/docs/decisions/index.rst b/docs/decisions/index.rst new file mode 100644 index 0000000000..beed26a342 --- /dev/null +++ b/docs/decisions/index.rst @@ -0,0 +1,4 @@ +# edx-platform Technical Decisions + +.. toctree:: + 0* diff --git a/docs/index.rst b/docs/index.rst index 14d7597ac3..94f8391322 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,6 +34,7 @@ locations. references/index concepts/index extensions/tinymce_plugins + decisions/index .. grid:: 1 2 2 2 :gutter: 3