mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 10:56:35 +02:00
Website generation with Couscous
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/accounts.html">
|
||||
Users
|
||||
</a>
|
||||
|
@@ -77,7 +77,7 @@
|
||||
Basic
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/auth.html">
|
||||
Auth
|
||||
</a>
|
||||
|
@@ -72,7 +72,7 @@
|
||||
</p>
|
||||
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/basic.html">
|
||||
Basic
|
||||
</a>
|
||||
|
@@ -92,7 +92,7 @@
|
||||
Storage
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/logging.html">
|
||||
Logging
|
||||
</a>
|
||||
@@ -140,7 +140,7 @@
|
||||
],
|
||||
],
|
||||
],</code></pre>
|
||||
<p>There are many different handlers you can add ot top of the stack (monolog_handlers array). Some of them are listed <a href="https://github.com/Seldaek/monolog#documentation">here</a>.</p>
|
||||
<p>There are many different handlers you can add on top of the stack (monolog_handlers array). Some of them are listed <a href="https://github.com/Seldaek/monolog#documentation">here</a>.</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
@@ -102,7 +102,7 @@
|
||||
Security
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/router.html">
|
||||
Router
|
||||
</a>
|
||||
|
@@ -97,7 +97,7 @@
|
||||
Logging
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/security.html">
|
||||
Security
|
||||
</a>
|
||||
|
@@ -82,7 +82,7 @@
|
||||
Auth
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/session.html">
|
||||
Session
|
||||
</a>
|
||||
|
@@ -87,7 +87,7 @@
|
||||
Session
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/configuration/storage.html">
|
||||
Storage
|
||||
</a>
|
||||
|
@@ -49,6 +49,10 @@ header.navbar {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
|
||||
background-color: #34b891;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#sidebar {
|
||||
position:absolute;
|
||||
|
@@ -61,7 +61,7 @@
|
||||
Development
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/demo.html">
|
||||
Demo
|
||||
</a>
|
||||
|
@@ -56,7 +56,7 @@
|
||||
Users
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/development.html">
|
||||
Development
|
||||
</a>
|
||||
|
@@ -46,7 +46,7 @@
|
||||
What is FileGator
|
||||
</a>
|
||||
</li>
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/install.html">
|
||||
Installation
|
||||
</a>
|
||||
|
@@ -113,7 +113,7 @@
|
||||
</p>
|
||||
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li class="">
|
||||
<li class="active">
|
||||
<a href="https://docs.filegator.io/translations/default.html">
|
||||
Translations
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user