Skip to content

linking the docs #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -19,17 +19,17 @@
<ul class="navbar-nav mr-auto mt-2 mt-lg-0"></ul>
<ul class="navbar-nav my-2 my-lg-0">
<li class="nav-item">
<a class="nav-link" href="#">
<a class="nav-link" href="/docs/installation.html">
Getting Started
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<a class="nav-link" href="/docs/framework/introduction.html">
Documentation
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<a class="nav-link" href="https://github.com/CradlePHP">
<i class="fab fa-github"></i>
</a>
</li>
3 changes: 2 additions & 1 deletion _layouts/documentation.html
Original file line number Diff line number Diff line change
@@ -42,10 +42,11 @@ <h5>Getting Started</h5>
<a class="nav-link" href="/docs/introduction.html">
Introduction
</a>
-->
<a class="nav-link" href="/docs/installation.html">
Installation
</a>
-->

<h5>Framework</h5>
<a class="nav-link" href="/docs/framework/introduction.html">
Introduction
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -291,5 +291,5 @@ <h4>Thanks to these Open Source Projects</h4>

<section class="section section-5">
<h2>Um, what are you waiting for?</h2>
<center><a class="btn btn-primary" href="/auth/login">Demo Now</a></center>
<center><a class="btn btn-primary" href="/docs/installation.html">Getting Started</a></center>
</section>