Skip to content

Commit

Permalink
new docs again...
Browse files Browse the repository at this point in the history
  • Loading branch information
hemraker committed Jun 8, 2015
1 parent f6924a6 commit c641a6d
Show file tree
Hide file tree
Showing 265 changed files with 62 additions and 42 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file modified Getting-Started/Code/MVC/index.md 100755 → 100644
Empty file.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
30 changes: 0 additions & 30 deletions Old-Docs/index.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added images/icon-add-on.png
Binary file added images/icon-extending.png
Binary file added images/icon-getting-started.png
Binary file added images/icon-implementation.png
74 changes: 62 additions & 12 deletions index.md
@@ -1,18 +1,68 @@
#Umbraco Documentation
<div class="docs-overview">
<div class="row">
<div class="col-xs-12">
<h1 class="text-center" style="font-size:3rem">Documentation for Umbraco 7</h1>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<a href="Getting-Started/" class="docs-section">
<img src="images/icon-getting-started.png" alt="">
<h2>Getting Started</h2>
<p>All the basics of using Umbraco v7. From your first local installation, to a fully functional customized CMS.</p>
</a>
</div>
<div class="col-sm-6">
<a href="Implementation/" class="docs-section">
<img src="images/icon-implementation.png" alt="">
<h2>Implementation</h2>
<p>Get an overview of how the Umbraco pipeline is structured. Learn how to write queries and use the API's</p>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<a href="Extending/" class="docs-section">
<img src="images/icon-extending.png" alt="">
<h2>Extending</h2>
<p>Documentation on the areas in Umbraco that are extendable such as custmizing backoffice ui and creating packages.</p>
</a>
</div>
<div class="col-sm-6">
<a href="Implementation/" class="docs-section">
<img src="images/icon-add-on.png" alt="">
<h2>Add-on documentation</h2>
<p>Everything you need to know about Forms and Courier, the two premium packages developed and supported by HQ</p>
</a>
</div>
</div>
</div>
</br>

###Contributing
*The documentation project is open source and hosted on Github. If you have any corrections or additions to the documentation clone the project and make a pull request. [Guidelines](https://github.com/umbraco/Umbraco4Docs) on how to contribute to the documentation.*

##[Getting Started](Getting-Started/)
All the basics of using Umbraco v7. From your first local installation, to a fully functional customized CMS.
----------------

#Legacy Documentation

##[Installation](Installation/index.md)
Describes how Umbraco is installed, using either WebMatrix, Microsoft Platform Installer, or from a zip-file.

##[Using Umbraco](Using-Umbraco/index.md)
Describes Umbraco terminology, configuration files/settings & step by step guides on how to approach the different areas in Umbraco.

##[Developers' Reference](Reference/index.md)
Templating, querying, searching and other Umbraco APIs.

##[Implementation](Implementation/)
Get an overview of how the Umbraco pipeline is structured. Not sure what to search for? Get a birdseye view of what happens from user request to content delivery.
##[Cheatsheets](Cheatsheets/index.md)
Cheatsheets for easy overview of different areas like the Razor API and Views syntax.

##[Extending Umbraco](Extending/)
Documentation on the areas in Umbraco that are extendable such as the backoffice ui and database. Create your own property editors and develop packages for easy re-use and sharing.
##[Umbraco Add-on documentation](Products/index.md)
Documentation for the Umbraco add-ons 'Forms' and 'Courier'

##[Old docs](Old-Docs/)
The Old Umbraco documentation repo. Contains documentation for older versions of Umbraco.
##[Extending Umbraco](Extending-Umbraco/index.md)
Documentation on how to extend umbraco with your own editors, trees, sections, and how to distribute those extensions as packages. **(coming soon)**

###Contribution
Umbraco is a community powered project and we welcome any contribution, big or small. Even fixing a typo is a valuable contribution.
[See how to contribute](https://github.com/umbraco/Umbraco4Docs)
##[Development Guidelines](Development-Guidelines/index.md)
How to work with the Umbraco codebase.

0 comments on commit c641a6d

Please sign in to comment.