Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
common_constants.py File Reference

Go to the source code of this file.

Namespaces

namespace  backend
 
namespace  backend.src
 
namespace  backend.src.libs
 
namespace  backend.src.libs.docs
 
namespace  backend.src.libs.docs.common
 
namespace  backend.src.libs.docs.common.common_constants
 

Functions

str backend.src.libs.docs.common.common_constants.create_html_page (str title, str body_content, str head_extra="", str body_attributes="")
 
str backend.src.libs.docs.common.common_constants.create_cdn_script_tag (str url, Optional[str] attributes=None)
 
str backend.src.libs.docs.common.common_constants.create_cdn_link_tag (str url, str rel="stylesheet", Optional[str] attributes=None)
 

Variables

str backend.src.libs.docs.common.common_constants.CDN_UNPKG_BASE = "https://unpkg.com"
 
str backend.src.libs.docs.common.common_constants.CDN_JSDELIVR_BASE = "https://cdn.jsdelivr.net"
 
str backend.src.libs.docs.common.common_constants.CDN_CDNJS_BASE = "https://cdnjs.cloudflare.com"
 
str backend.src.libs.docs.common.common_constants.HTML_DOCTYPE = "<!DOCTYPE html>"
 
str backend.src.libs.docs.common.common_constants.HTML_META_CHARSET = '<meta charset="utf-8">'
 
str backend.src.libs.docs.common.common_constants.HTML_META_VIEWPORT = '<meta name="viewport" content="width=device-width, initial-scale=1">'