File tree Expand file tree Collapse file tree 13 files changed +121
-121
lines changed
Expand file tree Collapse file tree 13 files changed +121
-121
lines changed Original file line number Diff line number Diff line change 11import { PageHeading } from '@/components/ui' ;
2- import { generatePageMetadata } from '@/lib/metadata' ;
2+ // import { generatePageMetadata } from '@/lib/metadata';
33import ConfigureApp from '@/components/Applications/ConfigureApp/ConfigureApp' ;
44
55const title = 'Application Configuration' ;
66const description = 'Configure your application configuration.' ;
77
8- export const metadata = generatePageMetadata ( {
9- title,
10- description,
11- path : '/applications' ,
12- imageAlt : 'Kargo - Application Configuration' ,
13- } ) ;
8+ // export const metadata = generatePageMetadata({
9+ // title,
10+ // description,
11+ // path: '/applications',
12+ // imageAlt: 'Kargo - Application Configuration',
13+ // });
1414
1515export default async function ApplicationConfigPage ( {
1616 params,
Original file line number Diff line number Diff line change 11import { PageHeading } from '@/components/ui' ;
2- import { generatePageMetadata } from '@/lib/metadata' ;
2+ // import { generatePageMetadata } from '@/lib/metadata';
33import Applications from '@/components/Applications/Applications' ;
44
55const title = 'Applications' ;
66const description = 'Manage your applications and settings.' ;
77
8- export const metadata = generatePageMetadata ( {
9- title,
10- description,
11- path : '/applications' ,
12- imageAlt : 'Kargo - Manage Applications' ,
13- } ) ;
8+ // export const metadata = generatePageMetadata({
9+ // title,
10+ // description,
11+ // path: '/applications',
12+ // imageAlt: 'Kargo - Manage Applications',
13+ // });
1414
1515export default function ApplicationPage ( ) {
1616 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
22import Authenticate from '@/components/Auth/Authenticate/Authenticate' ;
33
4- const title = 'Authentication' ;
5- const description = 'Log in to your account to continue.' ;
4+ // const title = 'Authentication';
5+ // const description = 'Log in to your account to continue.';
66
7- export const metadata = generatePageMetadata ( {
8- title,
9- description,
10- path : '/auth' ,
11- imageAlt : 'Kargo - Authentication' ,
12- } ) ;
7+ // export const metadata = generatePageMetadata({
8+ // title,
9+ // description,
10+ // path: '/auth',
11+ // imageAlt: 'Kargo - Authentication',
12+ // });
1313
1414export default function AuthPage ( ) {
1515 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
22
3- const title = 'Applications API' ;
4- const description = 'Complete reference for the Kargo Applications API endpoints.' ;
3+ // const title = 'Applications API';
4+ // const description = 'Complete reference for the Kargo Applications API endpoints.';
55
6- export const metadata = generatePageMetadata ( {
7- title,
8- description,
9- path : '/docs/api/applications' ,
10- imageAlt : 'Kargo Applications API Reference' ,
11- } ) ;
6+ // export const metadata = generatePageMetadata({
7+ // title,
8+ // description,
9+ // path: '/docs/api/applications',
10+ // imageAlt: 'Kargo Applications API Reference',
11+ // });
1212
1313export default function ApplicationsAPIPage ( ) {
1414 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
22
3- const title = 'API Authentication' ;
4- const description = 'Learn how to authenticate with the Kargo API using tokens and OAuth.' ;
3+ // const title = 'API Authentication';
4+ // const description = 'Learn how to authenticate with the Kargo API using tokens and OAuth.';
55
6- export const metadata = generatePageMetadata ( {
7- title,
8- description,
9- path : '/docs/api/authentication' ,
10- imageAlt : 'Kargo API Authentication' ,
11- } ) ;
6+ // export const metadata = generatePageMetadata({
7+ // title,
8+ // description,
9+ // path: '/docs/api/authentication',
10+ // imageAlt: 'Kargo API Authentication',
11+ // });
1212
1313export default function APIAuthenticationPage ( ) {
1414 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
22
3- const title = 'Application Configuration' ;
4- const description =
5- 'Learn how to configure applications for optimal performance and security in Kargo.' ;
3+ // const title = 'Application Configuration';
4+ // const description =
5+ // 'Learn how to configure applications for optimal performance and security in Kargo.';
66
7- export const metadata = generatePageMetadata ( {
8- title,
9- description,
10- path : '/docs/applications/configuration' ,
11- imageAlt : 'Application Configuration in Kargo' ,
12- } ) ;
7+ // export const metadata = generatePageMetadata({
8+ // title,
9+ // description,
10+ // path: '/docs/applications/configuration',
11+ // imageAlt: 'Application Configuration in Kargo',
12+ // });
1313
1414export default function ApplicationConfigurationPage ( ) {
1515 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
22
3- const title = 'Creating Applications' ;
4- const description = 'Learn how to create and configure applications in Kargo.' ;
3+ // const title = 'Creating Applications';
4+ // const description = 'Learn how to create and configure applications in Kargo.';
55
6- export const metadata = generatePageMetadata ( {
7- title,
8- description,
9- path : '/docs/applications/creating' ,
10- imageAlt : 'Creating Applications in Kargo' ,
11- } ) ;
6+ // export const metadata = generatePageMetadata({
7+ // title,
8+ // description,
9+ // path: '/docs/applications/creating',
10+ // imageAlt: 'Creating Applications in Kargo',
11+ // });
1212
1313export default function CreatingApplicationsPage ( ) {
1414 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
22
3- const title = 'Application Deployment' ;
4- const description = 'Learn how to deploy and manage applications in Kargo.' ;
3+ // const title = 'Application Deployment';
4+ // const description = 'Learn how to deploy and manage applications in Kargo.';
55
6- export const metadata = generatePageMetadata ( {
7- title,
8- description,
9- path : '/docs/applications/deployment' ,
10- imageAlt : 'Application Deployment in Kargo' ,
11- } ) ;
6+ // export const metadata = generatePageMetadata({
7+ // title,
8+ // description,
9+ // path: '/docs/applications/deployment',
10+ // imageAlt: 'Application Deployment in Kargo',
11+ // });
1212
1313export default function ApplicationDeploymentPage ( ) {
1414 return (
Original file line number Diff line number Diff line change 1- import { generatePageMetadata } from '@/lib/metadata' ;
2-
3- const title = 'Environment Variables' ;
4- const description =
5- 'Learn how to manage environment variables and configuration in Kargo applications.' ;
6-
7- export const metadata = generatePageMetadata ( {
8- title,
9- description,
10- path : '/docs/applications/environment' ,
11- imageAlt : 'Environment Variables in Kargo' ,
12- } ) ;
1+ // import { generatePageMetadata } from '@/lib/metadata';
2+
3+ // const title = 'Environment Variables';
4+ // const description =
5+ // 'Learn how to manage environment variables and configuration in Kargo applications.';
6+
7+ // export const metadata = generatePageMetadata({
8+ // title,
9+ // description,
10+ // path: '/docs/applications/environment',
11+ // imageAlt: 'Environment Variables in Kargo',
12+ // });
1313
1414export default function EnvironmentVariablesPage ( ) {
1515 return (
Original file line number Diff line number Diff line change 11import { FaRobot } from 'react-icons/fa' ;
2- import { generatePageMetadata } from '@/lib/metadata' ;
2+ // import { generatePageMetadata } from '@/lib/metadata';
33
4- const title = 'AI-Powered Setup' ;
5- const description =
6- "Discover how Kargo's AI features help optimize and automate your application deployments." ;
4+ // const title = 'AI-Powered Setup';
5+ // const description =
6+ // "Discover how Kargo's AI features help optimize and automate your application deployments.";
77
8- export const metadata = generatePageMetadata ( {
9- title,
10- description,
11- path : '/docs/features/ai-setup' ,
12- imageAlt : 'Kargo AI-Powered Setup' ,
13- } ) ;
8+ // export const metadata = generatePageMetadata({
9+ // title,
10+ // description,
11+ // path: '/docs/features/ai-setup',
12+ // imageAlt: 'Kargo AI-Powered Setup',
13+ // });
1414
1515export default function AISetupPage ( ) {
1616 return (
You can’t perform that action at this time.
0 commit comments