Skip to content

Commit e4058e3

Browse files
committed
update docs
1 parent 9c2a557 commit e4058e3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/document-type.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Associate custom fields with your document type to define what data can be enter
6161

6262
3. Arrange field groups in the desired order
6363

64+
For detailed information about creating and configuring custom fields, see the [Custom Fields documentation](./custom-field){.doc-link}.
65+
6466
---
6567

6668
## Templates
@@ -78,6 +80,8 @@ Define which templates are available for rendering your content:
7880

7981
![Document Type's Templates](https://inspirecms.net/storage/doc/JuAg9jBK0Eb9y46nPm3MuLtTljiSc7dlx6dAKAgS.png)
8082

83+
For detailed information about creating frontend layouts and templates, see the [Frontend Layouts documentation](./fe-layouts){.doc-link}.
84+
8185
---
8286

8387
## Content Hierarchy

docs/installing.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: installing
44
path: docs/v1/installing
55
uri: /docs/v1/installing
66
heading: Installing
7-
brief:
7+
brief:
88
quick_links: []
99
---
1010

@@ -79,6 +79,17 @@ use Illuminate\Support\Facades\Route;
7979

8080
This allows InspireCMS to handle your site's routing properly.
8181

82+
### Step 7: Set Up Queue Workers and Scheduled Jobs
83+
84+
InspireCMS requires queue workers and scheduled jobs for image conversion, background processing, and other essential operations.
85+
86+
For development, you can run these commands manually in separate terminals:
87+
88+
- `php artisan queue:work` (for background jobs)
89+
- `php artisan schedule:work` (for scheduled tasks)
90+
91+
For detailed configuration options, refer to the [Laravel Queue documentation](https://laravel.com/docs/queues) and [Task Scheduling documentation](https://laravel.com/docs/scheduling).
92+
8293
---
8394

8495
## Manual Installation Steps
@@ -133,6 +144,8 @@ php artisan inspirecms:repair-permissions
133144
5. Navigate to **Content** > **Pages**
134145
6. Click "Create" to add new content using your document type
135146

147+
For detailed information about creating and configuring document types, see the [Document Types documentation](./document-type){.doc-link}.
148+
136149
---
137150

138151
## Setting Up Your Frontend

0 commit comments

Comments
 (0)