mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 13:06:57 +02:00
Website generation with Couscous
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
Installation
|
Installation
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/accounts.html">
|
<a href="https://docs.filegator.io/accounts.html">
|
||||||
Users
|
Users
|
||||||
</a>
|
</a>
|
||||||
|
@@ -77,7 +77,7 @@
|
|||||||
Basic
|
Basic
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/auth.html">
|
<a href="https://docs.filegator.io/configuration/auth.html">
|
||||||
Auth
|
Auth
|
||||||
</a>
|
</a>
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="nav nav-pills nav-stacked">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/basic.html">
|
<a href="https://docs.filegator.io/configuration/basic.html">
|
||||||
Basic
|
Basic
|
||||||
</a>
|
</a>
|
||||||
|
@@ -92,7 +92,7 @@
|
|||||||
Storage
|
Storage
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/logging.html">
|
<a href="https://docs.filegator.io/configuration/logging.html">
|
||||||
Logging
|
Logging
|
||||||
</a>
|
</a>
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
],</code></pre>
|
],</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>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@@ -102,7 +102,7 @@
|
|||||||
Security
|
Security
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/router.html">
|
<a href="https://docs.filegator.io/configuration/router.html">
|
||||||
Router
|
Router
|
||||||
</a>
|
</a>
|
||||||
|
@@ -97,7 +97,7 @@
|
|||||||
Logging
|
Logging
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/security.html">
|
<a href="https://docs.filegator.io/configuration/security.html">
|
||||||
Security
|
Security
|
||||||
</a>
|
</a>
|
||||||
|
@@ -82,7 +82,7 @@
|
|||||||
Auth
|
Auth
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/session.html">
|
<a href="https://docs.filegator.io/configuration/session.html">
|
||||||
Session
|
Session
|
||||||
</a>
|
</a>
|
||||||
|
@@ -87,7 +87,7 @@
|
|||||||
Session
|
Session
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/configuration/storage.html">
|
<a href="https://docs.filegator.io/configuration/storage.html">
|
||||||
Storage
|
Storage
|
||||||
</a>
|
</a>
|
||||||
|
@@ -49,6 +49,10 @@ header.navbar {
|
|||||||
color: white;
|
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) {
|
@media (min-width: 768px) {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@@ -61,7 +61,7 @@
|
|||||||
Development
|
Development
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/demo.html">
|
<a href="https://docs.filegator.io/demo.html">
|
||||||
Demo
|
Demo
|
||||||
</a>
|
</a>
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
Users
|
Users
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/development.html">
|
<a href="https://docs.filegator.io/development.html">
|
||||||
Development
|
Development
|
||||||
</a>
|
</a>
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
What is FileGator
|
What is FileGator
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/install.html">
|
<a href="https://docs.filegator.io/install.html">
|
||||||
Installation
|
Installation
|
||||||
</a>
|
</a>
|
||||||
|
@@ -113,7 +113,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="nav nav-pills nav-stacked">
|
<ul class="nav nav-pills nav-stacked">
|
||||||
<li class="">
|
<li class="active">
|
||||||
<a href="https://docs.filegator.io/translations/default.html">
|
<a href="https://docs.filegator.io/translations/default.html">
|
||||||
Translations
|
Translations
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user