Skip to content

Commit

Permalink
fix: update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Jan 17, 2025
1 parent 5cdae9a commit 32cabc9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Update api docs

## [0.3.0] - 2025-01-17

### Added
Expand Down
6 changes: 3 additions & 3 deletions apidocs/openapi.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"openapi": "3.1.0",
"info": {
"version": "1.0.0",
"title": "SolidCouch Geoindex",
"description": "This is a geoindex for Solid apps. Read more at https://github.com/solidcouch/geoindex"
"version": "0.3.1",
"title": "Solid Community Inbox",
"description": "This is an inbox for Solid-based community. Read more at https://github.com/solidcouch/community-inbox"
},
"servers": [
{
Expand Down
6 changes: 3 additions & 3 deletions src/generate-api-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))

const doc = {
info: {
version: '',
title: 'SolidCouch Geoindex',
version: '0.3.1',
title: 'Solid Community Inbox',
description:
'This is a geoindex for Solid apps. Read more at https://github.com/solidcouch/geoindex',
'This is an inbox for Solid-based community. Read more at https://github.com/solidcouch/community-inbox',
},
servers: [{ url: '/' }],
tags: [],
Expand Down

0 comments on commit 32cabc9

Please # to comment.