diff --git a/docs/src/developer/api/guide/index.md b/docs/src/developer/api/guide/index.md index eea08955..2585385d 100644 --- a/docs/src/developer/api/guide/index.md +++ b/docs/src/developer/api/guide/index.md @@ -9,4 +9,6 @@ contact: license: This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. --- +# API user guide + * **[Measurement API:](./measurment.md)** this section explains the measurement API guide for both GET and POST method. diff --git a/docs/src/developer/index.md b/docs/src/developer/index.md index 4152a956..b6aa964c 100644 --- a/docs/src/developer/index.md +++ b/docs/src/developer/index.md @@ -15,3 +15,4 @@ license: This program is free software; you can redistribute it and/or modify it This is the homepage for all developer related documentation. +- The [API Guide](./api/guide/index.md), which aims to get you familiar with the APIs.