From ede73c9fd28031a2c1e5e69bef853bc32ba9f0fd Mon Sep 17 00:00:00 2001 From: geemus Date: Thu, 31 Mar 2011 21:58:27 -0400 Subject: [PATCH] fix doc syntax errors --- docs/_posts/2011-01-01-start.md | 6 +++--- docs/index.html | 19 ------------------- docs/index.md | 20 ++++++++++++++++++++ 3 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 docs/index.html create mode 100644 docs/index.md diff --git a/docs/_posts/2011-01-01-start.md b/docs/_posts/2011-01-01-start.md index 845f3b6d1..1e8756e6c 100644 --- a/docs/_posts/2011-01-01-start.md +++ b/docs/_posts/2011-01-01-start.md @@ -3,15 +3,15 @@ layout: default title: fog - Getting Started --- -= Getting Started +# Getting Started -== Setup +## Setup First off you will need to install the gem: $ gem install fog -=== Setting Up Local Storage +### Setting Up Local Storage We will be using local storage in the example, so first off make a local directory that things can go in. diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index c72583e8d..000000000 --- a/docs/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default -title: fog - The Ruby cloud services library ---- - -

The Ruby cloud services library

-
-

Whether you need compute, dns, storage, or a multitude of other services, fog provides an accessible entry point and facilitates cross service compatibility.

-

Just getting started working with cloud resources? You are not alone, and having so many complicated options makes it hard to know where to start. fog delivers the knowledge of cloud experts to you, helping you to bootstrap your cloud usage and guiding you as your own expertise develops.

-

By coding with fog from the start you avoid vendor lock-in and give yourself more flexibility to provide value. Whether you are writing a library, designing a software as a service product or just hacking on the weekend this flexibility is a huge boon.

-

With a rapidly expanding community and codebase the advantages of fog just keep coming. Join us and together we will realize the future of cloud computing.

-
- -

Getting Started

-
-

fog.io is very much a work in progress. In the meantime there are some great details available in the README.

-
- -{{ site.posts }} diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..6dd41479b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,20 @@ +--- +layout: default +title: fog - The Ruby cloud services library +--- + +## The Ruby cloud services library + +Whether you need compute, dns, storage, or a multitude of other services, fog provides an accessible entry point and facilitates cross service compatibility.

+ +Just getting started working with cloud resources? You are not alone, and having so many complicated options makes it hard to know where to start. fog delivers the knowledge of cloud experts to you, helping you to bootstrap your cloud usage and guiding you as your own expertise develops. + +By coding with fog from the start you avoid vendor lock-in and give yourself more flexibility to provide value. Whether you are writing a library, designing a software as a service product or just hacking on the weekend this flexibility is a huge boon. + +With a rapidly expanding community and codebase the advantages of fog just keep coming. Join us and together we will realize the future of cloud computing. + +## Getting Started + +fog.io is very much a work in progress. In the meantime there are some great details available in the README. + +{{ site.posts }}