Configurable docs URL path
See original GitHub issueWould it be possible to make the docs path configurable via properties?
Example application.properties
springwolf.path=/my/docs/path
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
URL format and configuration | Kentico 9 Documentation
Default URL path prefix. Defines a default URL path prefix used for all URLs of content pages. Internally, this prefix is rewritten to...
Read more >Configuration - Swagger Documentation
configuration items passed as key/value pairs in the URL query string. Parameters. Parameters with dots in their names are single strings used to...
Read more >Use URL maps | Load Balancing - Google Cloud
This guide shows you how to configure Google Cloud URL maps. A URL map is a set of rules for routing incoming HTTP(S)...
Read more >Metadata and Docs URLs - FastAPI
With this configuration, the automatic API docs would look like: ... the different tags used to group your path operations with the parameter...
Read more >Mapping URLs to Filesystem Locations - Apache HTTP Server
the URL http://www.example.com/docs/dir/file.html will be served from /var/web/dir/file.html . The ScriptAlias directive works the same way, with the additional ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The documentation API endpoint url is now configurable from
application.properties
with the propertyspringwolf.paths.docs
. Please not that setting this property to any value other than the default will result in the UI not working.No problem, will be available in the next release.