disabling-services

Hide services from documentation listings while preserving direct URL access.

369|323|Updated Sep 4, 2024
One-click install
npx skills add https://github.com/coollabsio/coolify-docs --skill disabling-services
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disabling-services
Source: https://github.com/coollabsio/coolify-docs/tree/main/.claude/skills/disabling-services
Command: npx skills add https://github.com/coollabsio/coolify-docs --skill disabling-services

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hides or disables a service from the documentation listing while preserving the page for SEO and bookmarks. Use when deprecating services, marking services unavailable, adding disabled:true to List.vue, or adding warning callouts to service pages. Keeps docs/services/ pages accessible via direct URL.

Core Features & Use Cases

  • Hide a service from the services listing while still keeping its documentation accessible via direct URL.
  • Preserve SEO and bookmarks while de-emphasizing deprecated or temporarily unavailable services.
  • Update the listing by toggling a disabled flag and adding a warning callout to the service's markdown.

Quick Start

Use the skill to disable a service by adding disabled: true to the List.vue entry and by inserting a warning callout at the top of the service's markdown file. Ensure the documentation file remains.

Frequently Asked Questions about disabling-services

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I hide a service from documentation listings while preserving SEO?

You can preserve SEO by keeping the markdown documentation file intact while setting disabled: true in the List.vue entry. The page remains accessible via direct URL, maintaining SEO value and existing bookmarks without appearing in the main documentation listing.

How do I mark a deprecated service as unavailable in markdown documentation?

Mark a deprecated service as unavailable by adding a warning callout block at the top of the service markdown file. You should also update the List.vue file with disabled: true to remove the service from the active catalog listing.

Can I keep a removed service page accessible via direct URL in Vue documentation?

Yes, removed service pages remain accessible via direct URL by keeping the markdown file intact. The skill specifically targets deprecated or temporarily unavailable services, ensuring documentation remains functional for existing links while hiding the service from the public listing.

What is the best way to temporarily disable a service in a Vue documentation catalog?

The best way to disable a service temporarily is to toggle the disabled flag to true in List.vue and add a warning callout to the markdown file. This approach hides the service from the catalog listing while preserving the page for future reactivation and SEO continuity.

Why should I use disabled: true instead of deleting a deprecated service markdown file?

Using disabled: true instead of deleting the markdown file preserves SEO rankings and prevents broken bookmarks. Deleting the file removes the page entirely, while disabling it hides the service from the documentation listing but keeps the content accessible via direct URL.