Commit Graph

46 Commits

Author SHA1 Message Date
Mauricio Siu
455f877643 feat: integrate free email domain validation in contact forms
- Added the `free-email-domains` package to validate email addresses in the contact forms.
- Implemented checks to reject free email providers for sales inquiries in both the API and UI components.
- Updated the `pnpm-lock.yaml` and `package.json` files to include the new dependency.
2026-05-04 14:35:21 -06:00
Mauricio Siu
323d79be3c feat: update dependencies and email sender details for improved functionality
- Upgraded the 'resend' package version from 6.5.2 to 6.9.3 in package.json for enhanced features.
- Modified email sender address in the contact API to improve branding consistency, changing from "noreply@emails.dokploy.com" to "hello@notifications.dokploy.com".
- Updated pnpm-lock.yaml to reflect changes in package versions and dependencies.
2026-03-11 15:56:49 -06:00
Mauricio Siu
4fd95e85c8 feat: update navigation and pricing components for improved user experience
- Enhanced the Header component with a new NavigationMenu for better organization of links.
- Integrated a ContactFormModal in the EnterpriseLanding component for direct user engagement.
- Added an FAQ section in the Pricing component using an Accordion for better information accessibility.
- Updated dependencies in package.json and pnpm-lock.yaml for consistency and maintenance.
2026-03-10 11:54:50 -06:00
Mauricio Siu
a85fb76a95 chore: update Node.js and pnpm versions in Dockerfiles and package.json
- Updated base image in Dockerfile.docs and Dockerfile.website to Node.js 24.4-alpine.
- Updated package manager version in package.json to pnpm 10.22.0.
- Adjusted Node.js engine requirement in package.json to ^24.4.0.
- Added new script to fix API path references in MDX files for documentation.
- Updated build command in apps/docs/package.json to include the new script.
2026-02-27 02:52:18 -06:00
bdkopen
54cf7b8498 chore: update Next to resolve 3 CVEs
https://github.com/advisories/GHSA-h25m-26qc-wcjf
https://github.com/advisories/GHSA-9g9p-9gw9-jx7f
https://github.com/advisories/GHSA-5f7q-jpqc-wp7h
2026-01-31 09:36:31 -05:00
Mauricio Siu
043db9dfa2 chore: update React and TypeScript dependencies in package.json files
- Upgraded @types/react and @types/react-dom to version 19.2.2 in package.json and pnpm-lock.yaml.
- Updated React and React-DOM versions to ^19.2.0 in apps/website/package.json.
- Adjusted hast-util-to-jsx-runtime version to ^3.20.0 in apps/website/package.json.
- Refactored CodeBlock component to simplify code formatting and highlighting logic.
- Modified shared component to use updated imports for React and JSX runtime.
2025-12-17 23:44:33 -06:00
Mauricio Siu
ef94f5fb80 chore: update Next.js version to 16.0.10 in package.json files
- Updated Next.js version from 16.0.8 to 16.0.10 in apps/docs/package.json and apps/website/package.json.
- Adjusted related dependencies in pnpm-lock.yaml to reflect the new version.
2025-12-13 01:31:58 -06:00
Mauricio Siu
02f84c3788 chore: update next package version to 16.0.8 in package.json for docs and website 2025-12-09 12:05:32 -06:00
Mauricio Siu
f6f1f4f774 chore: update resend package version to 6.5.2 in package.json 2025-12-08 14:41:40 -06:00
Mauricio Siu
66bcafa9cc feat: implement new contact form and modal for improved user inquiries
- Introduced a new ContactForm component to streamline user inquiries with validation and submission handling.
- Added ContactFormModal to encapsulate the contact form in a modal dialog, enhancing user experience.
- Updated the Pricing component to include a button that opens the contact modal for enterprise inquiries.
- Refactored the ContactPage to utilize the new ContactForm component, simplifying the code and improving maintainability.
- Updated TypeScript configuration to include additional type definitions for better type safety.
2025-12-08 14:37:47 -06: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
Mauricio Siu
8f334c6d1f chore: update Next.js and third-party dependencies
- Upgraded Next.js from version 16.0.1 to 16.0.7 in package.json and pnpm-lock.yaml.
- Added @next/third-parties dependency at version 16.0.7 to enhance third-party integration.
- Integrated Google Analytics component from @next/third-parties into the layout for improved tracking.
2025-12-07 06:14:23 -06:00
Mauricio Siu
418c7a2d33 fix: update shiki dependency and enhance OpenAPI security scheme
- Updated shiki package version from 1.22.2 to 3.19.0 in package.json and pnpm-lock.yaml.
- Modified OpenAPI security scheme to include 'x-default' for the API key in the fix-openapi script and openapi.json.
2025-12-07 06:08:53 -06:00
Mauricio Siu
55b254da6d feat: enhance API documentation and integrate OpenAPI features
- Added new OpenAPI components and updated the documentation structure with new MDX files for various API references.
- Introduced a script to fix OpenAPI schema issues, ensuring proper response schemas and security definitions.
- Updated package dependencies to include fumadocs-openapi for improved API documentation generation.
- Enhanced global CSS to incorporate new styles from fumadocs-openapi.
- Modified the pnpm-lock.yaml to reflect new package versions and dependencies.
2025-12-07 05:53:15 -06:00
Mauricio Siu
f9bf220bb1 feat: enhance documentation site with new components and styles
- Added new dependencies including @radix-ui/react-dropdown-menu, class-variance-authority, clsx, tailwind-merge, and tw-animate-css.
- Introduced new JSON configuration for components and updated layout with logo and navigation links.
- Created new MDX files for remote server documentation, including setup instructions and security recommendations.
- Updated global CSS to include new styles and themes.
- Removed outdated home layout and page components to streamline the documentation structure.
2025-12-07 05:39:06 -06:00
Mauricio Siu
95682a01c2 feat: add new documentation and assets for the website
- Introduced new MDX components and configuration files for the documentation site.
- Added various images and icons to enhance the visual representation of the documentation.
- Updated package.json and pnpm-lock.yaml to include new dependencies for the documentation.
- Created a .gitignore file for the new docs app to manage ignored files effectively.
- Enhanced README with instructions for restarting the dev server after adding new MDX files.
2025-12-07 05:12:07 -06:00
Mauricio Siu
264678e548 chore: update Next.js and related dependencies to version 16.0.7
- Upgraded Next.js from 15.0.3 to 16.0.7 in apps/docs and apps/website.
- Updated @next/third-parties from 15.4.5 to 16.0.7 in both apps.
- Adjusted related dependencies to ensure compatibility with the new Next.js version.
2025-12-06 11:56:35 -06:00
Mauricio Siu
a6a8480b0f chore: remove unused translation files and dependencies to simplify codebase 2025-11-28 02:47:09 -06:00
Mauricio Siu
447ad1ad30 fix: update statistics values for GitHub stars, Docker downloads, and contributors 2025-10-06 22:41:05 -06:00
Mauricio Siu
df7fa3c951 feat: update dependencies to Next.js 15.4.5 and integrate Google Analytics from @next/third-parties 2025-08-04 00:07:08 -06:00
Mauricio Siu
fa06dd0284 chore: remove husky integration and related scripts from the project 2025-04-17 16:44:11 -06:00
Mauricio Siu
3dd7ff1ee8 feat: enhance code block rendering with dynamic formatting and highlighting 2025-03-02 20:28:42 -06:00
Mauricio Siu
a8ba4cff3f chore: update Prettier and XML plugin dependencies 2025-03-02 19:50:39 -06:00
Mauricio Siu
064924316b feat: add table of contents and improve blog post page layout 2025-03-02 19:18:43 -06:00
Mauricio Siu
9d8df9986e chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
Mauricio Siu
265af27a1c feat: implement dynamic Open Graph image generation for blog posts 2025-03-02 17:40:04 -06:00
Mauricio Siu
b19d453682 feat: enhance markdown rendering with GFM plugins and image handling 2025-03-02 17:12:46 -06:00
Mauricio Siu
ebab22b263 refactor: migrate code block rendering to Shiki with Prettier formatting 2025-03-02 16:53:42 -06:00
Mauricio Siu
5f66cfd234 feat: add syntax highlighting and code formatting for blog posts 2025-03-02 16:12:26 -06:00
Mauricio Siu
2f6455027a feat: add syntax highlighting for code blocks in blog posts 2025-03-02 15:50:36 -06:00
Mauricio Siu
7429b4995e feat: add zoomable images to blog posts using react-photo-view 2025-02-28 01:28:45 -06:00
Mauricio Siu
8868d7f586 feat: enhance blog post page with markdown rendering and related posts 2025-02-27 23:42:24 -06:00
Mauricio Siu
2e09e76e50 feat: add Ghost-powered blog with dynamic content and internationalization 2025-02-27 23:12:17 -06:00
Mauricio Siu
c3f6112fc4 refactor: update node 2025-02-02 21:57:11 -06:00
Mauricio Siu
86020f3af8 refactor: rename folder v2 and delete old docs 2024-11-09 23:40:18 -06:00
Mauricio Siu
8267c4a7b6 feat: migration to fumadocs 14 2024-11-09 21:15:20 -06:00
Mauricio Siu
f4f524a16e feat: add landing page finished 2024-11-01 23:16:02 -06:00
Mauricio Siu
7ebe7814de feat: add new design 2024-11-01 16:58:46 -06:00
Mauricio Siu
0f1f1a1935 feat(website): add new landing page 2024-11-01 03:04:13 -06:00
Mauricio Siu
738b8e5604 chore: remove deps 2024-10-27 22:18:40 -06:00
Mauricio Siu
9321ed16ed feat: add monorepo 2024-10-27 22:16:31 -06:00
Mauricio Siu
fd1f028077 refactor: iupdate 2024-10-27 22:09:15 -06:00
Mauricio Siu
fef10f6fa7 chore: remove prettier 2024-10-27 21:56:52 -06:00
Mauricio Siu
c8673311ea refactor: update dockerfile 2024-10-27 21:53:02 -06:00
Mauricio Siu
e35559156a feat: add website 2024-10-27 21:47:19 -06:00
Mauricio Siu
8dbf28c693 Nuevo inicio del repositorio 2024-04-29 23:13:00 -06:00