/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React from 'react'; import classnames from 'classnames'; import Layout from '@theme/Layout'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import useBaseUrl from '@docusaurus/useBaseUrl'; import styles from './styles.module.css'; const features = [ { title: <>No boilerplate, imageUrl: 'img/undraw_site_content_hydra_plain.svg', description: ( <> Hydra lets you focus on the problem at hand instead of spending time on boilerplate code like command line flags, loading configuration files, logging etc. ), }, { title: <>Powerful configuration, imageUrl: 'img/undraw_product_teardown_hydra_plain.svg', description: ( <> With Hydra, you can compose your configuration dynamically, enabling you to easily get the perfect configuration for each run. You can override everything from the command line, which makes experimentation fast, and removes the need to maintain multiple similar configuration files. ), }, { title: <>Pluggable architecture, imageUrl: 'img/Hydra-plugins.svg', description: ( <> Hydra has a pluggable architecture, enabling it to integrate with your infrastructure. Future plugins will enable launching your code on AWS or other cloud providers directly from the command line. ), }, ]; function Home() { const context = useDocusaurusContext(); const {siteConfig = {}} = context; return (
{/* Left */}
{/* Right */}

{siteConfig.title}

{siteConfig.tagline}

Get Started