Skip to content
Snippets Groups Projects
Commit 263c6308 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[release] 1.0.1

parents 6cd0a676 9fcc1730
Branches
Tags 1.0.1
No related merge requests found
Pipeline #100940 passed with stages
in 44 seconds
......@@ -9,7 +9,7 @@
/**
* @OA\Info(
* version="1.0.0",
* version="1.0.1",
* title="BomberNyan API Documentation",
* description="API for BomberNyan",
* )
......
......@@ -4,7 +4,7 @@
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"require": {
"php": "^8.0.2",
"darkaonline/l5-swagger": "^8.4",
......
......@@ -3,9 +3,7 @@
<head>
<meta charset="UTF-8">
<title>{{config('l5-swagger.documentations.'.$documentation.'.api.title')}}</title>
<link rel="stylesheet" type="text/css" href="{{ l5_swagger_asset($documentation, 'swagger-ui.css') }}">
<link rel="icon" type="image/png" href="{{ l5_swagger_asset($documentation, 'favicon-32x32.png') }}" sizes="32x32"/>
<link rel="icon" type="image/png" href="{{ l5_swagger_asset($documentation, 'favicon-16x16.png') }}" sizes="16x16"/>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui.css">
<style>
html
{
......@@ -30,9 +28,9 @@
<body>
<div id="swagger-ui"></div>
<script src="{{ l5_swagger_asset($documentation, 'swagger-ui-bundle.js') }}"></script>
<script src="{{ l5_swagger_asset($documentation, 'swagger-ui-standalone-preset.js') }}"></script>
<script src="https://unpkg.com/swagger-ui-plugin-hierarchical-tags" crossorigin></script>
<script src="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui-bundle.js"></script>
<script src="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui-standalone-preset.js"></script>
<script src="https://unpkg.com/swagger-ui-plugin-hierarchical-tags@1.0.3/build/index.js" crossorigin></script>
<script>
window.onload = function() {
// Build a system
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment