Basics
Gutenberg Blocks
Here is a list and preview of all the Gutenberg Blocks
Hero Blocks
#1 Hero Block with CTA
v1.0Latest Version
Documentation
Find guides, tutorials, and resources to help you get started and make the most of our platform.
#2 Hero Block with Search Bar
v1.0
Latest Version
Documentation
Search our knowledge base to find answers and helpful resources.
Search documentation…
Ctrl
K
Icon Cards Block
Code Block
Show any code inside a Gutenberg block, with simple settings to select the language and add an optional filename for clarity.
<?php
$docs = [
'name' => 'PinkDocs',
'description' => 'Modern documentation made simple.',
'features' => ['Fast', 'Clean', 'Developer friendly']
];
echo $docs['name'] . PHP_EOL;
echo $docs['description'] . PHP_EOL;
foreach ($docs['features'] as $f) {
echo "- $f" . PHP_EOL;
}
Image Card Block
Resources
Browse helpful guides and resources to get the most out of our platform
Category Cards (Auto-populates)
Browse Documentation
Find guides, API references, and tutorials organized by topic
Get Started
4 docsBasics
12 docsHeader & Footer
7 docsDocumentation
4 docsAI Features
5 docsAlert Block
This is an important message or update you should be aware of.
This is an important message or update you should be aware of.
This is an important message or update you should be aware of.
This is an important message or update you should be aware of.
This is an important message or update you should be aware of.
Was this page helpful?
Great! What worked best for you?
Please provide
additional details about your experience.
✓ Thank you for your feedback! We appreciate your input.