diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b9bbae586b..e33ce79356 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -11,20 +11,20 @@ If you only need a quick local boot, start with `README.md` and come back here f ## Table of Contents -- Quick Start (Dev) -- Common Commands -- GitHub Workflows -- Repository Automation GitHub App -- Postman/Newman Harness -- Supported Models -- Configuration and Profiles -- Environment Variable Reference -- Render Deployment Contract -- Quality Gates -- External Integration Validation Runbook -- TLS and Outbound Trust Troubleshooting -- Operational Notes -- Keeping This Doc Correct +- [Quick Start (Dev)](#quick-start-dev) +- [Common Commands](#common-commands) +- [GitHub Workflows](#github-workflows) +- [Repository Automation GitHub App](#repository-automation-github-app) +- [Postman/Newman Harness](#postmannewman-harness) +- [Supported Models](#supported-models) +- [Configuration and Profiles](#configuration-and-profiles) +- [Environment Variable Reference](#environment-variable-reference) +- [Render Deployment Contract](#render-deployment-contract) +- [Quality Gates](#quality-gates) +- [External Integration Validation Runbook](#external-integration-validation-runbook) +- [TLS and Outbound Trust Troubleshooting](#tls-and-outbound-trust-troubleshooting) +- [Operational Notes](#operational-notes) +- [Keeping This Doc Correct](#keeping-this-doc-correct) ## Quick Start (Dev) diff --git a/config/swagger-base.js b/config/swagger-base.js index 2ffc119aad..655c003ca2 100644 --- a/config/swagger-base.js +++ b/config/swagger-base.js @@ -21,10 +21,10 @@ const buildServers = () => { const createSwaggerDefinition = () => ({ openapi: '3.0.0', info: { - title: 'AI-Powered Alternative Text Provider API', + title: 'Alt-Text 4 All', version: '1.0.0', description: - 'This API provides descriptions to images, to contribute to the world-wide accessibility efforts.', + 'Scrapes website images and generates AI-powered alt text to improve accessibility workflows.', }, servers: buildServers(), components: { diff --git a/docs/openapi.base.json b/docs/openapi.base.json index b1d9d8edba..52ea2b7592 100644 --- a/docs/openapi.base.json +++ b/docs/openapi.base.json @@ -219,8 +219,8 @@ } }, "info": { - "description": "This API provides descriptions to images, to contribute to the world-wide accessibility efforts.", - "title": "AI-Powered Alternative Text Provider API", + "description": "Scrapes website images and generates AI-powered alt text to improve accessibility workflows.", + "title": "Alt-Text 4 All", "version": "1.0.0" }, "openapi": "3.0.0", diff --git a/package.json b/package.json index 9ae6a427d0..8209cb9e2d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alt-text-generator", "version": "1.0.0", "private": true, - "description": "A simple service that uses AI services to propose Alt Text descriptions for your website images.", + "description": "Alt-Text 4 All — scrapes website images and generates AI-powered alt text to improve accessibility workflows.", "keywords": [ "alt", "text", diff --git a/postman/collections/alt-text-generator.postman_collection.json b/postman/collections/alt-text-generator.postman_collection.json index 207b28479a..5c186051a7 100644 --- a/postman/collections/alt-text-generator.postman_collection.json +++ b/postman/collections/alt-text-generator.postman_collection.json @@ -1,8 +1,8 @@ { "info": { "_postman_id": "e379638e-f74f-4aa6-813c-6073da2cfab1", - "name": "alt-text-generator API Contract Harness", - "description": "Deterministic Postman/Newman contract harness for the alt-text-generator API. Use the local fixture environment for CI/local runs, and keep live-provider validation separate.", + "name": "Alt-Text 4 All API Contract Harness", + "description": "Deterministic Postman/Newman contract harness for the Alt-Text 4 All API. Use the local fixture environment for CI/local runs, and keep live-provider validation separate.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "event": [