wagtail / guide

A website to teach Wagtail CMS to content editors, moderators and administrators.
https://guide.wagtail.org
BSD 3-Clause "New" or "Revised" License
32 stars 26 forks source link

Site Data section on the sidebar is not referenced in the Guide #327

Closed cedarworth closed 1 year ago

cedarworth commented 1 year ago

The Site Data section of the sidebar is not referenced in the user guide. It is important to include Site Data section on the Guides because it literally holds the link of all the data in it and that of Snippets section. @thibaudcolas

cedarworth commented 1 year ago

The Site Data section contains the same data (e.g. Footers, Authors etc) as the Snippets section. However, all the data in Snippets section, when clicked, get redirected to the page being handled by Site Data section. The Side Data section seems more important than the Snippets section.

site_data snippets

Scotchester commented 1 year ago

Thank you for suggesting this, @cedarworth, however Site Data is not a stock Wagtail feature. It is a custom snippet configuration that has been added by the developer(s) of the site you are working with. Therefore, they should not be documented in the general Wagtail User Guide.

thibaudcolas commented 1 year ago

What @Scotchester said :) If you want to document generic Snippets functionality that is very welcome, but for now I would recommend focusing on #325 until you have more understanding of Wagtail.

cedarworth commented 1 year ago

Thank you @thibaudcolas

cedarworth commented 1 year ago

Thank you for suggesting this, @cedarworth, however Site Data is not a stock Wagtail feature. It is a custom snippet configuration that has been added by the developer(s) of the site you are working with. Therefore, they should not be documented in the general Wagtail User Guide.

Thanks for the feedback @Scotchester