diff --git a/docs/src/content/features/content-types.md b/docs/src/content/features/content-types.md new file mode 100644 index 0000000..6817a3e --- /dev/null +++ b/docs/src/content/features/content-types.md @@ -0,0 +1,73 @@ +# Content types + +A LocalGov Drupal site will typically have a number of different [content types](/content/#drupal-terminology), each suited to a particular purpose. + +This page gives an overview of these different types. Note that not all content types may be available on your site, depending on which LocalGov Drupal modules have been installed. + +## Directory channel + +A page where users will be presented with a searchable or filterable list of directory items. + +Directory items can be directory pages, directory organisations, directory venues, or custom content types. + +See [Directories](/content/features/directories.md) for more detail. + +## Directory organisation + +An organisation to show in a directory, e.g. a library or a school. Either as first class directory entry, or used for Open Referral directory entries. + +## Directory venue + +A venue with a location to show in a directory, e.g. a sports facility or a park. + +## Event + +An event to appear in the events listing. + +## Service landing page + +The top level page for a service. + +See [Services](/content/features/services.md) for more detail. + +## Service page + +The basic page that can be placed in a service, and on a Service Sub-landing Page. + +## Service status + +Shows updates about the status of a service. + +## Service sub-landing page + +Shows detail and links to specific pages within a service. + +## Subsite overview + +The landing page for a subsite. + +See [Subsites](/content/features/subsites.md) for more detail. + +## Subsite page + +A child page in a subsite. This needs a 'Subsite overview' that it refers to. + +## Step by step overview + +The main page for a step-by-step process. + +See [Step by step](/content/features/step-by-step.md) for more detail. + +## Step by step page + +A single step in a step-by-step process. This needs a 'Step by step overview' content item that it refers to. + +## Guide overview + +The main page for a collection of connected pages, where there's no set process to be followed. Links on each guide page allow the user to move through the guide. + +See [Guide](/content/features/guide.md) for more detail. + +## Guide page + +A single page in a guide. This needs a 'Guide overview' content item that it refers to. diff --git a/docs/src/content/index.md b/docs/src/content/index.md index 47bbe5f..9002e65 100644 --- a/docs/src/content/index.md +++ b/docs/src/content/index.md @@ -21,6 +21,9 @@ We've put together a series of How-to videos which are here in the documentation Descriptions of the [features of LocalGov Drupal](https://docs.localgovdrupal.org/content/features/) that are useful for content editors and content designers, with guidance on what the feature is designed for, and how it was intended to be used. +## Content types + +An overview of the [different content types provided by LocalGov Drupal](/content/features/content-types.md). ## Patterns and Components