diff --git a/_build/html/searchindex.js b/_build/html/searchindex.js
index d644deb3..cf6bb2fd 100644
--- a/_build/html/searchindex.js
+++ b/_build/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({envversion:42,terms:{wiki:2,softwar:1,via:0,file:0,onc:0,modul:[],request:0,tag:0,through:0,submit:0,have:0,hack:2,follow:0,find:3,index:[],git:1,from:1,launchpad:[0,1],would:0,review:0,develop:[],apach:1,been:0,should:0,content:3,html:0,version:1,oslosphinx:1,ignor:0,you:[0,3],document:[],complet:0,project:1,program:3,sourc:1,http:[0,1,2],contribut:0,workflow:0,read:2,openstack:[],tool:0,licens:1,lower:3,free:1,infra:0,step:[0,2],here:[],org:[0,1,2],net:[0,1],those:0,must:0,pull:0,search:[],github:0,convent:2,bug:[0,1],level:3,doc:[],manual:0,gerrit:0,page:0,like:0,inform:3,api:3,text:[],thi:[0,3],section:3,cgit:1,chang:0,refer:2,nova:3,support:1},objtypes:{},objnames:{},filenames:["CONTRIBUTING","README","HACKING","index"],titles:["<no title>","OpenStack Sphinx Extensions","OpenStack Docs Theme Style Commandments","Welcome to os-doc-demo’s documentation!"],objects:{},titleterms:{style:2,guid:3,sphinx:1,welcom:3,specif:2,demo:3,openstack:[1,2],develop:3,indic:[],extens:1,theme:2,doc:[3,2],command:2,tabl:[],our:2,document:3}})
\ No newline at end of file
+Search.setIndex({envversion:42,terms:{all:3,text:[],through:0,hack:2,follow:0,find:[],note:3,vnc_auto:3,launchpad:[0,1],my_ip:3,configur:3,apach:1,should:0,platform:3,program:3,rich:3,sourc:[1,3],around:3,read:2,world:3,like:0,level:3,manual:0,gerrit:0,vncserver_proxyclient_address:3,page:0,wiki:2,set:3,openstack:[],index:[],expert:3,vnc_enabl:3,review:0,content:3,version:1,net:[0,1],refer:2,workflow:0,free:1,infra:0,step:[0,2],here:3,org:[0,1,2],search:[],convent:2,chang:0,licens:1,softwar:1,via:0,onc:0,modul:[],api:3,been:0,massiv:3,open:3,cloud:3,git:1,from:[1,3],would:0,support:[1,3],submit:0,type:3,novncproxy_base_url:3,project:[1,3],tool:0,"true":3,bug:[0,1],those:0,must:0,pull:0,scalabl:3,"default":3,aim:3,cgit:1,control:3,featur:3,comput:3,file:0,oslosphinx:1,tag:0,have:0,contribut:[0,3],nova:3,develop:[],vncserver_listen:3,html:[0,3],environ:3,you:0,document:[],simpl:3,complet:0,http:[0,1,2,3],implement:3,lower:3,github:0,doc:[],request:0,inform:3,exampl:3,ignor:0,thi:0,section:[]},objtypes:{},objnames:{},filenames:["CONTRIBUTING","README","HACKING","index"],titles:["<no title>","OpenStack Sphinx Extensions","OpenStack Docs Theme Style Commandments","Demo documentation"],objects:{},titleterms:{style:2,document:3,sphinx:1,welcom:[],specif:2,our:2,demo:3,develop:3,indic:[],extens:1,theme:2,tabl:[],command:2,doc:2,openstack:[1,2],guid:3}})
\ No newline at end of file
diff --git a/_templates/docsreleases.html b/_templates/docsreleases.html
index 36714e30..f2016a1e 100644
--- a/_templates/docsreleases.html
+++ b/_templates/docsreleases.html
@@ -1,6 +1,4 @@
-
-
This is docs sidebar!
-
+
\ No newline at end of file
diff --git a/_templates/layout.html b/_templates/layout.html
index b4418c42..fefb2394 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -18,24 +18,48 @@
{% include 'header.html' %}
- {% include 'titlerow.html' %}
+
+
+
+
+
Contents
{{ toc }}
-
- {% block body %}
- {% endblock %}
-
-
-
+
+
-
+
updated: {{ last_updated }} | release: {{ release }}
@@ -43,9 +67,9 @@
suggest edits
-
-
-
+
-
-{% include 'docsreleases.html' %}
+
+
+ {% include 'docsreleases.html' %}
+
+
+
+
+
+
{% include 'footer.html' %}
{% include 'script_footer.html' %}
diff --git a/_templates/titlerow.html b/_templates/titlerow.html
index 5c974f5d..5639094d 100644
--- a/_templates/titlerow.html
+++ b/_templates/titlerow.html
@@ -1,6 +1,4 @@
-
-
{{ title }}
@@ -14,11 +12,3 @@
-
\ No newline at end of file
diff --git a/index.rst b/index.rst
index 070a9811..63266ba6 100644
--- a/index.rst
+++ b/index.rst
@@ -3,15 +3,34 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Welcome to os-doc-demo's documentation!
-=======================================
+Demo documentation
+==================
Contents:
.. toctree::
:maxdepth: 2
-
+
+
+The project is an open source cloud computing platform that supports all types
+of cloud environments.
+
+The project aims for simple implementation, massive scalability, and a rich set
+of features. Cloud computing experts from around the world contribute to the project.
+
+Here's an example configuration::
+
+[DEFAULT]
+...
+my_ip = 10.0.0.31
+vnc_enabled = True
+vncserver_listen = 0.0.0.0
+vncserver_proxyclient_address = 10.0.0.31
+novncproxy_base_url = http://controller:6080/vnc_auto.html
+
+..note::
+ Here's an example note.
Developer Guide
===============
-In this section you will find information on Nova's lower level programming APIs.
+Information on Nova's lower level programming APIs.