mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized sphinx and documentation
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Hello World
|
||||
test
|
||||
# Echo
|
||||
Hello World
|
@@ -1,11 +1,11 @@
|
||||
Applications and Roles
|
||||
===========================================================
|
||||
|
||||
.. include:: ./README.md
|
||||
:parsers: myst_parser
|
||||
.. markdown-include:: README.md
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Overview
|
||||
:caption: About CyMaIS:
|
||||
:glob:
|
||||
./*.rst
|
||||
|
||||
*.rst
|
||||
|
@@ -24,7 +24,7 @@ The primary purpose of this role is to ensure that all Docker Compose services a
|
||||
|
||||
|
||||
# Context
|
||||
This role was implemented to address the classic issue: ["Have you tried turning it off and on again?"](https://www.youtube.com/watch?v=rksCTVFtjM4). The problem initially arose with the `fetchmail` container in [Mailu](../roles/docker/mailu), which fails if only some containers, and not the full docker-compose composition, are restarted.
|
||||
This role was implemented to address the classic issue: ["Have you tried turning it off and on again?"](https://www.youtube.com/watch?v=rksCTVFtjM4). The problem initially arose with the `fetchmail` container in [Mailu](.roles/docker/mailu), which fails if only some containers, and not the full docker-compose composition, are restarted.
|
||||
|
||||
## Credits 📝
|
||||
This role was developed with the assistance of [ChatGPT](https://openai.com/chatgpt), including insights and optimizations from this [conversation](https://chatgpt.com/share/674c6870-fcc4-800f-a19e-b20621b24317). Special thanks for providing guidance on error handling, Ansible best practices, and Python integration.
|
Reference in New Issue
Block a user