Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-20 15:28:47 +02:00
parent 487687377d
commit e2a58034cd
13 changed files with 17 additions and 13 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>