-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed e3f0d51 with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
Nov 20, 2023
0 parents
commit 00aebd7
Showing
37 changed files
with
7,432 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="shortcut icon" href="/img/favicon.ico" /> | ||
<title>Django Signal Webhooks</title> | ||
<link rel="stylesheet" href="/css/theme.css" /> | ||
<link rel="stylesheet" href="/css/theme_extra.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" /> | ||
<link href="/css/docs.css" rel="stylesheet" /> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/python.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/console.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/json.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
</head> | ||
|
||
<body class="wy-body-for-nav" role="document"> | ||
|
||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search"> | ||
<a href="/." class="icon icon-home"> Django Signal Webhooks | ||
</a><div role="search"> | ||
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" /> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/setup/">Setup</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu"> | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="/.">Django Signal Webhooks</a> | ||
|
||
</nav> | ||
<div class="wy-nav-content"> | ||
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div class="section" itemprop="articleBody"> | ||
|
||
|
||
<h1 id="404-page-not-found">404</h1> | ||
|
||
<p><strong>Page not found</strong></p> | ||
|
||
|
||
</div> | ||
</div><footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<!-- Copyright etc --> | ||
</div> | ||
|
||
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
</footer> | ||
|
||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
</div> | ||
|
||
<div class="rst-versions" role="note" aria-label="Versions"> | ||
<span class="rst-current-version" data-toggle="rst-current-version"> | ||
|
||
|
||
|
||
</span> | ||
</div> | ||
<script src="/js/jquery-3.6.0.min.js"></script> | ||
<script>var base_url = "/";</script> | ||
<script src="/js/theme_extra.js"></script> | ||
<script src="/js/theme.js"></script> | ||
<script src="/search/main.js"></script> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,214 @@ | ||
body { | ||
color: #bbbbbb; | ||
} | ||
|
||
::-webkit-scrollbar { | ||
width: 8px; | ||
height: 8px; | ||
background: #222222!important; | ||
} | ||
|
||
::-webkit-scrollbar-track { | ||
border-radius: 5px; | ||
background: #202020!important; | ||
} | ||
|
||
::-webkit-scrollbar-thumb { | ||
border-radius: 5px; | ||
background: #424242!important; | ||
} | ||
|
||
div.wy-nav-content, | ||
.wy-nav-content-wrap, | ||
.wy-side-nav-search input[type=text] { | ||
background: #222222; | ||
} | ||
|
||
.wy-menu-vertical li.toctree-l2 a, | ||
.wy-menu-vertical a { | ||
color: #bbbbbb; | ||
background: #343131; | ||
} | ||
|
||
.wy-menu-vertical li.toctree-l2 a:hover, | ||
.wy-menu-vertical a:hover { | ||
background: #2d2d2d; | ||
} | ||
|
||
.wy-side-nav-search input[type=text] { | ||
color: #bbbbbb; | ||
box-shadow: none; | ||
caret-color : #bbbbbb; | ||
} | ||
|
||
.rst-content div[class^=highlight] pre { | ||
background: #121212; | ||
} | ||
|
||
.wy-menu-vertical li.current, | ||
.wy-menu-vertical li.current > a, | ||
.wy-menu-vertical li.toctree-l1.current > a, | ||
.wy-menu-vertical li.toctree-l2.current > a, | ||
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a, | ||
.wy-menu-vertical li.toctree-l3.current > a, | ||
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a { | ||
color: #bbbbbb; | ||
background: #343131!important; | ||
border-bottom: 1px solid #343131; | ||
border-top: 1px solid #343131; | ||
} | ||
|
||
.wy-menu-vertical li.current > a:hover, | ||
.wy-menu-vertical li.toctree-l1.current > a:hover, | ||
.wy-menu-vertical li.toctree-l2.current > a:hover, | ||
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a:hover, | ||
.wy-menu-vertical li.toctree-l3.current > a:hover, | ||
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a:hover { | ||
background: #2d2d2d!important; | ||
} | ||
|
||
.rst-content pre code, | ||
.rst-content code, | ||
.rst-content tt, | ||
code { | ||
color: #bbbbbb; | ||
background: #121212; | ||
border: none; | ||
box-shadow: none; | ||
border-radius: 3px; | ||
} | ||
|
||
.hljs-attribute, | ||
.hljs-name, | ||
.hljs-tag, | ||
.hljs-keyword, | ||
.hljs-literal { | ||
color: coral; | ||
} | ||
|
||
.hljs-built_in { | ||
color: #8484d5; | ||
} | ||
|
||
.hljs-string { | ||
color: #667e49; | ||
} | ||
|
||
.hljs-title { | ||
color: #f3c069; | ||
} | ||
|
||
.hljs-class .hljs-title { | ||
color: #cccccc; | ||
} | ||
|
||
.rst-content div[class^=highlight], | ||
.rst-content pre.literal-block { | ||
border: 1px solid #626262; | ||
border-radius: 5px; | ||
} | ||
|
||
.rst-content table.docutils thead, | ||
.rst-content table.field-list thead, | ||
.wy-table thead { | ||
color: #bbbbbb; | ||
background: #121212; | ||
} | ||
|
||
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td, | ||
.wy-table-backed, | ||
.wy-table-odd td, | ||
.wy-table-striped tr:nth-child(2n-1) td { | ||
color: #bbbbbb; | ||
background: #414141; | ||
} | ||
|
||
blockquote { | ||
background: #323232; | ||
border: 2px solid #363636; | ||
border-left: 4px solid #2980b9; | ||
margin-left: 0 !important; | ||
padding: 16px 12px 0 24px; | ||
} | ||
|
||
blockquote code { | ||
line-height: normal; | ||
} | ||
|
||
li p { | ||
margin: 0 !important; | ||
} | ||
|
||
|
||
/* | ||
Change mermaid via css here since | ||
mkdocs does not know how to read | ||
style definitions from the mermaid | ||
config | ||
*/ | ||
|
||
div.mermaid { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
div.mermaid svg { | ||
width: auto; | ||
height: auto; | ||
max-width: 100%; | ||
padding: 12px 0; | ||
} | ||
|
||
.edgeLabel { | ||
background-color: transparent!important; | ||
color: #bbbbbb!important; | ||
} | ||
|
||
.messageText { | ||
fill: #bbbbbb!important; | ||
stroke: none!important; | ||
} | ||
|
||
g rect { | ||
fill: #DAE8FC !important; | ||
stroke: #6C8EBF !important; | ||
} | ||
|
||
g polygon { | ||
fill: #FFF2CC !important; | ||
stroke: #E5D092 !important; | ||
} | ||
|
||
g[id*="success__"] rect { | ||
fill: #D5E8D4 !important; | ||
stroke: #82B366 !important; | ||
} | ||
|
||
g[id*="fail__"] rect { | ||
fill: #F8CECC !important; | ||
stroke: #B85450 !important; | ||
} | ||
|
||
g[id*="warn__"] rect { | ||
fill: #FFF2CC !important; | ||
stroke: #E5D092 !important; | ||
} | ||
|
||
g[id*="primary__"] rect { | ||
fill: #DAE8FC !important; | ||
stroke: #6C8EBF !important; | ||
} | ||
|
||
g[id*="secondary__"] rect { | ||
fill: #F5F5F5 !important; | ||
stroke: #666666 !important; | ||
} | ||
|
||
g[id*="start__"] rect { | ||
fill: #000000 !important; | ||
stroke: #666666 !important; | ||
} | ||
|
||
g[id*="start__"] span { | ||
color: #ffffff !important; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.