| 123456789101112131415161718192021 |
- 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" }
- ]
- }
- };
|