Skip to content

Commit

Permalink
Fixed file structure alignment (#2102)
Browse files Browse the repository at this point in the history
The components folder was pushed too far to the right because of duplicate hierarchy columns.
  • Loading branch information
benhovinga authored May 21, 2024
1 parent fd42583 commit 95adfd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docusaurus/src/components/ProjectStructure.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export default function InteractiveProjectStructure() {
│ │ ├──── <a href="/dev-docs/backend-customization/routes">routes</a><br/>
│ │ ├──── <a href="/dev-docs/backend-customization/services">services</a><br/>
│ │ └ index.ts<br/>
│ │
│ ├──── <a href="/dev-docs/backend-customization/models">components</a><br/>
│ │ └──── (category-name)<br/>
│ │ ├ (componentA).json<br/>
Expand Down

0 comments on commit 95adfd0

Please sign in to comment.