diff --git a/config.toml b/config.toml index 3d494015..1ea1c960 100644 --- a/config.toml +++ b/config.toml @@ -25,11 +25,6 @@ enableGitInfo = true weight = 2 identifier = "administration" url = "/administration/" - [[menu.docs]] - name = "Developer guide" - weight = 3 - identifier = "development" - url = "/development/" [[menu.docs]] name = "API Overview" weight = 4 diff --git a/content/en/_index.md b/content/en/_index.md new file mode 100644 index 00000000..24c14aaf --- /dev/null +++ b/content/en/_index.md @@ -0,0 +1,15 @@ +--- +title: Mastodon documentation +--- + +Welcome to the Mastodon documentation! + +
+ {{< youtube "IPSbNdBmWKE" >}} +
+ +**Choose your path:** + +- [Learn how to use Mastodon]({{< relref "usage/basics.md" >}}) +- [Learn how to install Mastodon]({{< relref "administration/installation.md" >}}) +- [Learn how to write an app for Mastodon]({{< relref "api/guidelines.md" >}}) diff --git a/content/en/development/installation.md b/content/en/development/installation.md deleted file mode 100644 index 19c2eb1d..00000000 --- a/content/en/development/installation.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Installation -menu: - docs: - identifier: installation-dev - parent: development - weight: 1 ---- diff --git a/layouts/index.html b/layouts/index.html index 377e74c9..056c9190 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,13 +1,17 @@ {{ define "title"}} Mastodon documentation {{end}} {{ define "main" }} -

Mastodon documentation

+

{{ .Title }}

-

Welcome to the Mastodon documentation!

+ {{.Content}} -

Mastodon is a free, open-source social network server based on open web protocols like ActivityPub and OStatus. The social focus of the project is a viable decentralized alternative to commercial social media silos that returns the control of the content distribution channels to the people. The technical focus of the project is a good user interface, a clean REST API for 3rd party apps and robust anti-abuse tools.

+

Available languages:

- +
{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 372ab436..97f2d37c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -12,3 +12,5 @@ + + diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 84a2c02c..848bd2ce 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -8,15 +8,15 @@