From 5d93e1fcc4e693fad15b70b1ad8f1b857e3d3326 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 9 Mar 2022 14:19:56 +0100 Subject: fix regex for docs building Signed-off-by: Benjamin Brahmer --- .github/workflows/documentation.yml | 2 +- docs/api/api-v2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index be0469acd..9b7022748 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -4,7 +4,7 @@ on: branches: - master paths: - - 'docs/*' + - 'docs/**' jobs: build: diff --git a/docs/api/api-v2.md b/docs/api/api-v2.md index c5fee3806..ab6e19517 100644 --- a/docs/api/api-v2.md +++ b/docs/api/api-v2.md @@ -1,6 +1,6 @@ # External API v2 (Draft) -**Disclaimer:** this API has not been fully implemented yet. +**Disclaimer:** this API has not been fully implemented yet, help is welcome. The **News app** offers a RESTful API which can be used to sync folders, feeds and items. The API also supports [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) which means that you can access the API from your browser using JavaScript. -- cgit v1.2.3