Commit Graph

25 Commits

Author SHA1 Message Date
Mauricio Siu
08c47af4ec Enhance documentation and templates
- Updated package.json to include a new script for generating templates.
- Added "templates" page to the documentation meta.json.
- Expanded API documentation in registry.mdx and settings.mdx to include new endpoints.
- Removed deprecated templates section from core meta.json and deleted the templates.mdx file.
- Introduced new template documentation for various applications including Ackee, Activepieces, Actual Budget, AdGuard Home, Adminer, and more.

This commit improves the overall structure and accessibility of the documentation, ensuring users have the latest information on available templates and API endpoints.
2026-01-29 17:59:35 -06:00
Dokploy Bot
29162b8c19 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b9419ed5f1

Updated: 2026-01-28 06:14:55 UTC
2026-01-28 06:14:55 +00:00
Dokploy Bot
6652c96519 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@5c89973cc2

Updated: 2026-01-28 03:19:24 UTC
2026-01-28 03:19:24 +00:00
Dokploy Bot
6ec1508038 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@4e8cdfbc80

Updated: 2026-01-28 03:17:09 UTC
2026-01-28 03:17:09 +00:00
Dokploy Bot
d703730020 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@d0ea8b5283

Updated: 2026-01-27 19:41:41 UTC
2026-01-27 19:41:41 +00:00
Dokploy Bot
77e2f95c23 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@060a053fdb

Updated: 2026-01-27 19:40:14 UTC
2026-01-27 19:40:14 +00:00
Dokploy Bot
e162ebdbdb chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@831a1815cf

Updated: 2026-01-12 15:01:45 UTC
2026-01-12 15:01:45 +00:00
Dokploy Bot
ba55a532d9 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@2b0ae65f71

Updated: 2026-01-12 02:26:09 UTC
2026-01-12 02:26:09 +00:00
Dokploy Bot
77f8f7c3c3 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@58b75205af

Updated: 2025-12-28 19:22:47 UTC
2025-12-28 19:22:47 +00:00
Dokploy Bot
e3d947f698 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@854bd88e0a

Updated: 2025-12-17 04:10:00 UTC
2025-12-17 04:10:00 +00:00
Dokploy Bot
4383d029de chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@b499cefebc

Updated: 2025-12-12 16:12:55 UTC
2025-12-12 16:12:55 +00:00
Dokploy Bot
6686011059 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@ec8c516aa3

Updated: 2025-12-10 05:02:29 UTC
2025-12-10 05:02:29 +00:00
Mauricio Siu
6010a49530 Merge branch 'main' into feat/v0.26.0 2025-12-08 14:38:20 -06:00
Dokploy Bot
ce6706d6f5 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@1d9b9ff9b6

Updated: 2025-12-08 04:45:33 UTC
2025-12-08 04:45:34 +00:00
Mauricio Siu
0b52b9b1af docs: refactor code for consistency and readability
- Standardized import statements across various components to use double quotes for consistency.
- Updated component files to ensure proper formatting and adherence to coding standards.
- Enhanced overall code readability by aligning code structure and improving comment clarity.
- Made minor adjustments to ensure all components follow the same coding conventions, improving maintainability.
2025-12-07 18:13:12 -06:00
Dokploy Bot
490e8ae58e chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@c4351482fa

Updated: 2025-12-07 19:45:52 UTC
2025-12-07 19:45:52 +00:00
Mauricio Siu
1388b1266d chore: update documentation and assets for new features
- Enhanced API documentation with new MDX files and improved structure.
- Updated OpenAPI specifications to reflect recent changes and added new components.
- Refined global CSS and layout configurations for better styling and user experience.
- Added various images and icons to enrich the visual aspects of the documentation.
- Updated package dependencies to ensure compatibility with the latest features.
2025-12-07 06:26:03 -06:00
Dokploy Bot
11dce4617d chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@f84c659121

Updated: 2025-12-07 10:40:01 UTC
2025-12-07 10:40:01 +00:00
Dokploy Bot
a1e5259e7a chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@a5353e5457

Updated: 2025-12-07 09:11:59 UTC
2025-12-07 09:11:59 +00:00
Dokploy Bot
087c80256e chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@32d5959733

Updated: 2025-12-07 08:18:44 UTC
2025-12-07 08:18:44 +00:00
Dokploy Bot
75f400eec6 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@99cb80757c

Updated: 2025-12-06 18:48:34 UTC
2025-12-06 18:48:34 +00:00
Dokploy Bot
02b1b77392 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@e052850b87

Updated: 2025-12-01 06:47:59 UTC
2025-12-01 06:47:59 +00:00
Dokploy Bot
051319d239 chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@9e11b802fd

Updated: 2025-11-30 18:24:51 UTC
2025-11-30 18:24:51 +00:00
Mauricio Siu
d278e4e95d chore: enhance OpenAPI schema management
- Introduced a new script to fix OpenAPI schema issues, including adding a missing Authorization security scheme and addressing empty response schemas.
- Updated the build process to run this script before generating documentation, ensuring a more robust and accurate OpenAPI specification.
2025-11-30 01:37:01 -06:00
Mauricio Siu
6dbf34e2fe chore: update OpenAPI documentation paths and add openapi.json file
- Copied openapi.json to the docs public folder for easier access.
- Updated paths in generated documentation files to reference the new location of openapi.json.
- Ensured all references to openapi.json are consistent across documentation files.
2025-11-30 01:12:13 -06:00