Skip to content

Commit a29cb05

Browse files
committed
Update docs
1 parent 0aa92c8 commit a29cb05

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/source/plugins/components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ icon component is centered around Gilles Migliori's
568568

569569
.. image:: screenshots/icon-picker.png
570570

571-
A version of it is bundled with djangocms-frontend. It currently contains
571+
A version of it is bundled with ``djangocms-frontend``. It currently contains
572572
support for the following icon sets:
573573

574574
* `Bootstrap icons <https://icons.getbootstrap.com>`_

docs/source/plugins/toc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can apply Bootstrap contextual classes through the "Heading Context" setting
5252
For example, selecting "primary" will add the ``text-primary`` class.
5353

5454
TOC Integration
55-
--------------
55+
---------------
5656

5757
To make a heading appear in a Table of Contents:
5858

docs/source/tutorial/custom_components.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _custom_components:
22

3-
##########################
4-
Building custom frontend components
5-
##########################
3+
####################################
4+
Building Custom Frontend Components
5+
####################################
66

77
.. index::
88
single: custom frontend components

docs/source/tutorial/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
Getting Started
66
#################
77

8-
When working with components in djangocms-frontend, you can choose from different
8+
When working with components in ``djangocms-frontend``, you can choose from different
99
approaches depending on your needs. These range from using pre-built Bootstrap 5
1010
components, over quick and simple methods to create your own custom frontend components to
1111
more flexible but complex solutions. We recommend staying with the simplest approach
1212
that gets the job done for your project.
1313

14-
1. **Pre-Built Components** – The easiest way to **get started** with djangocms-frontend.
15-
Pre-built components are ready to use and require no additional configuration.
16-
They are perfect for quickly setting up a website with a variety of components
14+
1. **Pre-Built Bootstrap 5 Components** – The easiest way to **get started** with
15+
``djangocms-frontend``. Pre-built components are ready to use and require no additional
16+
configuration. They are perfect for quickly setting up a website with a variety of components
1717
that are compatible with Bootstrap 5. Pre-built components need to be explicitly
1818
added to your project's ``INSTALLED_APPS``.
1919

20-
2. **Template-Based Components** – The easiest approach creating or porting your own
20+
2. **Template Components** – The easiest approach creating or porting your own
2121
**custom frontend components**, allowing you define components by their HTML templates. Special
2222
``djangocms-frontend`` tags are used to provide the additional declarative information
2323
needed. This is the fastest approach to create ``djangocms-frontend`` components.
2424
Template-based (or auto) components are auto-detected.
2525

26-
3. **Custom Frontend Component development** – A more advanced method that lets you create
26+
3. **Custom Frontend Component** development – A more advanced method that lets you create
2727
custom components with **minimal code**. This approach is more flexible than the
2828
template-based method, but requires some Python coding providing more control over
2929
the components add and change forms, for example.

0 commit comments

Comments
 (0)