Skip to content

Commit

Permalink
Misc corrections:
Browse files Browse the repository at this point in the history
- Fix paths for PDF generation
- Specify product name for cloud service
- Don't no-index main!
  • Loading branch information
josh-heyer committed Jan 14, 2025
1 parent 5d94362 commit 4a665ec
Show file tree
Hide file tree
Showing 6 changed files with 2,841 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Gatsby build
run: npm run build
env:
APP_ENV: ${{ inputs.ref == 'main' && 'production' || 'staging' }}
APP_ENV: ${{ inputs.ref == 'refs/heads/main' && 'production' || 'staging' }}
NODE_ENV: ${{ vars.NODE_ENV }}
NODE_OPTIONS: --max-old-space-size=4096
FATHOM_SITE_ID: ${{ vars.FATHOM_SITE_ID }}
Expand Down
1 change: 1 addition & 0 deletions advocacy_docs/edb-postgres-ai/cloud-service/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ navTitle: Cloud Service
description: An introduction to the EDB Postgres AI Cloud Service and its features.
directoryDefaults:
displayBanner: "Notice: EDB will no longer offer the  Hosted Cloud Service option for new customers. However, support will remain available for existing customers of the EDB Hosted plan. The associated documentation topics will soon be removed, and updates regarding the removal process will be shared as they become available. The 'Your Cloud Account' option will continue to be available."
product: "EDB Postgres AI Cloud Service"
navigation:
- getting_started
- using_cluster
Expand Down
Loading

0 comments on commit 4a665ec

Please sign in to comment.