Add Section for Series/Collections (#10719)
* Add Section for Series/Collections I added a small section in this area of the docs to share some information about collections/ series. There is not much information in the documentation about collections or series and I felt like this would be beneficial to others looking to help with the Series feature of the website. * Updated wording of collections section.
This commit is contained in:
parent
6c20a70aef
commit
ab7d547bf1
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ Article has many comments and taggings through the acts-as-taggable gem, belongs
|
|||
to a single user (and possibly an organization), and is the core unit of
|
||||
content.
|
||||
|
||||
## Collections (or series)
|
||||
|
||||
Although the source code refers to them as "collections" groups of articles are referred to, throughout the user interface, as "series". They represent a collection of articles relating to the same topic, indeed, a series.
|
||||
|
||||
## Comments
|
||||
|
||||
Comments belong to articles or other content (they are generally polymorphic).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue