[go: up one dir, main page]

Skip to content

Postgres.ai v2

Goal

  1. Migrate current pages to the Docusaurus v2.
  2. Improve primary landing.

Technical details

Engine

We are migrating to Docusaurus v2 to use for our documentation and landing pages. Docusaurus supports React and rendering of JSX, e.g. we can use JSX in MarkDown files or simply create .js files. Read more about capabilities in Docusaurus documentation | Creating Pages (best page to start from).

CI/CD

Docusaurus can be built and run locally with npm run start. We are using GitLab CI to automatically deploy all changes from staging-v2 branch to publicly accessible https://v2.postgres.ai domain.

Git

Your commits should be signed. Read how to configure it TODO:here.

TODO

Requirements

  • Should look good in both light and dark themes.
  • Should look good in both mobile and desktop.

Internal tasks

  • Keep using postgres.ai/signin part from the frontend service, configure NGINX

Steps

  • Landing (value proposition, features, companies, open-source sections), list pages, and HubSpot forms
    • Finish mockup
    • Approve landing
    • Find contractor
    • Work
    • Approve the results, deploy
  • Landing (resources with success stories, pricing sections)
  • (lower priority) SEO-optimized success stories pages
  • (lower priority) product landings
Edited by Anatoly Stansler