Update content/en/development/development.md
This commit is contained in:
parent
d1e0f1420d
commit
c8f0f44327
|
@ -50,6 +50,9 @@ Knowledge and understanding of these libraries will simplify work with the Masto
|
||||||
- react-intl
|
- react-intl
|
||||||
|
|
||||||
## Code structure
|
## Code structure
|
||||||
|
|
||||||
|
The following overview should not be seen as complete or authoritative, but as a rough guidance to help you find your way in the application.
|
||||||
|
|
||||||
### Ruby
|
### Ruby
|
||||||
|
|
||||||
|Path|Description|
|
|Path|Description|
|
||||||
|
@ -64,6 +67,13 @@ Knowledge and understanding of these libraries will simplify work with the Masto
|
||||||
|`app/workers`|Code that executes outside the request-response cycle, i.e. in Sidekiq|
|
|`app/workers`|Code that executes outside the request-response cycle, i.e. in Sidekiq|
|
||||||
|`spec`|Automated test suite|
|
|`spec`|Automated test suite|
|
||||||
|
|
||||||
|
### JavaScript
|
||||||
|
|
||||||
|
|Path|Description|
|
||||||
|
|----|-----------|
|
||||||
|
|`app/javascript/mastodon`|Code for the multi-column React.js application|
|
||||||
|
|`app/javascript/packs`|Code for non-React.js pages|
|
||||||
|
|
||||||
### CSS and other assets
|
### CSS and other assets
|
||||||
|
|
||||||
|Path|Description|
|
|Path|Description|
|
||||||
|
|
Loading…
Reference in New Issue