Skip to content

Commit

Permalink
chore: remove docs ci, update README (#484)
Browse files Browse the repository at this point in the history
AppAPI docs are now moved to Nextcloud documentation, removing not
needed anymore docs CI, update README.

---------

Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 authored Jan 6, 2025
1 parent d7a4095 commit ef9d0b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 91 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/docs-check.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/docs.yml

This file was deleted.

26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/app_api)](https://api.reuse.software/info/github.com/nextcloud/app_api)
[![Tests - Deploy](https://github.com/nextcloud/app_api/actions/workflows/tests-deploy.yml/badge.svg)](https://github.com/nextcloud/app_api/actions/workflows/tests-deploy.yml)
[![Tests](https://github.com/nextcloud/app_api/actions/workflows/tests.yml/badge.svg)](https://github.com/nextcloud/app_api/actions/workflows/tests.yml)
[![Docs](https://github.com/nextcloud/app_api/actions/workflows/docs.yml/badge.svg)](https://nextcloud.github.io/app_api/)

### Supercharge your Nextcloud with AppAPI and applications specifically designed for it.

Expand All @@ -16,10 +15,9 @@
1. **Enhanced stability** This ecosystem is committed to maintaining API stability over extended periods.
This ensures a reliable and consistent user experience as developers won't need to constantly update their apps with each new release.

2. **Enhanced security.** Unlike the traditional method, which allowed direct interaction with the core Nextcloud code,
this approach emphasizes more specialized API scopes, resulting in greater application stability and a more focused user experience.
2. **Enhanced security** Unlike the traditional method, which allowed direct interaction with the core Nextcloud code, this approach uses controlled APIs to manage access, ensuring greater application stability and delivering a more focused user experience.

3. **Reliable computing power.** The ecosystem is designed to solve resource-intensive problems.
3. **Reliable computing power** The ecosystem is designed to solve resource-intensive problems.
Developers can easily integrate complex computing functions, including advanced machine learning models, and run them on external hardware.

4. **Community friendly** The project aims to attract a diverse and broader developer community by creating applications
Expand All @@ -28,22 +26,10 @@

## Documentation

- [List of External Applications](https://github.com/nextcloud/app_api/blob/main/APPS.md)
- [Documentation](https://nextcloud.github.io/app_api/)
- [Installation](https://nextcloud.github.io/app_api/Installation.html)
- [Creation of Deploy Daemon](https://nextcloud.github.io/app_api/CreationOfDeployDaemon.html)
- [Managing External Applications](https://nextcloud.github.io/app_api/ManagingExternalApplications.html)
- [Technical Details](https://nextcloud.github.io/app_api/tech_details/index.html)
- [Concepts](https://nextcloud.github.io/app_api/Concepts.html)
- [Api Scopes](https://nextcloud.github.io/app_api/tech_details/ApiScopes.html)
- [AppAPI Nextcloud APIs](https://nextcloud.github.io/app_api/tech_details/api/index.html)
- [Authentication](https://nextcloud.github.io/app_api/tech_details/Authentication.html)
- [Deployment](https://nextcloud.github.io/app_api/tech_details/Deployment.html)
- [Contribute](https://github.com/nextcloud/app_api/blob/main/.github/CONTRIBUTING.md)
- [Discussions](https://github.com/nextcloud/app_api/discussions)
- [Issues](https://github.com/nextcloud/app_api/issues)
- [Setting up dev environment](https://nextcloud.github.io/app_api/DevSetup.html)
- [Changelog](https://github.com/nextcloud/app_api/blob/main/CHANGELOG.md)
Latest documentation can be found here:

1. Admin manual: [ExApps management](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/index.html)
2. Developer manual: [ExApp development](https://docs.nextcloud.com/server/latest/developer_manual/exapp_development/index.html)

### Support

Expand Down

0 comments on commit ef9d0b2

Please sign in to comment.