diff --git a/docs/tutorials/video-howto-build.md b/docs/tutorials/video-howto-build.md deleted file mode 100644 index e01097eecf..0000000000 --- a/docs/tutorials/video-howto-build.md +++ /dev/null @@ -1,18 +0,0 @@ -## How to build Skipper - -We expect you to have [Go](https://golang.org/dl) and [glide](https://github.com/Masterminds/glide) installed. - -### How to build Skipper without plugins - - - - -### How to build Skipper with plugins - -__TODO__ - -## How to run Skipper - -We expect you to have already built Skipper. - -__TODO__ diff --git a/mkdocs.yml b/mkdocs.yml index 3d9e519697..466135bc80 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,6 @@ nav: - Plugins: reference/plugins.md - Architecture: reference/architecture.md - Development: reference/development.md - - Video - How to build: tutorials/video-howto-build.md - Data Clients: - Eskip File: data-clients/eskip-file.md - Remote Eskip: data-clients/eskip-remote.md