mirror of
https://github.com/pi-hole/web.git
synced 2026-05-03 23:18:12 +01:00
Updated documentation
This commit is contained in:
@@ -65,10 +65,11 @@
|
||||
<li><a href="#layout"><i class='fa fa-circle-o'></i> Layout</a></li>
|
||||
<li><a href="#adminlte-options"><i class='fa fa-circle-o'></i> Javascript Options</a></li>
|
||||
<li class='treeview' id='scrollspy-components'>
|
||||
<a href="#components"><i class='fa fa-circle-o'></i> Components</a>
|
||||
<a href="javascript::;"><i class='fa fa-circle-o'></i> Components</a>
|
||||
<ul class='nav treeview-menu'>
|
||||
<li><a href='#component-main-header'>Main Header</a></li>
|
||||
<li><a href='#component-sidebar'>Sidebar</a></li>
|
||||
<li><a href='#component-control-sidebar'>Control Sidebar</a></li>
|
||||
<li><a href='#component-info-box'>Info Box</a></li>
|
||||
<li><a href='#component-box'>Boxes</a></li>
|
||||
<li><a href='#component-direct-chat'>Direct Chat</a></li>
|
||||
@@ -102,55 +103,55 @@
|
||||
<!-- Main content -->
|
||||
<div class="content body">
|
||||
|
||||
include "introduction.html"
|
||||
include "introduction.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "download.html"
|
||||
include "download.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "dependencies.html"
|
||||
include "dependencies.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "advice.html"
|
||||
include "advice.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "layout.html"
|
||||
include "layout.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "adminlte-options.html"
|
||||
include "adminlte-options.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "components.html"
|
||||
include "components.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "plugins.html"
|
||||
include "plugins.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "browsers.html"
|
||||
include "browsers.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "upgrade.html"
|
||||
include "upgrade.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "implementations.html"
|
||||
include "implementations.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "faq.html"
|
||||
include "faq.html"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
include "license.html"
|
||||
include "license.html"
|
||||
|
||||
</div><!-- /.content -->
|
||||
</div><!-- /.content-wrapper -->
|
||||
@@ -162,6 +163,17 @@ include "license.html"
|
||||
<strong>Copyright © 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
|
||||
</footer>
|
||||
|
||||
<!-- Control Sidebar -->
|
||||
<aside class="control-sidebar control-sidebar-dark">
|
||||
<!-- Create the tabs -->
|
||||
<div class="pad">
|
||||
This is an example of the control sidebar.
|
||||
</div>
|
||||
</aside><!-- /.control-sidebar -->
|
||||
<!-- Add the sidebar's background. This div must be placed
|
||||
immediately after the control sidebar -->
|
||||
<div class='control-sidebar-bg'></div>
|
||||
|
||||
</div><!-- ./wrapper -->
|
||||
|
||||
<!-- jQuery 2.1.3 -->
|
||||
@@ -169,7 +181,7 @@ include "license.html"
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
<script src="../bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!-- FastClick -->
|
||||
<script src='../plugins/fastclick/fastclick.min.js'></script>
|
||||
<script src='../plugins/fastclick/fastclick.min.js'></script>
|
||||
<!-- AdminLTE App -->
|
||||
<script src="../dist/js/app.min.js" type="text/javascript"></script>
|
||||
<!-- SlimScroll 1.3.0 -->
|
||||
|
||||
Reference in New Issue
Block a user