From c04ab283a6b18f7d1643aa91f648a6297d38580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=93=D0=BB=D0=B0=D0=B7=D1=83?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Sun, 7 Dec 2025 22:24:42 +0300 Subject: [PATCH] deleted config file for documentation (moved to docs.pyserve.org repository) --- config.docs.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 config.docs.yaml diff --git a/config.docs.yaml b/config.docs.yaml deleted file mode 100644 index 0ec10c9..0000000 --- a/config.docs.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# PyServe configuration for serving documentation -# Usage: pyserve -c config.docs.yaml - -http: - static_dir: ./docs - templates_dir: ./templates - -server: - host: 0.0.0.0 - port: 8000 - backlog: 1000 - default_root: false - -ssl: - enabled: false - -logging: - level: INFO - console_output: true - -extensions: - - type: routing - config: - regex_locations: - "~*\\.(css)$": - root: "./docs" - cache_control: "public, max-age=3600" - - "__default__": - root: "./docs" - index_file: "index.html" - cache_control: "no-cache"