faucet-server 0.6.0

Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively.
Documentation
site_name: faucet
site_dir: target/site
site_url: https://ixpantia.github.io/faucet/
repo_url: https://github.com/ixpantia/faucet
theme:
  name: material
  palette:
    scheme: faucet
  logo: figures/faucet.png
  features:
    - content.code.copy
docs_dir: docs
plugins:
  - macros
  - search
  - i18n:
      docs_structure: folder
      default_language: en
      languages:
        - locale: en
          default: true
          name: English
          build: true
          nav:
            - Home: index.md
            - Installation: install.md
            - Getting Started: getting_started.md
            - Options: options.md
            - faucet in Containers: in_containers.md
            - Logging: logging.md
            - With Reverse Proxy: reverse_proxy.md
            - Examples: examples.md
        - locale: es
          default: false
          name: Español
          build: true
          nav:
            - Inicio: index.md
            - Instalación: install.md
            - Inicio Rápido: getting_started.md
            - Opciones: options.md
            - faucet en Contenedores: in_containers.md
            - Logging: logging.md
            - Con Proxy Inverso: reverse_proxy.md
            - Ejemplos: examples.md

markdown_extensions:
  - attr_list
  - md_in_html

extra_css:
  - stylesheets/extra.css

extra:
    FAUCET_VERSION: v0.5.2