mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 21:43:13 +01:00
Update codebase structure docs
This commit is contained in:
parent
a36201b32e
commit
cad88089e0
1 changed files with 3 additions and 3 deletions
|
@ -71,11 +71,11 @@ The repository includes deployment configurations for **Docker and docker-compos
|
|||
├──db // Database files for Mastodon's information database (Host-specific backend)
|
||||
├──dist // Collection of code files relating app hosting on domains and port relations
|
||||
├──lib // Code and file library
|
||||
├──log // Hosting logs (Host-specific backend; reserved for Mastodon hosting)
|
||||
├──log // Hosting logs
|
||||
├──public // Static resource files
|
||||
├──spec // Helpers, presenters, and other code models
|
||||
├──streaming // (Host-specific backend; reserved for Mastodon hosting)
|
||||
└──vendor // (Host-specific backend; reserved for Mastodon hosting)
|
||||
├──streaming // Streaming API service
|
||||
└──vendor
|
||||
```
|
||||
|
||||
## 🛠️ Building from source
|
||||
|
|
Loading…
Reference in a new issue