You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
573 B

module.exports = {
title: "Swagger-PHP v3.x",
base: "/swagger-php/",
description:
"Generate interactive OpenAPI documentation for your RESTful API using doctrine annotations.",
themeConfig: {
sidebar: "auto",
nav: [
{ text: "Guide", link: "/Getting-started" },
{
text: "OpenApi",
link: "https://swagger.io/docs/specification/about/"
},
{
text: "Specification",
link: "http://swagger.io/specification/"
},
{ text: "Github", link: "https://github.com/zircote/swagger-php" }
]
}
};