diff options
| author | lain <lain@soykaf.club> | 2020-07-03 10:17:42 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-07-03 10:17:42 +0000 |
| commit | 7bd89b579f9fa20a046b67dbf5cd14967b07981c (patch) | |
| tree | 1ce479a2e455de1c0ba851e7c1110e66bd56a903 /docs/index.md | |
| parent | e1cf6bd41ced8f1d85dde6ba557ca6ea28bd6028 (diff) | |
| parent | 08b593746faf54ac41df25bb2cc5a1f72ae1a9b5 (diff) | |
Merge branch 'fix_BE_1586_provide_index_md' into 'develop'
FE part of BE issue 1586 provide index md
See merge request pleroma/pleroma-fe!1154
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..8764f9ab --- /dev/null +++ b/docs/index.md @@ -0,0 +1,8 @@ +# Introduction to Pleroma-FE +## What is Pleroma-FE? + +Pleroma-FE is the default user-facing frontend for Pleroma. It's user interface is modeled after Qvitter which is modeled after an older Twitter design. It provides a simple 2-column interface for microblogging. While being simple by default it also provides many powerful customization options. + +## How can I use it? + +If your instance uses Pleroma-FE, you can acces it by going to your instance (e.g. <https://pleroma.soykaf.com>). You can read more about it's basic functionality in the [Pleroma-FE User Guide](./USER_GUIDE.md). We also have [a guide for administrators](./CONFIGURATION.md) and for [hackers/contributors](./HACKING.md). |
