You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/02/24 00:51:33 UTC

mesos git commit: Removed stale generated HTTP endpoint documentation.

Repository: mesos
Updated Branches:
  refs/heads/master 538abbc21 -> b6d47056a


Removed stale generated HTTP endpoint documentation.

This is now generated by the website CI bot, rather than having
to be checked in and kept up to date within the docs/ folder.

Review: https://reviews.apache.org/r/65791


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b6d47056
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b6d47056
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b6d47056

Branch: refs/heads/master
Commit: b6d47056a9f50931d466a17fc8593136c7138b55
Parents: 538abbc
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Feb 23 16:24:32 2018 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Fri Feb 23 16:25:33 2018 -0800

----------------------------------------------------------------------
 docs/endpoints/files/browse.json.md             |  34 -----
 docs/endpoints/files/browse.md                  |  34 -----
 docs/endpoints/files/debug.json.md              |  24 ----
 docs/endpoints/files/debug.md                   |  24 ----
 docs/endpoints/files/download.json.md           |  34 -----
 docs/endpoints/files/download.md                |  34 -----
 docs/endpoints/files/read.json.md               |  35 -----
 docs/endpoints/files/read.md                    |  35 -----
 docs/endpoints/index.md                         | 131 -------------------
 docs/endpoints/logging/toggle.md                |  32 -----
 docs/endpoints/master/api/v1.md                 |  33 -----
 docs/endpoints/master/api/v1/scheduler.md       |  31 -----
 docs/endpoints/master/create-volumes.md         |  41 ------
 docs/endpoints/master/destroy-volumes.md        |  41 ------
 docs/endpoints/master/flags.md                  |  21 ---
 docs/endpoints/master/frameworks.md             |  33 -----
 docs/endpoints/master/health.md                 |  20 ---
 docs/endpoints/master/machine/down.md           |  34 -----
 docs/endpoints/master/machine/up.md             |  34 -----
 docs/endpoints/master/maintenance/schedule.md   |  42 ------
 docs/endpoints/master/maintenance/status.md     |  38 ------
 docs/endpoints/master/quota.md                  |  44 -------
 docs/endpoints/master/redirect.md               |  27 ----
 docs/endpoints/master/reserve.md                |  41 ------
 docs/endpoints/master/roles.json.md             |  32 -----
 docs/endpoints/master/roles.md                  |  32 -----
 docs/endpoints/master/slaves.md                 |  33 -----
 docs/endpoints/master/state-summary.md          |  38 ------
 docs/endpoints/master/state.json.md             | 107 ---------------
 docs/endpoints/master/state.md                  | 107 ---------------
 docs/endpoints/master/tasks.json.md             |  44 -------
 docs/endpoints/master/tasks.md                  |  44 -------
 docs/endpoints/master/teardown.md               |  35 -----
 docs/endpoints/master/unreserve.md              |  41 ------
 docs/endpoints/master/weights.md                |  35 -----
 docs/endpoints/metrics/snapshot.md              |  26 ----
 docs/endpoints/profiler/start.md                |  19 ---
 docs/endpoints/profiler/stop.md                 |  19 ---
 docs/endpoints/registrar/registry.md            |  63 ---------
 docs/endpoints/slave/api/v1.md                  |  20 ---
 docs/endpoints/slave/api/v1/executor.md         |  28 ----
 .../endpoints/slave/api/v1/resource_provider.md |  28 ----
 docs/endpoints/slave/containers.md              |  57 --------
 docs/endpoints/slave/flags.md                   |  20 ---
 docs/endpoints/slave/health.md                  |  20 ---
 docs/endpoints/slave/monitor/statistics.json.md |  51 --------
 docs/endpoints/slave/monitor/statistics.md      |  51 --------
 docs/endpoints/slave/state.json.md              | 113 ----------------
 docs/endpoints/slave/state.md                   | 113 ----------------
 docs/endpoints/system/stats.json.md             |  19 ---
 docs/endpoints/version.md                       |  26 ----
 51 files changed, 2118 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/browse.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/browse.json.md b/docs/endpoints/files/browse.json.md
deleted file mode 100644
index 6b21e50..0000000
--- a/docs/endpoints/files/browse.json.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/browse.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/browse.json
-
-### TL;DR; ###
-Returns a file listing for a directory.
-
-### DESCRIPTION ###
-Lists files and directories contained in the path as
-a JSON object.
-
-Query parameters:
-
->        path=VALUE          The path of directory to browse.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Browsing files requires that the request principal is
-authorized to do so for the target virtual file path.
-
-Authorizers may categorize different virtual paths into
-different ACLs, e.g. logs in one and task sandboxes in
-another.
-
-See authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/browse.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/browse.md b/docs/endpoints/files/browse.md
deleted file mode 100644
index 0fa204a..0000000
--- a/docs/endpoints/files/browse.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/browse
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/browse
-
-### TL;DR; ###
-Returns a file listing for a directory.
-
-### DESCRIPTION ###
-Lists files and directories contained in the path as
-a JSON object.
-
-Query parameters:
-
->        path=VALUE          The path of directory to browse.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Browsing files requires that the request principal is
-authorized to do so for the target virtual file path.
-
-Authorizers may categorize different virtual paths into
-different ACLs, e.g. logs in one and task sandboxes in
-another.
-
-See authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/debug.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/debug.json.md b/docs/endpoints/files/debug.json.md
deleted file mode 100644
index 2806a58..0000000
--- a/docs/endpoints/files/debug.json.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/debug.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/debug.json
-
-### TL;DR; ###
-Returns the internal virtual path mapping.
-
-### DESCRIPTION ###
-This endpoint shows the internal virtual path map as a
-JSON object.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The request principal should be authorized to query this endpoint.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/debug.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/debug.md b/docs/endpoints/files/debug.md
deleted file mode 100644
index 3338066..0000000
--- a/docs/endpoints/files/debug.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/debug
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/debug
-
-### TL;DR; ###
-Returns the internal virtual path mapping.
-
-### DESCRIPTION ###
-This endpoint shows the internal virtual path map as a
-JSON object.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The request principal should be authorized to query this endpoint.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/download.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/download.json.md b/docs/endpoints/files/download.json.md
deleted file mode 100644
index 31d442a..0000000
--- a/docs/endpoints/files/download.json.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/download.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/download.json
-
-### TL;DR; ###
-Returns the raw file contents for a given path.
-
-### DESCRIPTION ###
-This endpoint will return the raw file contents for the
-given path.
-
-Query parameters:
-
->        path=VALUE          The path of directory to browse.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Downloading files requires that the request principal is
-authorized to do so for the target virtual file path.
-
-Authorizers may categorize different virtual paths into
-different ACLs, e.g. logs in one and task sandboxes in
-another.
-
-See authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/download.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/download.md b/docs/endpoints/files/download.md
deleted file mode 100644
index 202d015..0000000
--- a/docs/endpoints/files/download.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/download
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/download
-
-### TL;DR; ###
-Returns the raw file contents for a given path.
-
-### DESCRIPTION ###
-This endpoint will return the raw file contents for the
-given path.
-
-Query parameters:
-
->        path=VALUE          The path of directory to browse.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Downloading files requires that the request principal is
-authorized to do so for the target virtual file path.
-
-Authorizers may categorize different virtual paths into
-different ACLs, e.g. logs in one and task sandboxes in
-another.
-
-See authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/read.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/read.json.md b/docs/endpoints/files/read.json.md
deleted file mode 100644
index 64f348e..0000000
--- a/docs/endpoints/files/read.json.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/read.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/read.json
-
-### TL;DR; ###
-Reads data from a file.
-
-### DESCRIPTION ###
-This endpoint reads data from a file at a given offset and for
-a given length.
-Query parameters:
-
->        path=VALUE          The path of directory to browse.
->        offset=VALUE        Value added to base address to obtain a second address
->        length=VALUE        Length of file to read.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Reading files requires that the request principal is
-authorized to do so for the target virtual file path.
-
-Authorizers may categorize different virtual paths into
-different ACLs, e.g. logs in one and task sandboxes in
-another.
-
-See authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/files/read.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/files/read.md b/docs/endpoints/files/read.md
deleted file mode 100644
index ef95c80..0000000
--- a/docs/endpoints/files/read.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /files/read
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /files/read
-
-### TL;DR; ###
-Reads data from a file.
-
-### DESCRIPTION ###
-This endpoint reads data from a file at a given offset and for
-a given length.
-Query parameters:
-
->        path=VALUE          The path of directory to browse.
->        offset=VALUE        Value added to base address to obtain a second address
->        length=VALUE        Length of file to read.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Reading files requires that the request principal is
-authorized to do so for the target virtual file path.
-
-Authorizers may categorize different virtual paths into
-different ACLs, e.g. logs in one and task sandboxes in
-another.
-
-See authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/index.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/index.md b/docs/endpoints/index.md
deleted file mode 100644
index 8711537..0000000
--- a/docs/endpoints/index.md
+++ /dev/null
@@ -1,131 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-# HTTP Endpoints #
-
-Below is a list of HTTP endpoints available for a given Mesos process.
-
-Depending on your configuration, some subset of these endpoints will be
-available on your Mesos master or agent. Additionally, a `/help`
-endpoint will be available that displays help similar to what you see
-below.
-
-** NOTE: ** If you are using Mesos 1.1 or later, we recommend using the
-new [v1 Operator HTTP API](../operator-http-api.md) instead of the
-unversioned REST endpoints listed below. These endpoints will be
-deprecated in the future.
-
-
-** NOTE: ** The documentation for these endpoints is auto-generated from
-the Mesos source code. See `support/generate-endpoint-help.py`.
-
-## Master Endpoints ##
-
-Below are the endpoints that are available on a Mesos master. These
-endpoints are reachable at the address `http://ip:port/endpoint`.
-
-For example, `http://master.com:5050/files/browse`.
-
-### files ###
-* [/files/browse](files/browse.md)
-* [/files/browse.json](files/browse.json.md)
-* [/files/debug](files/debug.md)
-* [/files/debug.json](files/debug.json.md)
-* [/files/download](files/download.md)
-* [/files/download.json](files/download.json.md)
-* [/files/read](files/read.md)
-* [/files/read.json](files/read.json.md)
-
-### logging ###
-* [/logging/toggle](logging/toggle.md)
-
-### master ###
-* [/api/v1](master/api/v1.md)
-* [/api/v1/scheduler](master/api/v1/scheduler.md)
-* [/create-volumes](master/create-volumes.md)
-* [/destroy-volumes](master/destroy-volumes.md)
-* [/flags](master/flags.md)
-* [/frameworks](master/frameworks.md)
-* [/health](master/health.md)
-* [/machine/down](master/machine/down.md)
-* [/machine/up](master/machine/up.md)
-* [/maintenance/schedule](master/maintenance/schedule.md)
-* [/maintenance/status](master/maintenance/status.md)
-* [/quota](master/quota.md)
-* [/redirect](master/redirect.md)
-* [/reserve](master/reserve.md)
-* [/roles](master/roles.md)
-* [/roles.json](master/roles.json.md)
-* [/slaves](master/slaves.md)
-* [/state](master/state.md)
-* [/state-summary](master/state-summary.md)
-* [/state.json](master/state.json.md)
-* [/tasks](master/tasks.md)
-* [/tasks.json](master/tasks.json.md)
-* [/teardown](master/teardown.md)
-* [/unreserve](master/unreserve.md)
-* [/weights](master/weights.md)
-
-### metrics ###
-* [/metrics/snapshot](metrics/snapshot.md)
-
-### profiler ###
-* [/profiler/start](profiler/start.md)
-* [/profiler/stop](profiler/stop.md)
-
-### registrar(id) ###
-* [/registrar(id)/registry](registrar/registry.md)
-
-### system ###
-* [/system/stats.json](system/stats.json.md)
-
-### version ###
-* [/version](version.md)
-
-## Agent Endpoints ##
-
-Below are the endpoints that are available on a Mesos agent. These
-endpoints are reachable at the address `http://ip:port/endpoint`.
-
-For example, `http://agent.com:5051/files/browse`.
-
-### files ###
-* [/files/browse](files/browse.md)
-* [/files/browse.json](files/browse.json.md)
-* [/files/debug](files/debug.md)
-* [/files/debug.json](files/debug.json.md)
-* [/files/download](files/download.md)
-* [/files/download.json](files/download.json.md)
-* [/files/read](files/read.md)
-* [/files/read.json](files/read.json.md)
-
-### logging ###
-* [/logging/toggle](logging/toggle.md)
-
-### metrics ###
-* [/metrics/snapshot](metrics/snapshot.md)
-
-### profiler ###
-* [/profiler/start](profiler/start.md)
-* [/profiler/stop](profiler/stop.md)
-
-### slave(id) ###
-* [/api/v1](slave/api/v1.md)
-* [/api/v1/executor](slave/api/v1/executor.md)
-* [/api/v1/resource_provider](slave/api/v1/resource_provider.md)
-* [/containers](slave/containers.md)
-* [/flags](slave/flags.md)
-* [/health](slave/health.md)
-* [/monitor/statistics](slave/monitor/statistics.md)
-* [/monitor/statistics.json](slave/monitor/statistics.json.md)
-* [/state](slave/state.md)
-* [/state.json](slave/state.json.md)
-
-### system ###
-* [/system/stats.json](system/stats.json.md)
-
-### version ###
-* [/version](version.md)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/logging/toggle.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/logging/toggle.md b/docs/endpoints/logging/toggle.md
deleted file mode 100644
index 014a196..0000000
--- a/docs/endpoints/logging/toggle.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /logging/toggle
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /logging/toggle
-
-### TL;DR; ###
-Sets the logging verbosity level for a specified duration.
-
-### DESCRIPTION ###
-The libprocess library uses [glog][glog] for logging. The library
-only uses verbose logging which means nothing will be output unless
-the verbosity level is set (by default it's 0, libprocess uses levels 1, 2, and 3).
-
-**NOTE:** If your application uses glog this will also affect
-your verbose logging.
-
-Query parameters:
-
->        level=VALUE          Verbosity level (e.g., 1, 2, 3)
->        duration=VALUE       Duration to keep verbosity level
->                             toggled (e.g., 10secs, 15mins, etc.)
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-[glog]: https://code.google.com/p/google-glog
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/api/v1.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/api/v1.md b/docs/endpoints/master/api/v1.md
deleted file mode 100644
index 2d778f3..0000000
--- a/docs/endpoints/master/api/v1.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /api/v1
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /api/v1
->        /master/api/v1
-
-### TL;DR; ###
-Endpoint for API calls against the master.
-
-### DESCRIPTION ###
-Returns 200 OK when the request was processed successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The information returned by this endpoint for certain calls
-might be filtered based on the user accessing it.
-For example a user might only see the subset of frameworks,
-tasks, and executors they are allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/api/v1/scheduler.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/api/v1/scheduler.md b/docs/endpoints/master/api/v1/scheduler.md
deleted file mode 100644
index f029d8e..0000000
--- a/docs/endpoints/master/api/v1/scheduler.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /api/v1/scheduler
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /api/v1/scheduler
->        /master/api/v1/scheduler
-
-### TL;DR; ###
-Endpoint for schedulers to make calls against the master.
-
-### DESCRIPTION ###
-Returns 202 Accepted iff the request is accepted.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The returned frameworks information might be filtered based on the
-users authorization.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/create-volumes.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/create-volumes.md b/docs/endpoints/master/create-volumes.md
deleted file mode 100644
index c9ce39e..0000000
--- a/docs/endpoints/master/create-volumes.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /create-volumes
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /create-volumes
->        /master/create-volumes
-
-### TL;DR; ###
-Create persistent volumes on reserved resources.
-
-### DESCRIPTION ###
-Returns 202 ACCEPTED which indicates that the create
-operation has been validated successfully by the master.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-The request is then forwarded asynchronously to the Mesos
-agent where the reserved resources are located.
-That asynchronous message may not be delivered or
-creating the volumes at the agent might fail.
-
-Please provide "slaveId" and "volumes" values describing
-the volumes to be created.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Using this endpoint to create persistent volumes requires that
-the current principal is authorized to create volumes for the
-specific role.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/destroy-volumes.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/destroy-volumes.md b/docs/endpoints/master/destroy-volumes.md
deleted file mode 100644
index ff82e96..0000000
--- a/docs/endpoints/master/destroy-volumes.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /destroy-volumes
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /destroy-volumes
->        /master/destroy-volumes
-
-### TL;DR; ###
-Destroy persistent volumes.
-
-### DESCRIPTION ###
-Returns 202 ACCEPTED which indicates that the destroy
-operation has been validated successfully by the master.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-The request is then forwarded asynchronously to the Mesos
-agent where the reserved resources are located.
-That asynchronous message may not be delivered or
-destroying the volumes at the agent might fail.
-
-Please provide "slaveId" and "volumes" values describing
-the volumes to be destroyed.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Using this endpoint to destroy persistent volumes requires that
-the current principal is authorized to destroy volumes created
-by the principal who created the volume.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/flags.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/flags.md b/docs/endpoints/master/flags.md
deleted file mode 100644
index 6b3de41..0000000
--- a/docs/endpoints/master/flags.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /flags
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /flags
->        /master/flags
-
-### TL;DR; ###
-Exposes the master's flag configuration.
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Querying this endpoint requires that the current principal
-is authorized to view all flags.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/frameworks.md b/docs/endpoints/master/frameworks.md
deleted file mode 100644
index 7aa2213..0000000
--- a/docs/endpoints/master/frameworks.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /frameworks
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /frameworks
->        /master/frameworks
-
-### TL;DR; ###
-Exposes the frameworks info.
-
-### DESCRIPTION ###
-Returns 200 OK when the frameworks info was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-Query parameters:
->        framework_id=VALUE   The ID of the framework returned (if no framework ID is specified, all frameworks will be returned).
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/health.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/health.md b/docs/endpoints/master/health.md
deleted file mode 100644
index 3752a1b..0000000
--- a/docs/endpoints/master/health.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /health
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /health
->        /master/health
-
-### TL;DR; ###
-Health status of the Master.
-
-### DESCRIPTION ###
-Returns 200 OK iff the Master is healthy.
-Delayed responses are also indicative of poor health.
-
-
-### AUTHENTICATION ###
-This endpoint does not require authentication.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/machine/down.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/machine/down.md b/docs/endpoints/master/machine/down.md
deleted file mode 100644
index 05abd15..0000000
--- a/docs/endpoints/master/machine/down.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /machine/down
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /machine/down
->        /master/machine/down
-
-### TL;DR; ###
-Brings a set of machines down.
-
-### DESCRIPTION ###
-Returns 200 OK when the operation was successful.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-POST: Validates the request body as JSON and transitions
-  the list of machines into DOWN mode.  Currently, only
-  machines in DRAINING mode are allowed to be brought down.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The current principal must be allowed to bring down all the machines
-in the request, otherwise the request will fail.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/machine/up.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/machine/up.md b/docs/endpoints/master/machine/up.md
deleted file mode 100644
index 8a3488b..0000000
--- a/docs/endpoints/master/machine/up.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /machine/up
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /machine/up
->        /master/machine/up
-
-### TL;DR; ###
-Brings a set of machines back up.
-
-### DESCRIPTION ###
-Returns 200 OK when the operation was successful.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-POST: Validates the request body as JSON and transitions
-  the list of machines into UP mode.  This also removes
-  the list of machines from the maintenance schedule.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The current principal must be allowed to bring up all the machines
-in the request, otherwise the request will fail.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/maintenance/schedule.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/maintenance/schedule.md b/docs/endpoints/master/maintenance/schedule.md
deleted file mode 100644
index 86ae30b..0000000
--- a/docs/endpoints/master/maintenance/schedule.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /maintenance/schedule
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /maintenance/schedule
->        /master/maintenance/schedule
-
-### TL;DR; ###
-Returns or updates the cluster's maintenance schedule.
-
-### DESCRIPTION ###
-Returns 200 OK when the requested maintenance operation was performed
-successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-GET: Returns the current maintenance schedule as JSON.
-
-POST: Validates the request body as JSON
-and updates the maintenance schedule.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-GET: The response will contain only the maintenance schedule for
-those machines the current principal is allowed to see. If none
-an empty response will be returned.
-
-POST: The current principal must be authorized to modify the
-maintenance schedule of all the machines in the request. If the
-principal is unauthorized to modify the schedule for at least one
-machine, the whole request will fail.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/maintenance/status.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/maintenance/status.md b/docs/endpoints/master/maintenance/status.md
deleted file mode 100644
index f8e1c7e..0000000
--- a/docs/endpoints/master/maintenance/status.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /maintenance/status
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /maintenance/status
->        /master/maintenance/status
-
-### TL;DR; ###
-Retrieves the maintenance status of the cluster.
-
-### DESCRIPTION ###
-Returns 200 OK when the maintenance status was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-Returns an object with one list of machines per machine mode.
-For draining machines, this list includes the frameworks' responses
-to inverse offers.
-**NOTE**:
-Inverse offer responses are cleared if the master fails over.
-However, new inverse offers will be sent once the master recovers.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The response will contain only the maintenance status for those
-machines the current principal is allowed to see. If none, an empty
-response will be returned.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/quota.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/quota.md b/docs/endpoints/master/quota.md
deleted file mode 100644
index 6ce7811..0000000
--- a/docs/endpoints/master/quota.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /quota
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /quota
->        /master/quota
-
-### TL;DR; ###
-Gets or updates quota for roles.
-
-### DESCRIPTION ###
-Returns 200 OK when the quota was queried or updated successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-GET: Returns the currently set quotas as JSON.
-
-POST: Validates the request body as JSON
- and sets quota for a role.
-
-DELETE: Validates the request body as JSON
- and removes quota for a role.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Using this endpoint to set a quota for a certain role requires that
-the current principal is authorized to set quota for the target role.
-Similarly, removing quota requires that the principal is authorized
-to remove quota created by the quota_principal.
-Getting quota information for a certain role requires that the
-current principal is authorized to get quota for the target role,
-otherwise the entry for the target role could be silently filtered.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/redirect.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/redirect.md b/docs/endpoints/master/redirect.md
deleted file mode 100644
index 3c568e3..0000000
--- a/docs/endpoints/master/redirect.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /redirect
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /redirect
->        /master/redirect
-
-### TL;DR; ###
-Redirects to the leading Master.
-
-### DESCRIPTION ###
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-**NOTES:**
-1. This is the recommended way to bookmark the WebUI when running multiple Masters.
-2. This is broken currently "on the cloud" (e.g., EC2) as this will attempt to redirect to the private IP address, unless `advertise_ip` points to an externally accessible IP
-
-
-### AUTHENTICATION ###
-This endpoint does not require authentication.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/reserve.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/reserve.md b/docs/endpoints/master/reserve.md
deleted file mode 100644
index 8174027..0000000
--- a/docs/endpoints/master/reserve.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /reserve
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /reserve
->        /master/reserve
-
-### TL;DR; ###
-Reserve resources dynamically on a specific agent.
-
-### DESCRIPTION ###
-Returns 202 ACCEPTED which indicates that the reserve
-operation has been validated successfully by the master.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-The request is then forwarded asynchronously to the Mesos
-agent where the reserved resources are located.
-That asynchronous message may not be delivered or
-reserving resources at the agent might fail.
-
-Please provide "slaveId" and "resources" values describing
-the resources to be reserved.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Using this endpoint to reserve resources requires that the
-current principal is authorized to reserve resources for the
-specific role.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/roles.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/roles.json.md b/docs/endpoints/master/roles.json.md
deleted file mode 100644
index 9acba2c..0000000
--- a/docs/endpoints/master/roles.json.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /roles.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /roles.json
->        /master/roles.json
-
-### TL;DR; ###
-Information about roles.
-
-### DESCRIPTION ###
-Returns 200 OK when information about roles was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-This endpoint provides information about roles as a JSON object.
-It returns information about every role that is on the role
-whitelist (if enabled), has one or more registered frameworks,
-or has a non-default weight or quota. For each role, it returns
-the weight, total allocated resources, and registered frameworks.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/roles.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/roles.md b/docs/endpoints/master/roles.md
deleted file mode 100644
index de58120..0000000
--- a/docs/endpoints/master/roles.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /roles
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /roles
->        /master/roles
-
-### TL;DR; ###
-Information about roles.
-
-### DESCRIPTION ###
-Returns 200 OK when information about roles was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-This endpoint provides information about roles as a JSON object.
-It returns information about every role that is on the role
-whitelist (if enabled), has one or more registered frameworks,
-or has a non-default weight or quota. For each role, it returns
-the weight, total allocated resources, and registered frameworks.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/slaves.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/slaves.md b/docs/endpoints/master/slaves.md
deleted file mode 100644
index 9365cdb..0000000
--- a/docs/endpoints/master/slaves.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /slaves
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /slaves
->        /master/slaves
-
-### TL;DR; ###
-Information about agents.
-
-### DESCRIPTION ###
-Returns 200 OK when the request was processed successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-This endpoint shows information about the agents which are registered
-in this master or recovered from registry, formatted as a JSON
-object.
-
-Query parameters:
->        slave_id=VALUE       The ID of the slave returned (when no slave_id is specified, all slaves will be returned).
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/state-summary.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/state-summary.md b/docs/endpoints/master/state-summary.md
deleted file mode 100644
index 21b8703..0000000
--- a/docs/endpoints/master/state-summary.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /state-summary
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /state-summary
->        /master/state-summary
-
-### TL;DR; ###
-Summary of agents, tasks, and registered frameworks in cluster.
-
-### DESCRIPTION ###
-Returns 200 OK when a summary of the master's state was queried
-successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-This endpoint gives a summary of the agents, tasks, and
-registered frameworks in the cluster as a JSON object.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of frameworks
-they are allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/state.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/state.json.md b/docs/endpoints/master/state.json.md
deleted file mode 100644
index 62a7230..0000000
--- a/docs/endpoints/master/state.json.md
+++ /dev/null
@@ -1,107 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /state.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /state.json
->        /master/state.json
-
-### TL;DR; ###
-Information about state of master.
-
-### DESCRIPTION ###
-Returns 200 OK when the state of the master was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-This endpoint shows information about the frameworks, tasks,
-executors, and agents running in the cluster as a JSON object.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-Example (**Note**: this is not exhaustive):
-
-```
-{
-    "version" : "0.28.0",
-    "git_sha" : "9d5889b5a265849886a533965f4aefefd1fbd103",
-    "git_branch" : "refs/heads/master",
-    "git_tag" : "0.28.0",
-    "build_date" : "2016-02-15 10:00:28",
-    "build_time" : 1455559228,
-    "build_user" : "mesos-user",
-    "start_time" : 1455643643.42422,
-    "elected_time" : 1455643643.43457,
-    "id" : "b5eac2c5-609b-4ca1-a352-61941702fc9e",
-    "pid" : "master@127.0.0.1:5050",
-    "hostname" : "localhost",
-    "activated_slaves" : 0,
-    "deactivated_slaves" : 0,
-    "cluster" : "test-cluster",
-    "leader" : "master@127.0.0.1:5050",
-    "log_dir" : "/var/log",
-    "external_log_file" : "mesos.log",
-    "flags" : {
-         "framework_sorter" : "drf",
-         "authenticate" : "false",
-         "logbufsecs" : "0",
-         "initialize_driver_logging" : "true",
-         "work_dir" : "/var/lib/mesos",
-         "http_authenticators" : "basic",
-         "authorizers" : "local",
-         "agent_reregister_timeout" : "10mins",
-         "logging_level" : "INFO",
-         "help" : "false",
-         "root_submissions" : "true",
-         "ip" : "127.0.0.1",
-         "user_sorter" : "drf",
-         "version" : "false",
-         "max_agent_ping_timeouts" : "5",
-         "agent_ping_timeout" : "15secs",
-         "registry_store_timeout" : "20secs",
-         "max_completed_frameworks" : "50",
-         "quiet" : "false",
-         "allocator" : "HierarchicalDRF",
-         "hostname_lookup" : "true",
-         "authenticators" : "crammd5",
-         "max_completed_tasks_per_framework" : "1000",
-         "registry" : "replicated_log",
-         "registry_strict" : "false",
-         "log_auto_initialize" : "true",
-         "authenticate_agents" : "false",
-         "registry_fetch_timeout" : "1mins",
-         "allocation_interval" : "1secs",
-         "authenticate_http" : "false",
-         "port" : "5050",
-         "zk_session_timeout" : "10secs",
-         "recovery_agent_removal_limit" : "100%",
-         "webui_dir" : "/path/to/mesos/build/../src/webui",
-         "cluster" : "mycluster",
-         "leader" : "master@127.0.0.1:5050",
-         "log_dir" : "/var/log",
-         "external_log_file" : "mesos.log"
-    },
-    "slaves" : [],
-    "frameworks" : [],
-    "completed_frameworks" : [],
-    "orphan_tasks" : [],
-    "unregistered_frameworks" : []
-}
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of frameworks,
-tasks, and executors they are allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/state.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/state.md b/docs/endpoints/master/state.md
deleted file mode 100644
index 09a4782..0000000
--- a/docs/endpoints/master/state.md
+++ /dev/null
@@ -1,107 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /state
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /state
->        /master/state
-
-### TL;DR; ###
-Information about state of master.
-
-### DESCRIPTION ###
-Returns 200 OK when the state of the master was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-This endpoint shows information about the frameworks, tasks,
-executors, and agents running in the cluster as a JSON object.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-Example (**Note**: this is not exhaustive):
-
-```
-{
-    "version" : "0.28.0",
-    "git_sha" : "9d5889b5a265849886a533965f4aefefd1fbd103",
-    "git_branch" : "refs/heads/master",
-    "git_tag" : "0.28.0",
-    "build_date" : "2016-02-15 10:00:28",
-    "build_time" : 1455559228,
-    "build_user" : "mesos-user",
-    "start_time" : 1455643643.42422,
-    "elected_time" : 1455643643.43457,
-    "id" : "b5eac2c5-609b-4ca1-a352-61941702fc9e",
-    "pid" : "master@127.0.0.1:5050",
-    "hostname" : "localhost",
-    "activated_slaves" : 0,
-    "deactivated_slaves" : 0,
-    "cluster" : "test-cluster",
-    "leader" : "master@127.0.0.1:5050",
-    "log_dir" : "/var/log",
-    "external_log_file" : "mesos.log",
-    "flags" : {
-         "framework_sorter" : "drf",
-         "authenticate" : "false",
-         "logbufsecs" : "0",
-         "initialize_driver_logging" : "true",
-         "work_dir" : "/var/lib/mesos",
-         "http_authenticators" : "basic",
-         "authorizers" : "local",
-         "agent_reregister_timeout" : "10mins",
-         "logging_level" : "INFO",
-         "help" : "false",
-         "root_submissions" : "true",
-         "ip" : "127.0.0.1",
-         "user_sorter" : "drf",
-         "version" : "false",
-         "max_agent_ping_timeouts" : "5",
-         "agent_ping_timeout" : "15secs",
-         "registry_store_timeout" : "20secs",
-         "max_completed_frameworks" : "50",
-         "quiet" : "false",
-         "allocator" : "HierarchicalDRF",
-         "hostname_lookup" : "true",
-         "authenticators" : "crammd5",
-         "max_completed_tasks_per_framework" : "1000",
-         "registry" : "replicated_log",
-         "registry_strict" : "false",
-         "log_auto_initialize" : "true",
-         "authenticate_agents" : "false",
-         "registry_fetch_timeout" : "1mins",
-         "allocation_interval" : "1secs",
-         "authenticate_http" : "false",
-         "port" : "5050",
-         "zk_session_timeout" : "10secs",
-         "recovery_agent_removal_limit" : "100%",
-         "webui_dir" : "/path/to/mesos/build/../src/webui",
-         "cluster" : "mycluster",
-         "leader" : "master@127.0.0.1:5050",
-         "log_dir" : "/var/log",
-         "external_log_file" : "mesos.log"
-    },
-    "slaves" : [],
-    "frameworks" : [],
-    "completed_frameworks" : [],
-    "orphan_tasks" : [],
-    "unregistered_frameworks" : []
-}
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of frameworks,
-tasks, and executors they are allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/tasks.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/tasks.json.md b/docs/endpoints/master/tasks.json.md
deleted file mode 100644
index f9553d7..0000000
--- a/docs/endpoints/master/tasks.json.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /tasks.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /tasks.json
->        /master/tasks.json
-
-### TL;DR; ###
-Lists tasks from all active frameworks.
-
-### DESCRIPTION ###
-Returns 200 OK when task information was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-Lists known tasks.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-Query parameters:
-
->        framework_id=VALUE   Only return tasks belonging to the framework with this ID.
->        limit=VALUE          Maximum number of tasks returned (default is 100).
->        offset=VALUE         Starts task list at offset.
->        order=(asc|desc)     Ascending or descending sort order (default is descending).
->        task_id=VALUE        Only return tasks with this ID (should be used together with parameter 'framework_id').
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of tasks they are
-allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/tasks.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/tasks.md b/docs/endpoints/master/tasks.md
deleted file mode 100644
index 019a14b..0000000
--- a/docs/endpoints/master/tasks.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /tasks
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /tasks
->        /master/tasks
-
-### TL;DR; ###
-Lists tasks from all active frameworks.
-
-### DESCRIPTION ###
-Returns 200 OK when task information was queried successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-Lists known tasks.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-Query parameters:
-
->        framework_id=VALUE   Only return tasks belonging to the framework with this ID.
->        limit=VALUE          Maximum number of tasks returned (default is 100).
->        offset=VALUE         Starts task list at offset.
->        order=(asc|desc)     Ascending or descending sort order (default is descending).
->        task_id=VALUE        Only return tasks with this ID (should be used together with parameter 'framework_id').
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of tasks they are
-allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/teardown.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/teardown.md b/docs/endpoints/master/teardown.md
deleted file mode 100644
index b017084..0000000
--- a/docs/endpoints/master/teardown.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /teardown
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /teardown
->        /master/teardown
-
-### TL;DR; ###
-Tears down a running framework by shutting down all tasks/executors and removing the framework.
-
-### DESCRIPTION ###
-Returns 200 OK if the framework was torn down successfully.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-Please provide a "frameworkId" value designating the running
-framework to tear down.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Using this endpoint to teardown frameworks requires that the
-current principal is authorized to teardown frameworks created
-by the principal who created the framework.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/unreserve.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/unreserve.md b/docs/endpoints/master/unreserve.md
deleted file mode 100644
index 324dcde..0000000
--- a/docs/endpoints/master/unreserve.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /unreserve
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /unreserve
->        /master/unreserve
-
-### TL;DR; ###
-Unreserve resources dynamically on a specific agent.
-
-### DESCRIPTION ###
-Returns 202 ACCEPTED which indicates that the unreserve
-operation has been validated successfully by the master.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-The request is then forwarded asynchronously to the Mesos
-agent where the reserved resources are located.
-That asynchronous message may not be delivered or
-unreserving resources at the agent might fail.
-
-Please provide "slaveId" and "resources" values describing
-the resources to be unreserved.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Using this endpoint to unreserve resources requires that the
-current principal is authorized to unreserve resources created
-by the principal who reserved the resources.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/master/weights.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/master/weights.md b/docs/endpoints/master/weights.md
deleted file mode 100644
index 3c9019e..0000000
--- a/docs/endpoints/master/weights.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /weights
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /weights
->        /master/weights
-
-### TL;DR; ###
-Updates weights for the specified roles.
-
-### DESCRIPTION ###
-Returns 200 OK when the weights update was successful.
-
-Returns 307 TEMPORARY_REDIRECT redirect to the leading master when
-current master is not the leader.
-
-Returns 503 SERVICE_UNAVAILABLE if the leading master cannot be
-found.
-
-PUT: Validates the request body as JSON
-and updates the weights for the specified roles.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-Getting weight information for a role requires that the current
-principal is authorized to get weights for the target role,
-otherwise the entry for the target role could be silently filtered.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/metrics/snapshot.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/metrics/snapshot.md b/docs/endpoints/metrics/snapshot.md
deleted file mode 100644
index 0912fa9..0000000
--- a/docs/endpoints/metrics/snapshot.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /metrics/snapshot
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /metrics/snapshot
-
-### TL;DR; ###
-Provides a snapshot of the current metrics.
-
-### DESCRIPTION ###
-This endpoint provides information regarding the current metrics
-tracked by the system.
-
-The optional query parameter 'timeout' determines the maximum
-amount of time the endpoint will take to respond. If the timeout
-is exceeded, some metrics may not be included in the response.
-
-The key is the metric name, and the value is a double-type.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/profiler/start.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/profiler/start.md b/docs/endpoints/profiler/start.md
deleted file mode 100644
index a25f0d0..0000000
--- a/docs/endpoints/profiler/start.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /profiler/start
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /profiler/start
-
-### TL;DR; ###
-Start profiling.
-
-### DESCRIPTION ###
-Start to use google perftools do profiling.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/profiler/stop.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/profiler/stop.md b/docs/endpoints/profiler/stop.md
deleted file mode 100644
index 5028d13..0000000
--- a/docs/endpoints/profiler/stop.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /profiler/stop
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /profiler/stop
-
-### TL;DR; ###
-Stops profiling.
-
-### DESCRIPTION ###
-Stop to use google perftools do profiling.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/registrar/registry.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/registrar/registry.md b/docs/endpoints/registrar/registry.md
deleted file mode 100644
index e347db2..0000000
--- a/docs/endpoints/registrar/registry.md
+++ /dev/null
@@ -1,63 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /registrar(id)/registry
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /registrar(1)/registry
-
-### TL;DR; ###
-Returns the current contents of the Registry in JSON.
-
-### DESCRIPTION ###
-Example:
-
-```
-{
-  "master":
-  {
-    "info":
-    {
-      "hostname": "localhost",
-      "id": "20140325-235542-1740121354-5050-33357",
-      "ip": 2130706433,
-      "pid": "master@127.0.0.1:5050",
-      "port": 5050
-    }
-  },
-
-  "slaves":
-  {
-    "slaves":
-    [
-      {
-        "info":
-        {
-          "checkpoint": true,
-          "hostname": "localhost",
-          "id":
-          {
-            "value": "20140325-234618-1740121354-5050-29065-0"
-          },
-          "port": 5051,
-          "resources":
-          [
-            {
-              "name": "cpus",
-              "role": "*",
-              "scalar": { "value": 24 },
-              "type": "SCALAR"
-            }
-          ],
-        }
-      }
-    ]
-  }
-}
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/api/v1.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/api/v1.md b/docs/endpoints/slave/api/v1.md
deleted file mode 100644
index b394f7f..0000000
--- a/docs/endpoints/slave/api/v1.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /api/v1
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /api/v1
->        /slave(1)/api/v1
-
-### TL;DR; ###
-Endpoint for API calls against the agent.
-
-### DESCRIPTION ###
-Returns 200 OK if the call is successful
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/api/v1/executor.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/api/v1/executor.md b/docs/endpoints/slave/api/v1/executor.md
deleted file mode 100644
index 5ef40e3..0000000
--- a/docs/endpoints/slave/api/v1/executor.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /api/v1/executor
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /api/v1/executor
->        /slave(1)/api/v1/executor
-
-### TL;DR; ###
-Endpoint for the Executor HTTP API.
-
-### DESCRIPTION ###
-This endpoint is used by the executors to interact with the
-agent via Call/Event messages.
-
-Returns 200 OK iff the initial SUBSCRIBE Call is successful.
-This will result in a streaming response via chunked
-transfer encoding. The executors can process the response
-incrementally.
-
-Returns 202 Accepted for all other Call messages iff the
-request is accepted.
-
-
-### AUTHENTICATION ###
-This endpoint does not require authentication.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/api/v1/resource_provider.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/api/v1/resource_provider.md b/docs/endpoints/slave/api/v1/resource_provider.md
deleted file mode 100644
index c721c6d..0000000
--- a/docs/endpoints/slave/api/v1/resource_provider.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /api/v1/resource_provider
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /api/v1/resource_provider
->        /slave(1)/api/v1/resource_provider
-
-### TL;DR; ###
-Endpoint for the local resource provider HTTP API.
-
-### DESCRIPTION ###
-This endpoint is used by the local resource providers to interact
-with the agent via Call/Event messages.
-
-Returns 200 OK iff the initial SUBSCRIBE Call is successful. This
-will result in a streaming response via chunked transfer encoding.
-The local resource providers can process the response incrementally.
-
-Returns 202 Accepted for all other Call messages iff the request is
-accepted.
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/containers.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/containers.md b/docs/endpoints/slave/containers.md
deleted file mode 100644
index f8bcb38..0000000
--- a/docs/endpoints/slave/containers.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /containers
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /containers
->        /slave(1)/containers
-
-### TL;DR; ###
-Retrieve container status and usage information.
-
-### DESCRIPTION ###
-Returns the current resource consumption data and status for
-containers running under this slave.
-
-Example (**Note**: this is not exhaustive):
-
-```
-[{
-    "container_id":"container",
-    "container_status":
-    {
-        "network_infos":
-        [{"ip_addresses":[{"ip_address":"192.168.1.1"}]}]
-    }
-    "executor_id":"executor",
-    "executor_name":"name",
-    "framework_id":"framework",
-    "source":"source",
-    "statistics":
-    {
-        "cpus_limit":8.25,
-        "cpus_nr_periods":769021,
-        "cpus_nr_throttled":1046,
-        "cpus_system_time_secs":34501.45,
-        "cpus_throttled_time_secs":352.597023453,
-        "cpus_user_time_secs":96348.84,
-        "mem_anon_bytes":4845449216,
-        "mem_file_bytes":260165632,
-        "mem_limit_bytes":7650410496,
-        "mem_mapped_file_bytes":7159808,
-        "mem_rss_bytes":5105614848,
-        "timestamp":1388534400.0
-    }
-}]
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The request principal should be authorized to query this endpoint.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/flags.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/flags.md b/docs/endpoints/slave/flags.md
deleted file mode 100644
index 4a8a036..0000000
--- a/docs/endpoints/slave/flags.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /flags
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /flags
->        /slave(1)/flags
-
-### TL;DR; ###
-Exposes the agent's flag configuration.
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The request principal should be authorized to view all flags.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/health.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/health.md b/docs/endpoints/slave/health.md
deleted file mode 100644
index 988567c..0000000
--- a/docs/endpoints/slave/health.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /health
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /health
->        /slave(1)/health
-
-### TL;DR; ###
-Health check of the Agent.
-
-### DESCRIPTION ###
-Returns 200 OK iff the Agent is healthy.
-Delayed responses are also indicative of poor health.
-
-
-### AUTHENTICATION ###
-This endpoint does not require authentication.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/monitor/statistics.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/monitor/statistics.json.md b/docs/endpoints/slave/monitor/statistics.json.md
deleted file mode 100644
index 51d7c39..0000000
--- a/docs/endpoints/slave/monitor/statistics.json.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /monitor/statistics.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /monitor/statistics.json
->        /slave(1)/monitor/statistics.json
-
-### TL;DR; ###
-Retrieve resource monitoring information.
-
-### DESCRIPTION ###
-Returns the current resource consumption data for containers
-running under this agent.
-
-Example:
-
-```
-[{
-    "executor_id":"executor",
-    "executor_name":"name",
-    "framework_id":"framework",
-    "source":"source",
-    "statistics":
-    {
-        "cpus_limit":8.25,
-        "cpus_nr_periods":769021,
-        "cpus_nr_throttled":1046,
-        "cpus_system_time_secs":34501.45,
-        "cpus_throttled_time_secs":352.597023453,
-        "cpus_user_time_secs":96348.84,
-        "mem_anon_bytes":4845449216,
-        "mem_file_bytes":260165632,
-        "mem_limit_bytes":7650410496,
-        "mem_mapped_file_bytes":7159808,
-        "mem_rss_bytes":5105614848,
-        "timestamp":1388534400.0
-    }
-}]
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The request principal should be authorized to query this endpoint.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/monitor/statistics.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/monitor/statistics.md b/docs/endpoints/slave/monitor/statistics.md
deleted file mode 100644
index 342638f..0000000
--- a/docs/endpoints/slave/monitor/statistics.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /monitor/statistics
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /monitor/statistics
->        /slave(1)/monitor/statistics
-
-### TL;DR; ###
-Retrieve resource monitoring information.
-
-### DESCRIPTION ###
-Returns the current resource consumption data for containers
-running under this agent.
-
-Example:
-
-```
-[{
-    "executor_id":"executor",
-    "executor_name":"name",
-    "framework_id":"framework",
-    "source":"source",
-    "statistics":
-    {
-        "cpus_limit":8.25,
-        "cpus_nr_periods":769021,
-        "cpus_nr_throttled":1046,
-        "cpus_system_time_secs":34501.45,
-        "cpus_throttled_time_secs":352.597023453,
-        "cpus_user_time_secs":96348.84,
-        "mem_anon_bytes":4845449216,
-        "mem_file_bytes":260165632,
-        "mem_limit_bytes":7650410496,
-        "mem_mapped_file_bytes":7159808,
-        "mem_rss_bytes":5105614848,
-        "timestamp":1388534400.0
-    }
-}]
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-The request principal should be authorized to query this endpoint.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/state.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/state.json.md b/docs/endpoints/slave/state.json.md
deleted file mode 100644
index 0f82c19..0000000
--- a/docs/endpoints/slave/state.json.md
+++ /dev/null
@@ -1,113 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /state.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /state.json
->        /slave(1)/state.json
-
-### TL;DR; ###
-Information about state of the Agent.
-
-### DESCRIPTION ###
-This endpoint shows information about the frameworks, executors
-and the agent's master as a JSON object.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-Example (**Note**: this is not exhaustive):
-
-```
-{
-    "version" : "0.28.0",
-    "git_sha" : "9d5889b5a265849886a533965f4aefefd1fbd103",
-    "git_branch" : "refs/heads/master",
-    "git_tag" : "0.28.0",
-    "build_date" : "2016-02-15 10:00:28"
-    "build_time" : 1455559228,
-    "build_user" : "mesos-user",
-    "start_time" : 1455647422.88396,
-    "id" : "e2c38084-f6ea-496f-bce3-b6e07cea5e01-S0",
-    "pid" : "slave(1)@127.0.1.1:5051",
-    "hostname" : "localhost",
-    "resources" : {
-         "ports" : "[31000-32000]",
-         "mem" : 127816,
-         "disk" : 804211,
-         "cpus" : 32
-    },
-    "attributes" : {},
-    "master_hostname" : "localhost",
-    "log_dir" : "/var/log",
-    "external_log_file" : "mesos.log",
-    "frameworks" : [],
-    "completed_frameworks" : [],
-    "flags" : {
-         "gc_disk_headroom" : "0.1",
-         "isolation" : "posix/cpu,posix/mem",
-         "containerizers" : "mesos",
-         "docker_socket" : "/var/run/docker.sock",
-         "gc_delay" : "1weeks",
-         "docker_remove_delay" : "6hrs",
-         "port" : "5051",
-         "systemd_runtime_directory" : "/run/systemd/system",
-         "initialize_driver_logging" : "true",
-         "cgroups_root" : "mesos",
-         "fetcher_cache_size" : "2GB",
-         "cgroups_hierarchy" : "/sys/fs/cgroup",
-         "qos_correction_interval_min" : "0ns",
-         "cgroups_cpu_enable_pids_and_tids_count" : "false",
-         "sandbox_directory" : "/mnt/mesos/sandbox",
-         "docker" : "docker",
-         "help" : "false",
-         "docker_stop_timeout" : "0ns",
-         "master" : "127.0.0.1:5050",
-         "logbufsecs" : "0",
-         "docker_registry" : "https://registry-1.docker.io",
-         "frameworks_home" : "",
-         "cgroups_enable_cfs" : "false",
-         "perf_interval" : "1mins",
-         "docker_kill_orphans" : "true",
-         "switch_user" : "true",
-         "logging_level" : "INFO",
-         "hadoop_home" : "",
-         "strict" : "true",
-         "executor_registration_timeout" : "1mins",
-         "recovery_timeout" : "15mins",
-         "revocable_cpu_low_priority" : "true",
-         "docker_store_dir" : "/tmp/mesos/store/docker",
-         "image_provisioner_backend" : "copy",
-         "authenticatee" : "crammd5",
-         "quiet" : "false",
-         "executor_shutdown_grace_period" : "5secs",
-         "fetcher_cache_dir" : "/tmp/mesos/fetch",
-         "default_role" : "*",
-         "work_dir" : "/tmp/mesos",
-         "launcher_dir" : "/path/to/mesos/build/src",
-         "registration_backoff_factor" : "1secs",
-         "oversubscribed_resources_interval" : "15secs",
-         "enforce_container_disk_quota" : "false",
-         "container_disk_watch_interval" : "15secs",
-         "disk_watch_interval" : "1mins",
-         "cgroups_limit_swap" : "false",
-         "hostname_lookup" : "true",
-         "perf_duration" : "10secs",
-         "appc_store_dir" : "/tmp/mesos/store/appc",
-         "recover" : "reconnect",
-         "version" : "false"
-    },
-}
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of frameworks,
-tasks, and executors they are allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/slave/state.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/state.md b/docs/endpoints/slave/state.md
deleted file mode 100644
index b34459e..0000000
--- a/docs/endpoints/slave/state.md
+++ /dev/null
@@ -1,113 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /state
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /state
->        /slave(1)/state
-
-### TL;DR; ###
-Information about state of the Agent.
-
-### DESCRIPTION ###
-This endpoint shows information about the frameworks, executors
-and the agent's master as a JSON object.
-The information shown might be filtered based on the user
-accessing the endpoint.
-
-Example (**Note**: this is not exhaustive):
-
-```
-{
-    "version" : "0.28.0",
-    "git_sha" : "9d5889b5a265849886a533965f4aefefd1fbd103",
-    "git_branch" : "refs/heads/master",
-    "git_tag" : "0.28.0",
-    "build_date" : "2016-02-15 10:00:28"
-    "build_time" : 1455559228,
-    "build_user" : "mesos-user",
-    "start_time" : 1455647422.88396,
-    "id" : "e2c38084-f6ea-496f-bce3-b6e07cea5e01-S0",
-    "pid" : "slave(1)@127.0.1.1:5051",
-    "hostname" : "localhost",
-    "resources" : {
-         "ports" : "[31000-32000]",
-         "mem" : 127816,
-         "disk" : 804211,
-         "cpus" : 32
-    },
-    "attributes" : {},
-    "master_hostname" : "localhost",
-    "log_dir" : "/var/log",
-    "external_log_file" : "mesos.log",
-    "frameworks" : [],
-    "completed_frameworks" : [],
-    "flags" : {
-         "gc_disk_headroom" : "0.1",
-         "isolation" : "posix/cpu,posix/mem",
-         "containerizers" : "mesos",
-         "docker_socket" : "/var/run/docker.sock",
-         "gc_delay" : "1weeks",
-         "docker_remove_delay" : "6hrs",
-         "port" : "5051",
-         "systemd_runtime_directory" : "/run/systemd/system",
-         "initialize_driver_logging" : "true",
-         "cgroups_root" : "mesos",
-         "fetcher_cache_size" : "2GB",
-         "cgroups_hierarchy" : "/sys/fs/cgroup",
-         "qos_correction_interval_min" : "0ns",
-         "cgroups_cpu_enable_pids_and_tids_count" : "false",
-         "sandbox_directory" : "/mnt/mesos/sandbox",
-         "docker" : "docker",
-         "help" : "false",
-         "docker_stop_timeout" : "0ns",
-         "master" : "127.0.0.1:5050",
-         "logbufsecs" : "0",
-         "docker_registry" : "https://registry-1.docker.io",
-         "frameworks_home" : "",
-         "cgroups_enable_cfs" : "false",
-         "perf_interval" : "1mins",
-         "docker_kill_orphans" : "true",
-         "switch_user" : "true",
-         "logging_level" : "INFO",
-         "hadoop_home" : "",
-         "strict" : "true",
-         "executor_registration_timeout" : "1mins",
-         "recovery_timeout" : "15mins",
-         "revocable_cpu_low_priority" : "true",
-         "docker_store_dir" : "/tmp/mesos/store/docker",
-         "image_provisioner_backend" : "copy",
-         "authenticatee" : "crammd5",
-         "quiet" : "false",
-         "executor_shutdown_grace_period" : "5secs",
-         "fetcher_cache_dir" : "/tmp/mesos/fetch",
-         "default_role" : "*",
-         "work_dir" : "/tmp/mesos",
-         "launcher_dir" : "/path/to/mesos/build/src",
-         "registration_backoff_factor" : "1secs",
-         "oversubscribed_resources_interval" : "15secs",
-         "enforce_container_disk_quota" : "false",
-         "container_disk_watch_interval" : "15secs",
-         "disk_watch_interval" : "1mins",
-         "cgroups_limit_swap" : "false",
-         "hostname_lookup" : "true",
-         "perf_duration" : "10secs",
-         "appc_store_dir" : "/tmp/mesos/store/appc",
-         "recover" : "reconnect",
-         "version" : "false"
-    },
-}
-```
-
-
-### AUTHENTICATION ###
-This endpoint requires authentication iff HTTP authentication is
-enabled.
-
-### AUTHORIZATION ###
-This endpoint might be filtered based on the user accessing it.
-For example a user might only see the subset of frameworks,
-tasks, and executors they are allowed to view.
-See the authorization documentation for details.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/system/stats.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/system/stats.json.md b/docs/endpoints/system/stats.json.md
deleted file mode 100644
index 87e470a..0000000
--- a/docs/endpoints/system/stats.json.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /system/stats.json
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /system/stats.json
-
-### TL;DR; ###
-Shows local system metrics.
-
-### DESCRIPTION ###
->        cpus_total          Total number of available CPUs
->        load_1min           Average system load for last minute in uptime(1) style
->        load_5min           Average system load for last 5 minutes in uptime(1) style
->        load_15min          Average system load for last 15 minutes in uptime(1) style
->        memory_total_bytes  Total system memory in bytes
->        memory_free_bytes   Free system memory in bytes
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d47056/docs/endpoints/version.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/version.md b/docs/endpoints/version.md
deleted file mode 100644
index 4f5db22..0000000
--- a/docs/endpoints/version.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: Apache Mesos - HTTP Endpoints - /version
-layout: documentation
----
-<!--- This is an automatically generated file. DO NOT EDIT! --->
-
-### USAGE ###
->        /version
-
-### TL;DR; ###
-Provides version information.
-
-### DESCRIPTION ###
-Example:
-
-```
-{
-  "version":"0.26.0",
-  "build_user":"username",
-  "build_time":1443894750,
-  "build_date":"2015-10-04 01:52:30"
-  "git_branch":"branch",  // Optional
-  "git_tag":"0.26.0-rc1",  // Optional
-  "git_sha":"d31f096a4665650ad4b9eda372ac41d2c472a77c",  // Optional
-}
-```
\ No newline at end of file