ahmed-bhs/hexagonal-maker-bundle
This documentation is built with Jekyll and the Just the Docs theme, deployed on GitHub Pages.
The documentation is available at: https://ahmed-bhs.github.io/hexagonal-maker-bundle/
cd docs
bundle install
bundle exec jekyll serve
For automatic rebuilding when files change:
bundle exec jekyll serve --livereload
docs/
├── _config.yml # Jekyll configuration
├── Gemfile # Ruby dependencies
├── index.md # Home page
├── getting-started/ # Getting started guides
├── makers/ # Maker commands reference
├── examples/ # Usage examples
├── advanced/ # Advanced topics
├── contributing/ # Contribution guides
├── about/ # About pages
└── images/ # Images and assets
---
layout: default
title: Page Title
parent: Parent Page Title # Optional
nav_order: 1 # Optional
---
layout: Template to use (usually default or home)title: Page title shown in navigationparent: Parent page for nested navigationnav_order: Order in navigation menuhas_children: Set to true for parent pagespermalink: Custom URL pathPages are automatically organized based on parent and nav_order fields.
Full-text search is enabled by default and indexes all page content.
Use fenced code blocks with language specification:
```php
// Your PHP code here
```
Mermaid diagrams are supported:
```mermaid
graph TD
A[Start] --> B[End]
```
Use callout blocks for notes and warnings:
{: .note }
This is a note callout.
{: .warning }
This is a warning callout.
{: .important }
This is an important callout.
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
GitHub Pages uses Jekyll natively, so no build step is required in the workflow.
Edit _config.yml to customize:
For more information about the Just the Docs theme:
How can I help you explore Laravel packages today?