Skip to content

Commit

Permalink
Improve docs on website
Browse files Browse the repository at this point in the history
  • Loading branch information
madjam002 committed Aug 15, 2016
1 parent 08c5e1f commit 04de0ed
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/api-intro.md → docs/api-introduction.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: NodeJS API Introduction
---

Introduction to using the NodeJS API
====================================

Expand Down
6 changes: 5 additions & 1 deletion docs/cli-examples.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Example day to day uses of the Navy CLI
---
title: Example usage
---

Example day to day usage of the Navy CLI
====================

## Viewing the status of all my services and Navies
Expand Down
4 changes: 4 additions & 0 deletions docs/creating-docker-compose-config.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Docker Compose Config
---

Creating your Docker Compose configuration
==========================================

Expand Down
4 changes: 4 additions & 0 deletions docs/development-mode.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Development Mode
---

Using Navy's Development Mode
=============================

Expand Down
4 changes: 4 additions & 0 deletions docs/http-proxy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: HTTP Proxy
---

HTTP Proxy
==========

Expand Down
4 changes: 4 additions & 0 deletions docs/multiple-navies.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Working with multiple Navies
---

Working with multiple Navies
==================================

Expand Down
4 changes: 4 additions & 0 deletions docs/navyfile-config.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Navyfile.js reference
---

`Navyfile.js` configuration reference
=====================================

Expand Down
4 changes: 4 additions & 0 deletions docs/writing-plugins.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Writing plugins
---

Writing plugins for Navy
========================

Expand Down
2 changes: 1 addition & 1 deletion website/content/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Home
title: Quick and powerful development environments using Docker and Docker Compose
---

# Quick and powerful development environments using Docker and Docker Compose
Expand Down
2 changes: 2 additions & 0 deletions website/layouts/api.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends "./main.html" %}

{% block title %}API Docs | Navy{% endblock %}

{% block body %}

<div id="api-doc">
Expand Down
2 changes: 1 addition & 1 deletion website/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ attributes.title }} | Navy</title>
<title>{% block title %}{{ attributes.title }} | Navy{% endblock %}</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/styles.css" />
Expand Down

0 comments on commit 04de0ed

Please sign in to comment.