Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
working-directory: ./docs
run: npm run generate
env:
NUXT_APP_BASE_URL: /filament-blog/
NUXT_SITE_URL: https://manukminasyan.github.io
NUXT_APP_BASE_URL: /ink/
NUXT_SITE_URL: https://relaticle.github.io

- name: Deploy to gh-pages
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default defineAppConfig({
docus: {
title: 'Filament Blog',
title: 'Ink',
description: 'Headless blog package for Filament with SEO, MCP tools, and publishable components.',
},
seo: {
title: 'Filament Blog',
title: 'Ink',
Comment on lines +3 to +7
description: 'Headless blog package for Filament with SEO, MCP tools, and publishable components.',
},
github: {
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Installation
description: Install Filament Blog in your Laravel application.
description: Install Ink in your Laravel application.
navigation:
icon: i-lucide-download
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.essentials/4.configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuration
description: Full configuration reference for Filament Blog.
description: Full configuration reference for Ink.
navigation:
icon: i-lucide-settings
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/4.community/1.contributing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Contributing
description: How to contribute to Filament Blog.
description: How to contribute to Ink.
navigation:
icon: i-lucide-git-pull-request
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/4.community/2.license.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ navigation:
icon: i-lucide-scale
---

Filament Blog is open-sourced software licensed under the [MIT License](https://opensource.org/licenses/MIT).
Ink is open-sourced software licensed under the [MIT License](https://opensource.org/licenses/MIT).
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
seo:
title: Filament Blog — Headless blog package for Filament
title: Ink — Headless blog package for Filament
description: Drop a blog into any Filament 5 app. Ships admin, SEO, MCP tools, and Blade components — bring your own routes or opt into the built-in ones with a config flag.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineNuxtConfig({
modules: ['@nuxt/image'],
devtools: { enabled: true },
site: {
name: 'Filament Blog',
name: 'Ink',
},
appConfig: {
docus: {
Expand Down