From d01bbf87247881b62aae08eea534d44d087aa129 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 4 Mar 2025 08:37:40 +0100 Subject: [PATCH 1/2] docs: add contribute page in toctree --- doc/source/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 27283debd..2019899d3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,6 +36,12 @@ are included in the theme to make documentation more appealing and user-friendly {% endif %} + .. grid-item-card:: :material-regular:`people;1.25em` Contribute + :link: contribute + :link-type: doc + + Learn how to contribute to the Ansys Sphinx Theme. + .. grid-item-card:: :material-regular:`update;1.25em` Changelog :link: changelog :link-type: doc From f5c91e7a8b24087b357bb3ab99f36d448915d102 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 4 Mar 2025 07:39:30 +0000 Subject: [PATCH 2/2] chore: adding changelog file 638.documentation.md [dependabot-skip] --- doc/changelog.d/638.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/638.documentation.md diff --git a/doc/changelog.d/638.documentation.md b/doc/changelog.d/638.documentation.md new file mode 100644 index 000000000..71495ed76 --- /dev/null +++ b/doc/changelog.d/638.documentation.md @@ -0,0 +1 @@ +docs: add contribute page in toctree \ No newline at end of file