Skip to content

Commit 742c2dd

Browse files
committed
docs: update documentation setup and styling for Mermaid support
- Clarified GitHub Pages auto-deployment to include Mermaid diagram support in DOCS_SYNC_SETUP.md - Cleaned up whitespace in index.md and custom.css for better formatting and consistency
1 parent 3dd23ee commit 742c2dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DOCS_SYNC_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The setup creates:
88

99
- **Separate docs repository**: `altus4/docs` for documentation only
1010
- **Automatic sync**: Changes in `docs/` directory trigger sync to docs repo
11-
- **GitHub Pages**: Auto-deployment of documentation site
11+
- **GitHub Pages**: Auto-deployment of documentation site with Mermaid diagram support
1212
- **Manual sync**: Script for manual synchronization when needed
1313

1414
## Prerequisites

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
padding: 0.5rem;
2626
margin: 1rem 0;
2727
}
28-
28+
2929
.mermaid-diagram svg {
3030
font-size: 12px;
3131
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ graph TD
115115
C --> D[Target Repository]
116116
D --> E[GitHub Pages]
117117
E --> F[Live Documentation]
118-
118+
119119
style A fill:#e8f5e8
120120
style F fill:#fff3e0
121121
```

0 commit comments

Comments
 (0)