Skip to main content
Glama
AddJobButton.tsx406 B
import PrimaryButton from "./PrimaryButton"; /** * A reusable button component for adding a new documentation job. * Encapsulates both styling and HTMX behavior. */ const AddJobButton = () => { return ( <PrimaryButton hx-get="/web/jobs/new" hx-target="#addJobForm" hx-swap="innerHTML" > Add New Documentation </PrimaryButton> ); }; export default AddJobButton;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arabold/docs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server