Skip to content

Commit

Permalink
Fixing custom extension tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySikorsky committed Feb 24, 2023
1 parent 3a6da03 commit d577c68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions custom_extensions/tutorial_creating_custom_extension.rst
@@ -1,5 +1,5 @@
Tutorial: Creating Custom Extension
===================================
Tutorial: Creating a Custom Extension
=====================================

When you create a Platformus-based application, unless it's something quite simple, you’ll probably need to create your own Platformus extension.
It will contain everything that is related to your app (entities, models, DTOs, services, APIs, UI etc.) to keep it separated and independent from the basic CMS.
Expand All @@ -10,5 +10,5 @@ Creating an extension is simple. We will go through all the aspects and create a
Preparing the Solution
----------------------

Let’s start from the beginning. First, please follow the :ref:`Using as the NuGet Packages <tutorial-basic-content-management>` tutorial
Let’s start from the beginning. First, please follow the :ref:`Using as the NuGet Packages <using-as-the-nuget-packages>` tutorial
to create an empty ASP.NET Core Platformus-based web application but keep only the Platformus.WebApplication package dependency as we do not need the others.
4 changes: 1 addition & 3 deletions getting_started/tutorial_basic_content_management.rst
@@ -1,6 +1,4 @@
.. _tutorial-basic-content-management:

Tutorial: Basic Content Management
Tutorial: Basic Content Management
==================================

To understand better how the Platformus content management works, let’s use the
Expand Down
4 changes: 3 additions & 1 deletion getting_started/using_as_nuget_packages.rst
@@ -1,4 +1,6 @@
Using as the NuGet Packages
.. _using-as-the-nuget-packages:

Using as the NuGet Packages
===========================

Using Platformus CMS as the NuGet packages is the preferred way
Expand Down

0 comments on commit d577c68

Please sign in to comment.