summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-06-02 17:17:56 -0400
committerMicah Anderson <micah@riseup.net>2015-06-02 17:17:56 -0400
commitf760c1a9f579b36708199fdbc75ac2e7a685334d (patch)
treeb3030ad7ab00af7dc3c443d56a549e44798472f2
parent535c045159b9079e94ded331046d8720b09f2a96 (diff)
remove the toc on the main platform page, with it there it repeats what
is in the body, making things redundant, also remove the summary, because that is provided in the body and setup anchors in the list
-rw-r--r--pages/docs/platform/en.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/pages/docs/platform/en.md b/pages/docs/platform/en.md
index c7400e1..07f07b7 100644
--- a/pages/docs/platform/en.md
+++ b/pages/docs/platform/en.md
@@ -1,15 +1,14 @@
@title = 'LEAP Platform for Service Providers'
@nav_title = 'Provider Platform'
-@summary = 'Software platform to automate the process of running a communication service provider.'
-@toc = true
+@toc = false
The *LEAP Platform* is set of complementary packages and server recipes to automate the maintenance of LEAP services in a hardened Debian environment. Its goal is to make it as painless as possible for sysadmins to deploy and maintain a service provider's infrastructure for secure communication.
The LEAP Platform consists of three parts, detailed below:
-1. The platform recipes.
-2. The provider instance.
-3. The `leap` command line tool.
+1. [The platform recipes.](#the-platform-recipes)
+2. [The provider instance.](#the-provider-instance)
+3. [The `leap` command line tool.](#the-leap-command-line-tool)
The platform recipes
--------------------