Skip to content

Commit 8c525c4

Browse files
[bot] Update repository structure and Mermaid diagram
1 parent b76939a commit 8c525c4

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

MERMAID_DIAGRAM.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ graph TD
66
subgraph graph_git_repo
77
root[graph-git-repo]
88
root --> gitignore[.gitignore]
9-
root --> license[LICENSE]
10-
root --> mermaid[MERMAID_DIAGRAM.md]
9+
root --> LICENSE[LICENSE]
10+
root --> MERMAID[MERMAID_DIAGRAM.md]
1111
root --> README[README.md]
12-
root --> repo_structure[REPO_STRUCTURE.md]
13-
root --> base[base.sh]
14-
root --> tree_to_gpt[tree_to_gpt.py]
12+
root --> REPO_STRUCTURE[REPO_STRUCTURE.md]
13+
root --> action[action.yml]
14+
root --> script[base.sh]
15+
root --> tree_script[tree_to_gpt.py]
1516
end
1617
style graph_git_repo fill:#e0f7fa,stroke:#333,stroke-width:2px;
17-
style gitignore fill:#ffccbc,stroke:#333,stroke-width:1px;
18-
style license fill:#ffccbc,stroke:#333,stroke-width:1px;
19-
style mermaid fill:#ffccbc,stroke:#333,stroke-width:1px;
20-
style README fill:#ffccbc,stroke:#333,stroke-width:1px;
21-
style repo_structure fill:#ffccbc,stroke:#333,stroke-width:1px;
22-
style base fill:#ffccbc,stroke:#333,stroke-width:1px;
23-
style tree_to_gpt fill:#ffccbc,stroke:#333,stroke-width:1px;
18+
style gitignore fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
19+
style LICENSE fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
20+
style MERMAID fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
21+
style README fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
22+
style REPO_STRUCTURE fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
23+
style action fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
24+
style script fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
25+
style tree_script fill:#bbdefb,stroke:#2196f3,stroke-width:1px;
2426
```

REPO_STRUCTURE.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ graph-git-repo
66
├── MERMAID_DIAGRAM.md
77
├── README.md
88
├── REPO_STRUCTURE.md
9+
├── action.yml
910
├── base.sh
1011
└── tree_to_gpt.py
1112
```

0 commit comments

Comments
 (0)