mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-07 12:47:49 +00:00
fix: do not add a config folder to api path (#1187)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
type: object
|
||||
properties:
|
||||
message:
|
||||
type: string
|
||||
@@ -0,0 +1,19 @@
|
||||
openapi: 3.1.0
|
||||
servers:
|
||||
- url: http://localhost
|
||||
info:
|
||||
title: Sample API
|
||||
version: 1.0.0
|
||||
paths:
|
||||
/hello:
|
||||
get:
|
||||
operationId: getMessage
|
||||
security: []
|
||||
summary: Get a greeting message
|
||||
responses:
|
||||
200:
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: ./message-schema.yaml
|
||||
@@ -0,0 +1,5 @@
|
||||
extends:
|
||||
- minimal
|
||||
theme:
|
||||
openapi:
|
||||
htmlTemplate: ../index.hbs
|
||||
Reference in New Issue
Block a user