Skip to content

Commit 7cb3dc5

Browse files
committed
remove oduemtnation button and move it to template
1 parent 7b62883 commit 7cb3dc5

File tree

43 files changed

+4
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4
-168
lines changed

_layouts/default.html

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<section id="main" class="wrapper">
77
<div class="inner">
88
{{ content }}
9+
10+
<ul class="actions">
11+
<li><a href="/documentation" class="button">Documentation</a></li>
12+
</ul>
913
</div>
1014
</section>
1115
</div>

configuration/index.md

-4

database/index.md

-4

dependency-container/index.md

-4

deployment/cgi/index.md

-4

deployment/fastcgi/index.md

-4

deployment/load-balancer-setup/apache/index.md

-4

deployment/load-balancer-setup/index.md

-4

deployment/load-balancer-setup/nginx/index.md

-4

deployment/scgi/index.md

-4

deployment/uwsgi/index.md

-4

dispatcher/index.md

-4

environment/index.md

-4

error-handler/index.md

-4

examples/index.md

-4

getting-started/index.md

-4

handling-file-upload/index.md

-4

known-issues/index.md

-4

middlewares/index.md

-4

scaffolding-with-fano-cli/creating-project/index.md

-4

scaffolding-with-fano-cli/index.md

-4

security/csrf-protection/index.md

-4

security/form-validation/built-in-validation-rules/index.md

-4

security/form-validation/index.md

-4

security/handling-cors/index.md

-4

security/http-authentication/index.md

-4

security/http-verb-tunnelling/index.md

-4

security/index.md

-4

tutorials/hello-world-application-with-fano-cli/index.md

-4

tutorials/hello-world-application/index.md

-4

tutorials/hello-world-fastcgi-application-with-fano-cli-part-2/index.md

-4

tutorials/hello-world-fastcgi-application-with-fano-cli/index.md

-4

tutorials/hello-world-scgi-application-with-fano-cli/index.md

-4

utilities/using-loggers/index.md

-4

working-with-application/index.md

-4

working-with-controllers/index.md

-4

working-with-models/index.md

-4

working-with-request/index.md

-4

working-with-response/index.md

-4

working-with-router/index.md

-4

working-with-session/index.md

-4

working-with-views/displaying-data-in-view/index.md

-4

working-with-views/index.md

-4

0 commit comments

Comments
 (0)