mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-26 05:15:46 +02:00
fix regex for docs building
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
parent
59979b73a7
commit
5d93e1fcc4
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'docs/*'
|
||||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user