Browse Source

Cheatsheet: Add more info.

frontends/logic-flow
lain 3 years ago
parent
commit
393128fb02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/configuration/cheatsheet.md

+ 1
- 1
docs/configuration/cheatsheet.md View File

@@ -1065,4 +1065,4 @@ config :pleroma, :frontends,
}
```

This would serve frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself.
This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit.

Loading…
Cancel
Save