Drupal 8 release day: docs polished & ready!
Later today, Drupal 8 will be released! At this time, good docs are of course crucial.
As the maintainer and de facto co-maintainer of several Drupal 8 core modules and subsystems, I spent the last several days making sure that the documentation is up-to-date for:
- the Text Editor module (
editor
) - the CKEditor module (
ckeditor
) - the Quick Edit module (
quickedit
) - the Filter module (
filter
) - the Cache system
- the Render system (specifically the render caching part)
- the Asset Library system
The following drupal.org
handbook pages have been either received minor updates, received complete overhauls or were written from scratch:
- d.o/documentation/modules/editor
- d.o/developing/api/8/editor
- d.o/documentation/modules/ckeditor
- d.o/developing/api/8/ckeditor
- d.o/documentation/modules/filter
- d.o/developing/api/8/filter
- d.o/documentation/modules/quickedit
- d.o/developing/api/8/quickedit
- d.o/developing/api/8/cache
- d.o/developing/api/8/cache/tags
- d.o/developing/api/8/cache/contexts
- d.o/developing/api/8/cache/max-age
- d.o/developing/api/8/cache/cacheable-dependency-interface
- d.o/developing/api/8/cache/cacheable-response-interface
- d.o/developing/api/8/response
- d.o/developing/api/8/response/cacheable-response-interface
- d.o/developing/api/8/render/pipeline1
- d.o/developing/api/8/render/arrays/cacheability
- d.o/developing/api/8/render/arrays/cacheability/auto-placeholdering
- d.o/theme-guide/8/assets
Enjoy!
P.S.: if you find anything unclear on those pages, ping me in #drupal-contribute
— I want to make sure these docs are as clear and helpful as possible.
-
Yep, the render pipeline diagram was updated too! It was still accurate, but it was missing one important concept that was added in the past year: placeholders, which is what enables BigPipe. ↩
- Acquia
- Drupal