File: replace-api-doc-by-link.diff

package info (click to toggle)
lemonldap-ng 2.16.1%2Bds-deb12u6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,364 kB
  • sloc: perl: 65,855; javascript: 12,430; xml: 6,336; makefile: 1,228; sh: 470; python: 51; php: 26; sql: 5
file content (19 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: replace api doc by external link
 api is a compiled webpage (swagger-codegen). Since there is now good
 Open-API doc generator in Debian archive, this doc is excluded and
 replaced by a link to upstream website
Author: Xavier Guimard <yadd@debian.org>
Forwarded: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/-/commit/df952509
Last-Update: 2020-05-06

--- a/doc/index.html
+++ b/doc/index.html
@@ -12,7 +12,7 @@
     <div class="container text-center">
         <h1>LemonLDAP::NG Manager API documentation</h1>
         <hr />
-        <a href="pages/manager-api/index.html" class="btn btn-lg btn-primary">API Reference</a>
+        <a href="https://lemonldap-ng.org/manager-api/2.0/" class="btn btn-lg btn-primary">API Reference</a>
     </div>
 </body>
 </html>