diff options
author | Ilja <pleroma@spectraltheorem.be> | 2021-01-10 08:25:36 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2021-01-10 08:25:36 +0000 |
commit | 6284e8f4b2e9b737d1ed256e89f2ac3ba673d6f8 (patch) | |
tree | c56758cdaa95ce053e04952497386542e1b28531 /docs/development/index.md | |
parent | 5822338f3a42852c18a323c35041b14b29661de6 (diff) | |
download | pleroma-6284e8f4b2e9b737d1ed256e89f2ac3ba673d6f8.tar.gz pleroma-6284e8f4b2e9b737d1ed256e89f2ac3ba673d6f8.zip |
Add development section
* I cretaed a folder 'development'
* I split up the file dev.md into three parts and moved it to this folder
* index.md
* authentication_authorization.md
* mrf.md
* I also moved ap_extensions.md
* I created a new file setting_up_pleroma_dev.md
Diffstat (limited to 'docs/development/index.md')
-rw-r--r-- | docs/development/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/index.md b/docs/development/index.md new file mode 100644 index 000000000..01a617596 --- /dev/null +++ b/docs/development/index.md @@ -0,0 +1 @@ +This section contains notes and guidelines for developers. |