Added implementations section to the documentation

pull/399/head
Abdullah Almsaeed 2015-05-05 10:41:17 -04:00
parent 654fcc0922
commit 95a5719287
5 changed files with 80 additions and 34 deletions

View File

@ -28,7 +28,7 @@
<!-- Logo --> <!-- Logo -->
<a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a> <a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
<!-- Header Navbar: style can be found in header.less --> <!-- Header Navbar: style can be found in header.less -->
<nav class="navbar" role="navigation" style="border: 0;"> <nav class="navbar" role="navigation" style="border: 0;max-height: 50px;">
<!-- Sidebar toggle button--> <!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" role="button"> <a href="#" class="sidebar-toggle" role="button">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
@ -160,8 +160,7 @@
</header> </header>
</div> </div>
</div> </div>
<pre class='prettyprint'> <pre class='prettyprint'>&LT;header class="main-header">
&LT;header class="main-header">
&LT;a href="../../index2.html" class="logo"> &LT;a href="../../index2.html" class="logo">
&LT;!-- LOGO --> &LT;!-- LOGO -->
AdminLTE AdminLTE

View File

@ -0,0 +1,16 @@
<section id="implementations">
<h2 class="page-header"><a href="#implementations">Implementations</a></h2>
<p class="lead">Thanks to many of AdminLTE users, there are multiple implementations of the template
for easy integration with back-end frameworks. The following are some of them:</p>
<ul class="">
<li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
<li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
<li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
<li><a href="https://github.com/nicolas-besnard/adminlte2-rails" target="_blank">Rails Gem</a> by <a href="https://github.com/nicolas-besnard" target="_blank">Nicolas Besnard</a></li>
</ul>
<p><b class="text-red">Note:</b> these implementations are not supported by Almsaeed Studio. However,
they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release
of AdminLTE, please visit our <a href="https://github.com/almasaeed2010/AdminLTE">repository</a> or <a href="https://almsaeedstudio.com">website</a></p>
</section>

View File

@ -77,6 +77,7 @@
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li> <li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
<li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li> <li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
<li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li> <li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
<li><a href="#implementations"><i class='fa fa-circle-o'></i> Implementations</a></li>
<li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li> <li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
<li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li> <li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
</ul> </ul>
@ -90,7 +91,7 @@
<div class="content-header"> <div class="content-header">
<h1> <h1>
AdminLTE Documentation AdminLTE Documentation
<small>Current version 2.0.2</small> <small>Current version 2.1.0</small>
</h1> </h1>
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
@ -141,6 +142,10 @@ include "upgrade.html"
<!-- ============================================================= --> <!-- ============================================================= -->
include "implementations.html"
<!-- ============================================================= -->
include "faq.html" include "faq.html"
<!-- ============================================================= --> <!-- ============================================================= -->

View File

@ -77,6 +77,7 @@
<li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li> <li><a href="#plugins"><i class='fa fa-circle-o'></i> Plugins</a></li>
<li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li> <li><a href="#browsers"><i class='fa fa-circle-o'></i> Browser Support</a></li>
<li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li> <li><a href="#upgrade"><i class='fa fa-circle-o'></i> Upgrade Guide</a></li>
<li><a href="#implementations"><i class='fa fa-circle-o'></i> Implementations</a></li>
<li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li> <li><a href="#faq"><i class='fa fa-circle-o'></i> FAQ</a></li>
<li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li> <li><a href="#license"><i class='fa fa-circle-o'></i> License</a></li>
</ul> </ul>
@ -90,7 +91,7 @@
<div class="content-header"> <div class="content-header">
<h1> <h1>
AdminLTE Documentation AdminLTE Documentation
<small>Current version 2.0.2</small> <small>Current version 2.1.0</small>
</h1> </h1>
<ol class="breadcrumb"> <ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
@ -396,7 +397,7 @@ AdminLTE/
<!-- Logo --> <!-- Logo -->
<a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a> <a href="index2.html" class="logo" style='position: relative;'><b>Admin</b>LTE</a>
<!-- Header Navbar: style can be found in header.less --> <!-- Header Navbar: style can be found in header.less -->
<nav class="navbar" role="navigation" style="border: 0;"> <nav class="navbar" role="navigation" style="border: 0;max-height: 50px;">
<!-- Sidebar toggle button--> <!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" role="button"> <a href="#" class="sidebar-toggle" role="button">
<span class="sr-only">Toggle navigation</span> <span class="sr-only">Toggle navigation</span>
@ -528,8 +529,7 @@ AdminLTE/
</header> </header>
</div> </div>
</div> </div>
<pre class='prettyprint'> <pre class='prettyprint'>&LT;header class="main-header">
&LT;header class="main-header">
&LT;a href="../../index2.html" class="logo"> &LT;a href="../../index2.html" class="logo">
&LT;!-- LOGO --> &LT;!-- LOGO -->
AdminLTE AdminLTE
@ -1975,6 +1975,25 @@ AdminLTE/
<!-- ============================================================= --> <!-- ============================================================= -->
<section id="implementations">
<h2 class="page-header"><a href="#implementations">Implementations</a></h2>
<p class="lead">Thanks to many of AdminLTE users, there are multiple implementations of the template
for easy integration with back-end frameworks. The following are some of them:</p>
<ul class="">
<li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
<li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
<li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
<li><a href="https://github.com/nicolas-besnard/adminlte2-rails" target="_blank">Rails Gem</a> by <a href="https://github.com/nicolas-besnard" target="_blank">Nicolas Besnard</a></li>
</ul>
<p><b class="text-red">Note:</b> these implementations are not supported by Almsaeed Studio. However,
they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release
of AdminLTE, please visit our <a href="https://github.com/almasaeed2010/AdminLTE">repository</a> or <a href="https://almsaeedstudio.com">website</a></p>
</section>
<!-- ============================================================= -->
<section id='faq'> <section id='faq'>
<h2 class='page-header'><a href="#faq">FAQ</a></h2> <h2 class='page-header'><a href="#faq">FAQ</a></h2>
<h3>Can AdminLTE be used with Wordpress?</h3> <h3>Can AdminLTE be used with Wordpress?</h3>

View File

@ -12,6 +12,7 @@
z-index: 30; z-index: 30;
} }
.content { .content {
font-size: 16px;
z-index: 500; z-index: 500;
} }
@ -109,7 +110,7 @@ p {
} }
/* Hemisu Light */ /* Hemisu Light */
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */ /* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
.prettyprint { pre.prettyprint {
background: white; background: white;
font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace; font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
font-size: 12px; font-size: 12px;
@ -117,6 +118,12 @@ p {
border: 1px solid #dedede!important; border: 1px solid #dedede!important;
padding: 10px; padding: 10px;
max-height: 300px; max-height: 300px;
width: auto;
overflow: auto!important;
}
pre.prettyprint > code {
width: auto;
overflow: auto!important;
} }
.pln { .pln {