Skip to content

Fix markdown formatting for architecture diagram.#339

Open
chenkins wants to merge 1 commit intomainfrom
fix-markdown
Open

Fix markdown formatting for architecture diagram.#339
chenkins wants to merge 1 commit intomainfrom
fix-markdown

Conversation

@chenkins
Copy link
Copy Markdown
Contributor

@chenkins chenkins commented Apr 3, 2026

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository README to correctly render the Docker Compose “Architecture” diagram using a standard Mermaid fenced code block.

Changes:

  • Replace an invalid Mermaid code fence (quad backticks + prefixed | lines) with a proper triple-backtick Mermaid block.
  • Reformat the diagram contents so Markdown renders the Mermaid diagram as intended.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

kattaserver:R --> L:postgres
````
group dockernetwork(internet)[Docker Network]
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 42 is a blank line containing trailing whitespace. This conflicts with the repository’s .editorconfig (trim_trailing_whitespace = true) and can cause formatting/lint checks to fail. Please remove the spaces so the line is truly empty.

Suggested change

Copilot uses AI. Check for mistakes.
@dkocher dkocher added the documentation Improvements or additions to documentation label Apr 3, 2026
@dkocher dkocher added this to the 1.0.0 milestone Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants