diff --git a/src/blenderbim/docs/index.rst b/src/blenderbim/docs/index.rst index 735a1b4406..656fc58a5a 100644 --- a/src/blenderbim/docs/index.rst +++ b/src/blenderbim/docs/index.rst @@ -62,6 +62,11 @@ Sections :doc:`/users/modeling/ifc_modeling` IFC modeling techniques and concepts. + .. container:: card + + :doc:`/users/git_support` + Collaborate on projects using Git + .. container:: card :doc:`/users/drawing/index` @@ -94,8 +99,13 @@ Sections .. container:: card - :doc:`/users/appendix/index` - Troubleshooting and additional resources. + :doc:`/users/other_addons` + Other complementary add-ons + + .. container:: card + + :doc:`/users/troubleshooting` + Troubleshooting when things go wrong .. container:: global-index-toc @@ -106,13 +116,15 @@ Sections users/modeling/interface users/modeling/ifc_modeling + users/git_support users/drawing/index users/structural_analysis/index users/costing_and_scheduling/index users/advanced/index users/tutorials/index users/user_interface - users/appendix/index + users/other_addons + users/troubleshooting Get Involved ============ diff --git a/src/blenderbim/docs/users/appendix/index.rst b/src/blenderbim/docs/users/appendix/index.rst deleted file mode 100644 index 43e304b4de..0000000000 --- a/src/blenderbim/docs/users/appendix/index.rst +++ /dev/null @@ -1,16 +0,0 @@ -Appendix -======== - -This section provides troubleshooting, integration with other tools, and additional external resources. - -.. - * Integration with Other Tools - * Data Exchange and Compatibility -.. - -.. toctree:: - :maxdepth: 1 - - troubleshooting - git_support - other_addons diff --git a/src/blenderbim/docs/users/appendix/git_support.rst b/src/blenderbim/docs/users/git_support.rst similarity index 100% rename from src/blenderbim/docs/users/appendix/git_support.rst rename to src/blenderbim/docs/users/git_support.rst diff --git a/src/blenderbim/docs/users/appendix/images/error-message.png b/src/blenderbim/docs/users/images/error-message.png similarity index 100% rename from src/blenderbim/docs/users/appendix/images/error-message.png rename to src/blenderbim/docs/users/images/error-message.png diff --git a/src/blenderbim/docs/users/appendix/other_addons.rst b/src/blenderbim/docs/users/other_addons.rst similarity index 100% rename from src/blenderbim/docs/users/appendix/other_addons.rst rename to src/blenderbim/docs/users/other_addons.rst diff --git a/src/blenderbim/docs/users/appendix/troubleshooting.rst b/src/blenderbim/docs/users/troubleshooting.rst similarity index 100% rename from src/blenderbim/docs/users/appendix/troubleshooting.rst rename to src/blenderbim/docs/users/troubleshooting.rst