aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-12-18 17:09:01 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-12-18 17:16:26 +0100
commit6adea5a7b29289e88c39206338b2a9092159f4d1 (patch)
tree716b8db8b1cdb48e5694e6da273a5509609f7811
parenta6dfe1fc6b65ec406159a2e068ab598de2cc13e0 (diff)
downloadpleroma-6adea5a7b29289e88c39206338b2a9092159f4d1.tar.gz
Move to docs
-rw-r--r--docs/Pleroma-API.md (renamed from Pleroma-API.md)0
-rw-r--r--docs/config.md (renamed from config/config.md)0
-rw-r--r--mix.exs2
3 files changed, 1 insertions, 1 deletions
diff --git a/Pleroma-API.md b/docs/Pleroma-API.md
index cda3894f0..cda3894f0 100644
--- a/Pleroma-API.md
+++ b/docs/Pleroma-API.md
diff --git a/config/config.md b/docs/config.md
index edabd6e0f..edabd6e0f 100644
--- a/config/config.md
+++ b/docs/config.md
diff --git a/mix.exs b/mix.exs
index ff77f305f..99e30c2a2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -21,7 +21,7 @@ defmodule Pleroma.Mixfile do
homepage_url: "https://pleroma.social/",
docs: [
logo: "priv/static/static/logo.png",
- extras: ["README.md", "config/config.md", "Pleroma-API.md"],
+ extras: ["README.md", "docs/config.md", "docs/Pleroma-API.md"],
main: "readme",
output: "priv/static/doc"
]