Skip to content
Snippets Groups Projects
Verified Commit 3fd580a4 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Redirect users to the new API docs

Merge when releasing Arkindex 0.13.1 and API client 1.0
parent 6be96e71
No related branches found
No related tags found
1 merge request!182Redirect users to the new API docs
Pipeline #28668 failed
......@@ -21,7 +21,6 @@ MANIFEST
# Docs
docs/_build/
public/
# Editors
.vscode/
......
......@@ -66,3 +66,15 @@ client-deploy-pypi:
script:
- python setup.py sdist bdist_wheel
- twine upload dist/* -r pypi
pages:
stage: deploy
only:
- tags@arkindex/api-client
# Nothing to do!
script: /bin/true
artifacts:
paths:
- public
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style type="text/css">
body {
font-family: sans-serif;
text-align: center;
}
</style>
</head>
<body>
<h1>The Arkindex API documentation has moved</h1>
<p>Visit <a href="https://arkindex.teklia.com/api-docs/">https://arkindex.teklia.com/api-docs/</a> to access the API documentation for Teklia's own instance.</p>
<p>
If you own or use a private instance, open the page at <samp>https://<strong>my-instance</strong>/api-docs/</samp> to view your own API documentation, which can vary between versions of Arkindex.<br />
You may need to ask your system administrator to upgrade to Arkindex 0.13.1 or later to access these.
</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment