Move out of Gitlab Wiki
I understand that this change is quite unreadable and hard to review, sorry for forgetting to do atomic commits. This patch does not change too much content wise, it just * Gets everything from gitlab wiki * Removes some specific gitlab hacks * Formats all documentation file names to be in snake case so they look the same way as our code does
This commit is contained in:
parent
926bf114b7
commit
dfae0050af
32 changed files with 2373 additions and 16 deletions
16
mix.exs
16
mix.exs
|
|
@ -22,16 +22,12 @@ defmodule Pleroma.Mixfile do
|
|||
homepage_url: "https://pleroma.social/",
|
||||
docs: [
|
||||
logo: "priv/static/static/logo.png",
|
||||
extras: [
|
||||
"README.md",
|
||||
"docs/Admin-API.md",
|
||||
"docs/Clients.md",
|
||||
"docs/config.md",
|
||||
"docs/Custom-Emoji.md",
|
||||
"docs/Differences-in-MastodonAPI-Responses.md",
|
||||
"docs/Message-Rewrite-Facility-configuration.md",
|
||||
"docs/Pleroma-API.md",
|
||||
"docs/static_dir.md"
|
||||
extras: ["README.md" | Path.wildcard("docs/**/*.md")],
|
||||
groups_for_extras: [
|
||||
"Installation manuals": Path.wildcard("docs/installation/*.md"),
|
||||
Configuration: Path.wildcard("docs/config/*.md"),
|
||||
Administration: Path.wildcard("docs/admin/*.md"),
|
||||
"Pleroma's APIs and Mastodon API extensions": Path.wildcard("docs/api/*.md")
|
||||
],
|
||||
main: "readme",
|
||||
output: "priv/static/doc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue