diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-10-04 14:30:29 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-10-04 14:30:29 +0000 |
| commit | 122323f35c32a4f12a345a8b3f163e9318f5dea3 (patch) | |
| tree | 8dbad4a3918cf3c1d3ff18fe5f1e17287565a3b9 | |
| parent | e82405ae35bbdecede6e9bc6e65b352d5f4fd750 (diff) | |
| parent | c07bf59da779a6777a2fd2ec5c94b6d71b6bbf51 (diff) | |
Merge branch 'docs/add-links' into 'develop'
Minor documentation improvements
See merge request pleroma/pleroma-fe!965
| -rw-r--r-- | docs/CONFIGURATION.md | 4 | ||||
| -rw-r--r-- | docs/USER_GUIDE.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index a7dcd915..35363537 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -1,7 +1,7 @@ # Pleroma-FE configuration and customization for instance administrators -* *For user configuration, see USER_GUIDE.md* -* *For local development server configuration, see HACKING.md* +* *For user configuration, see [Pleroma-FE user guide](USER_GUIDE.md)* +* *For local development server configuration, see [Hacking, tweaking, contributing](HACKING.md)* ## Where configuration is stored diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index 18b6c560..076bfb1c 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -1,3 +1,5 @@ +# Pleroma-FE user guide + > Be prepared for breaking changes, unexpected behavior and this user guide becoming obsolete and wrong. > If there was no insanity @@ -6,8 +8,6 @@ > > --Catbag -# Pleroma-FE user guide - Pleroma-FE user interface is modeled after Qvitter which is modeled after older Twitter design. It provides a simple 2-column interface for microblogging. While being simple by default it also provides many powerful customization options. ## Posting, reading, basic functions. |
