summaryrefslogtreecommitdiffstats
path: root/web/templates/docs.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/docs.html')
-rw-r--r--web/templates/docs.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/web/templates/docs.html b/web/templates/docs.html
deleted file mode 100644
index dc18e5cb6..000000000
--- a/web/templates/docs.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{{define "docs"}}
-<!DOCTYPE html>
-<html>
-{{template "head" . }}
-<body class="white">
-<div class="container-fluid">
- <div class="inner__wrap">
- <div class="row content">
- <div class="signup-header">
- <a href="/"><span class='fa fa-chevron-left'></span>{{ .ClientCfg.HeaderBack }}</a>
- </div>
- <div class="col-sm-12">
- <div class="docs__page" id="docs"></div>
- </div>
- <div class="footer-push"></div>
- </div>
- <div class="row footer">
- {{template "footer" . }}
- </div>
- </div>
-</div>
-<script>
- window.setup_documentation_page({{ .Props }});
-</script>
-</body>
-</html>
-{{end}}