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
28 changes: 14 additions & 14 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions config/swagger-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
4 changes: 2 additions & 2 deletions docs/openapi.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Loading