documenter?

This commit is contained in:
24c02 2026-01-29 15:19:42 -05:00
parent fa9060158c
commit 110b191b37

View file

@ -41,7 +41,6 @@ class Components::StaticPages::Base < Components::Base
def resources_panel
links = [
{ label: "Documentation", href: doc_path("getting-started"), icon: :book },
{ label: "API Docs", href: "https://github.com/hackclub/cdn#-api-usage", icon: :code },
{ label: "GitHub Repo", href: "https://github.com/hackclub/cdn", icon: :"mark-github" },
{ label: "Use via Slack", href: "https://hackclub.enterprise.slack.com/archives/C016DEDUL87", icon: :"comment-discussion" },
{ label: "Help with development?", href: "https://hackclub.enterprise.slack.com/archives/C0ACGUA6XTJ", icon: :heart },