Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agb.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<body>
<div id="root"></div>
<script type="module" src="/src/web/entries/agb.tsx"></script>
<script type="module" src="/src/web/pages/Nutzungsbedingungen.tsx"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion datenschutz.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<body>
<div id="root"></div>
<script type="module" src="/src/web/entries/datenschutz.tsx"></script>
<script type="module" src="/src/web/pages/Datenschutz.tsx"></script>
</body>
</html>
26 changes: 0 additions & 26 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,23 +118,7 @@ Check out :doc:`dev_guide/deployment/index` for production deployment instructio
📖 Feature Categories
======================

🎯 **Frequently Used**

- :doc:`user_guide/commands/index` — Complete command list
- :doc:`user_guide/setup_guide/index` — Server setup
- :doc:`user_guide/configuration/index` — Advanced configuration

🔧 **Technical**

- :doc:`dev_guide/architecture/index` — System design
- :doc:`dev_guide/database/index` — Database schema
- :doc:`dev_guide/api_development/index` — API endpoints

❓ **Support**

- :doc:`user_guide/faq/index` — Common questions
- :doc:`user_guide/troubleshooting/index` — Solving problems
- :doc:`dev_guide/troubleshooting/index` — Developer troubleshooting

---

Expand Down Expand Up @@ -193,16 +177,6 @@ Contributing

We welcome contributions from the community! Whether it's bug reports, feature requests, or code improvements, feel free to get involved via our `GitHub Repository <https://github.com/Oppro-net-Development/ManagerX>`_. For more details, check the **Contributing** section in the Developer Guide.

.. toctree::
:maxdepth: 2
:caption: Documentation:
:hidden:

User Guide <user_guide/index>
Developer Guide <dev_guide/index>
Changelog & Releases <releases/index>
Plugins <plugins/index>

---

**© 2026 ManagerX Development**
Expand Down
2 changes: 1 addition & 1 deletion impressum.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<body>
<div id="root"></div>
<script type="module" src="/src/web/entries/impressum.tsx"></script>
<script type="module" src="/src/web/pages/Impressum.tsx"></script>
</body>
</html>