Skip to content

Commit

Permalink
docs(autodoc) Update Admin API note (#8405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Falon Darville authored Feb 16, 2022
1 parent a4814d6 commit 7effcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodoc/admin-api/generate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ local function write_endpoint(outfd, endpoint, ep_data, dbless_methods)
or not dbless_methods[endpoint][method])
then
write_title(outfd, 3, meth_data.title)
warning_message(outfd, "**Note**: Not available in DB-less mode.")
warning_message(outfd, "**Note**: This API is not available in DB-less mode.")
else
write_title(outfd, 3, meth_data.title, "{:.badge .dbless}")
end
Expand Down

0 comments on commit 7effcf2

Please sign in to comment.