Skip to content

Commit

Permalink
Add docs summary
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Sep 10, 2021
1 parent 7d566ad commit 34a09c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fission-web-api/library/Fission/Web/API/Docs/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module Fission.Web.API.Docs.Types (Docs) where

import Servant.Swagger.UI.Core

type Docs = SwaggerSchemaUI "docs" "docs.json"
type Docs
= Summary "Docs"
:> Description "Swagger-based documentation"
:> SwaggerSchemaUI "docs" "docs.json"

0 comments on commit 34a09c1

Please sign in to comment.