Skip to content

Latest commit

 

History

History
213 lines (198 loc) · 6.16 KB

index.md

File metadata and controls

213 lines (198 loc) · 6.16 KB
meta.Title meta.Description versionFrom
All the basics of using Umbraco 8
This section shows you some beginner tools and information to get your started with Umbraco 8. From making a local installation to extending the backoffice.
8.0.0

Getting Started with Umbraco 8

All the basics of using Umbraco v8. From making a local installation to extending the backend.

The newest major version of Umbraco comes with a lot of new big features, as well as a long list of general improvements to the CMS in general.

:::note This is a work in progress.

Want to help out making documentation for V8? Please check out our Contribution guidelines. :::

Learn more about the new features in Umbraco 8.

Umbraco 8 Documentation

Setup

Covers how to install and configure your Umbraco installation
What is needed to run Umbraco?

Design

Create templates and views with your own markup and use Razor to render content
Render the values of the current page or the result of a query against the content cache.

Backoffice overview

Details of all the common terms and concepts that are used throughout the Umbraco backoffice
Learn more about how to use the Log viewer in the backoffice, to view log entries.
Learn how to vary your content based on several languages.

Data

Using the backoffice to create data
Setting up content types, defining fields and creating your first content

Code

Understanding how logging works, and learn to setup custom logging.
Using the backoffice to create data
Learn how to develop content apps / tools for your editors.

Tutorials

Learn how to convert your Umbraco 7 packages to Umbraco 8.
This tutorial will take you through the steps of building a basic website with Umbraco.