starting with the docs

- jekyllrb preset for gh-pages with AdminLTE 3 layout
- rebuild menu structure like AdminLTE v2.4 docs
- modified npm/Plugins.js to update docs assets with every production run
This commit is contained in:
REJack
2019-07-15 15:32:00 +02:00
parent 149400ec6b
commit 127188bb2c
110 changed files with 99392 additions and 43 deletions

17
docs/_includes/head.html Executable file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{ page.title }} | AdminLTE 3 Documentation</title>
{% seo %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700">
<link rel="stylesheet" href="{{'assets/plugins/fontawesome-free/css/all.min.css' | relative_url}}">
<link rel="stylesheet" href="{{'assets/plugins/overlayScrollbars/css/OverlayScrollbars.min.css' | relative_url}}">
<link rel="stylesheet" href="{{'assets/css/docs.css' | relative_url}}">
<link rel="stylesheet" href="{{'assets/css/highlighter.css' | relative_url}}">
<link rel="stylesheet" href="{{'assets/css/adminlte.min.css' | relative_url}}">
</head>