2# +==== BEGIN CatFeeder =================+
5# ...............)..(.')
7# ...............\(__)|
8# Inspired by Joan Stark
9# source https://www.asciiart.eu/
13# FILE: elements_constants.py
14# CREATION DATE: 26-11-2025
15# LAST Modified: 14:44:21 19-12-2025
17# This is the backend server in charge of making the actual website work.
19# COPYRIGHT: (c) Cat Feeder
20# PURPOSE: Constants for Stoplight Elements documentation provider.
22# +==== END CatFeeder =================+
25from ..
import docs_constants
as DOCS_CONST
28ELEMENTS_URL: str =
"/elements"
29ELEMENTS_CDN_VERSION: str = DOCS_CONST.ELEMENTS_CDN_VERSION
30ELEMENTS_CDN_JS: str = f
"https://unpkg.com/@stoplight/elements@{ELEMENTS_CDN_VERSION}/web-components.min.js"
31ELEMENTS_CDN_CSS: str = f
"https://unpkg.com/@stoplight/elements@{ELEMENTS_CDN_VERSION}/styles.min.css"
34ELEMENTS_LAYOUT: str =
"sidebar"
37ELEMENTS_ROUTER: str =
"hash"
40ELEMENTS_OPTIONS: dict = {
43 "hideInternal":
False,
45 "tryItCredentialsPolicy":
"include",