This is the documentation project for Umbraco. The scope of this project is to provide overviews of concepts, tutorials, example code, and links to API reference.
Getting started is an introduction to Umbraco, containing explanations of basic concepts and short tutorials.
Implementation is an overview of Umbraco's structure and pipeline.
Reference is a collection of API references specifically for developers working with and extending Umbraco.
Extending is documentation on customizing and extending the backoffice.
Tutorials is a collection of the more extensive tutorials used in the documentation.
The Umbraco Documentation uses Markdown for all of the documentation; please read about our Markdown Conventions.
To add version information and extra keywords, every document can be annotated using YAML.
Every new version of Umbraco introduces new features. This means that every document might not work for your possibly older version.
Therefore we introduced 2 different mechanisms:
- The YAML metadata describing
versionFrom
andversionTo
. - The possibility to add multiple files about the same topic.
There is an experimental project which supports rendering the documentation locally.
You can install the tool from NuGet by issuing the following command.
$ dotnet tool install --global Umbraco.Docs.Preview.App
Or check out the source at: https://github.com/umbraco/UmbracoDocs.Preview.
Once installed, navigate to your local clone of the UmbracoDocs repository and run the command umbracodocs
. This will start a local webserver that's listening on http://localhost:5000
and https://localhost:5001
by default (the actual URLs will be shown), which you can open in your browser to view the rendered documentation.
We ❤️ valuable contributions from everyone who is willing to help. It does not matter to us if it's something trivial like correcting spelling mistakes, raising an issue or writing a tutorial! Every little bit of help counts and it all helps make Umbraco easier to use, for everyone. Otherwise, bug reports, bug fixes and any feedback on Umbraco are always appreciated. Look at the Contributor Guidelines to learn how you can get involved and help with the Umbraco Documentation.
This library is released under the MIT License.