You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As documentation grows, think about displaying list of all the documentation at the documentation index page. This will also ensure that the documentation system follows the DRY principle. The current implementation has an index page which fetches the first page, repeating most of the code from the dynamic page ([section].vue).
(Thought) Have a documentation grouping Strapi collection type separate from the current documentation collection type in Strapi. It will group like docs (i.e., documentation) together.
For example, the index page for /docs will be a grid of documentation grouping (e.g., Heimdall, Vulcan, etc.) where the user can choose which one to browse to. This will solve the non DRY code in the first bullet point and organize documentation section.
Expand the documentation GraphQL call so that a limit is defined similar to the limit added to the blog post GraphQL query. By default it will only grab 10 documentation if it isn't defined.
The text was updated successfully, but these errors were encountered:
documentation grouping
Strapi collection type separate from the currentdocumentation
collection type in Strapi. It will group like docs (i.e.,documentation
) together./docs
will be a grid ofdocumentation grouping
(e.g., Heimdall, Vulcan, etc.) where the user can choose which one to browse to. This will solve the non DRY code in the first bullet point and organize documentation section.limit
is defined similar to the limit added to the blog post GraphQL query. By default it will only grab 10 documentation if it isn't defined.The text was updated successfully, but these errors were encountered: