Skip to content

Commit 27e1ff1

Browse files
committed
docs: add link to laravel-telescope section
1 parent 2e30344 commit 27e1ff1

File tree

3 files changed

+32
-21
lines changed

3 files changed

+32
-21
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,7 @@ docs-deps-install: ## Install dependencies for documentation using pnpm
198198
docs-up: ## Start documentation server
199199
cd docs && $(NPM_RUNNER) dev
200200
.PHONY: docs-up
201+
202+
docs-build: ## Build documentation
203+
cd docs && $(NPM_RUNNER) build
204+
.PHONY: docs-up

docs/pages/services.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ Services and Helpers to make your work easier using this adapter package and Lar
3232
children=""
3333
icon={<BookOpenIcon className="h-5 w-5 text-gray-500" />}
3434
/>
35+
<Card
36+
title="Laravel Telescope"
37+
href="/services/laravel-telescope"
38+
children=""
39+
icon={<BookOpenIcon className="h-5 w-5 text-gray-500" />}
40+
/>
3541
</Cards>

docs/public/sitemap-0.xml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev</loc><lastmod>2024-03-17T16:01:34.687Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands/database-commands</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands/migration-commands</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
7-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands/orm-commands</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
8-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/contributing</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
9-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/getting-started</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
10-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/getting-started/configuration</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
11-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/getting-started/installation</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
12-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
13-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/factories</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
14-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/seeders</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
15-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/testing</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
16-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/validation</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
17-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-entities</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
18-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-entities/defining-entities</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
19-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
20-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/belongs-to</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
21-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/has-many</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
22-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/has-one</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
23-
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/many-to-many</loc><lastmod>2024-03-17T16:01:34.688Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev</loc><lastmod>2024-03-19T23:56:12.922Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands/database-commands</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands/migration-commands</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
7+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/console-commands/orm-commands</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
8+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/contributing</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
9+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/getting-started</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
10+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/getting-started/configuration</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
11+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/getting-started/installation</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
12+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
13+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/factories</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
14+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/laravel-telescope</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
15+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/seeders</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
16+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/testing</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
17+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/services/validation</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
18+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-entities</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
19+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-entities/defining-entities</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
20+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
21+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/belongs-to</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
22+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/has-many</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
23+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/has-one</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
24+
<url><loc>https://laravel-cycle-orm-adapter.wayof.dev/working-with-relationships/many-to-many</loc><lastmod>2024-03-19T23:56:12.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
2425
</urlset>

0 commit comments

Comments
 (0)