Documentation, terminology repo cleanup.
This commit is contained in:
parent
c9ba7095a7
commit
8889fc3430
22 changed files with 274 additions and 45 deletions
|
|
@ -113,7 +113,7 @@ def get_service(settings: Settings = Depends(get_settings)) -> RegistryService:
|
|||
|
||||
API_DESCRIPTION = (
|
||||
"Register repositories, analyze their observable implementation facts, "
|
||||
"curate reviewable ability graphs, and search approved repository abilities."
|
||||
"curate reviewable scope graphs, and search approved repository characteristics."
|
||||
)
|
||||
|
||||
OPENAPI_TAGS = [
|
||||
|
|
@ -128,7 +128,7 @@ OPENAPI_TAGS = [
|
|||
]
|
||||
|
||||
app = FastAPI(
|
||||
title="Repository Ability Registry",
|
||||
title="Repository Scoping",
|
||||
version="0.1.0",
|
||||
description=API_DESCRIPTION,
|
||||
openapi_tags=OPENAPI_TAGS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue