You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Using Laravel < 5.4? Use version 1.0! For Laravel 5.4 and up, use 2.0 instead.
@@ -65,15 +65,15 @@ Option | Description
65
65
`force` | Force the re-generation of existing/modified API routes
66
66
`header` | Custom HTTP headers to add to the example requests. Separate the header name and value with ":". For example: `--header="Authorization: CustomToken"`
67
67
68
-
## Publish rule descriptions for customisation or translation.
68
+
## Customisation or translation.
69
69
70
70
By default, this package returns the descriptions in english. You can publish the packages language files, to customise and translate the documentation output.
71
71
72
72
```sh
73
73
$ php artisan vendor:publish
74
74
```
75
75
76
-
After the files are published you can customise or translate the descriptions in the language you want by renaming the `en` folder and editing the files in `public/vendor/apidoc/resources/lang`.
76
+
After the files are published you can customise view, styles or translate the descriptions in the language you want by renaming the `en` folder and editing the files in `public/vendor/apidoc/resources/lang`.
77
77
78
78
79
79
### How does it work?
@@ -235,10 +235,6 @@ As an optional parameter, you can use `--location` to tell the update command wh
235
235
236
236
If you want to skip a single route from a list of routes that match a given prefix, you can use the `@hideFromAPIDocumentation` tag on the Controller method you do not want to document.
237
237
238
-
## Further modification
239
-
240
-
This package uses [Documentarian](https://github.com/mpociot/documentarian) to generate the API documentation. If you want to modify the CSS files of your documentation, or simply want to learn more about what is possible, take a look at the [Documentarian guide](http://marcelpociot.de/documentarian/installation).
241
-
242
238
### License
243
239
244
240
The Laravel API Documentation Generator is free software licensed under the MIT license.
0 commit comments