mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-05 21:16:10 +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)
|
├──db // Database files for Mastodon's information database (Host-specific backend)
|
||||||
├──dist // Collection of code files relating app hosting on domains and port relations
|
├──dist // Collection of code files relating app hosting on domains and port relations
|
||||||
├──lib // Code and file library
|
├──lib // Code and file library
|
||||||
├──log // Hosting logs (Host-specific backend; reserved for Mastodon hosting)
|
├──log // Hosting logs
|
||||||
├──public // Static resource files
|
├──public // Static resource files
|
||||||
├──spec // Helpers, presenters, and other code models
|
├──spec // Helpers, presenters, and other code models
|
||||||
├──streaming // (Host-specific backend; reserved for Mastodon hosting)
|
├──streaming // Streaming API service
|
||||||
└──vendor // (Host-specific backend; reserved for Mastodon hosting)
|
└──vendor
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🛠️ Building from source
|
## 🛠️ Building from source
|
||||||
|
|
Loading…
Reference in a new issue