Skip to content

Commit b88357c

Browse files
committed
deploy
0 parents  commit b88357c

File tree

120 files changed

+1650
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+1650
-0
lines changed

.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

404.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html class="rust sidebar-visible" dir=ltr lang=en><meta charset=UTF-8><title>Page not found - Discord Webhooks Guide</title><base href=/ ><meta content="Comprehensive Guide about using Discord Webhooks" name=description><meta content="width=device-width,initial-scale=1" name=viewport><meta content=#ffffff name=theme-color><link href=favicon.svg rel=icon><link href=favicon.png rel="shortcut icon"><link href=css/variables.css rel=stylesheet><link href=css/general.css rel=stylesheet><link href=css/chrome.css rel=stylesheet><link href=css/print.css rel=stylesheet media=print><link href=FontAwesome/css/font-awesome.css rel=stylesheet><link href=fonts/fonts.css rel=stylesheet><link href=highlight.css rel=stylesheet><link href=tomorrow-night.css rel=stylesheet><link href=ayu-highlight.css rel=stylesheet><script>var path_to_root="",default_theme=window.matchMedia("(prefers-color-scheme: dark)").matches?"ayu":"rust"</script><script src=toc.js></script><div id=body-container><script>try{var theme=localStorage.getItem("mdbook-theme"),sidebar=localStorage.getItem("mdbook-sidebar");theme.startsWith('"')&&theme.endsWith('"')&&localStorage.setItem("mdbook-theme",theme.slice(1,theme.length-1)),sidebar.startsWith('"')&&sidebar.endsWith('"')&&localStorage.setItem("mdbook-sidebar",sidebar.slice(1,sidebar.length-1))}catch(e){}</script><script>var theme;try{theme=localStorage.getItem("mdbook-theme")}catch(e){}null==theme&&(theme=default_theme);let html=document.documentElement;html.classList.remove("rust"),html.classList.add(theme),html.classList.add("js")</script><input id=sidebar-toggle-anchor type=checkbox class=hidden><script>var sidebar=null,sidebar_toggle=document.getElementById("sidebar-toggle-anchor");if(1080<=document.body.clientWidth){try{sidebar=localStorage.getItem("mdbook-sidebar")}catch(e){}sidebar=sidebar||"visible"}else sidebar="hidden";sidebar_toggle.checked="visible"===sidebar,html.classList.remove("sidebar-visible"),html.classList.add("sidebar-"+sidebar)</script><nav aria-label="Table of contents" class=sidebar id=sidebar><mdbook-sidebar-scrollbox class=sidebar-scrollbox></mdbook-sidebar-scrollbox><noscript><iframe class=sidebar-iframe-outer src=toc.html></iframe></noscript><div class=sidebar-resize-handle id=sidebar-resize-handle><div class=sidebar-resize-indicator></div></div></nav><div class=page-wrapper id=page-wrapper><div class=page><div id=menu-bar-hover-placeholder></div><div class="menu-bar sticky" id=menu-bar><div class=left-buttons><label aria-controls=sidebar aria-label="Toggle Table of Contents" class=icon-button for=sidebar-toggle-anchor id=sidebar-toggle title="Toggle Table of Contents"><i class="fa fa-bars"></i></label> <button class=icon-button id=theme-toggle aria-controls=theme-list aria-expanded=false aria-label="Change theme" title="Change theme" type=button aria-haspopup=true><i class="fa fa-paint-brush"></i></button><ul id=theme-list aria-label=Themes class=theme-popup role=menu><li role=none><button class=theme id=light role=menuitem>Light</button><li role=none><button class=theme id=rust role=menuitem>Rust</button><li role=none><button class=theme id=coal role=menuitem>Coal</button><li role=none><button class=theme id=navy role=menuitem>Navy</button><li role=none><button class=theme id=ayu role=menuitem>Ayu</button></ul><button class=icon-button id=search-toggle aria-controls=searchbar aria-expanded=false aria-label="Toggle Searchbar" title="Search. (Shortkey: s)" type=button aria-keyshortcuts=S><i class="fa fa-search"></i></button></div><h1 class=menu-title>Discord Webhooks Guide</h1><div class=right-buttons><a href=print.html aria-label="Print this book" title="Print this book"><i class="fa fa-print" id=print-button></i></a></div></div><div class=hidden id=search-wrapper><form class=searchbar-outer id=searchbar-outer><input id=searchbar type=search aria-controls=searchresults-outer aria-describedby=searchresults-header name=searchbar placeholder="Search this book ..."></form><div class="hidden searchresults-outer" id=searchresults-outer><div class=searchresults-header id=searchresults-header></div><ul id=searchresults></ul></div></div><script>document.getElementById("sidebar-toggle").setAttribute("aria-expanded","visible"===sidebar),document.getElementById("sidebar").setAttribute("aria-hidden","visible"!==sidebar),Array.from(document.querySelectorAll("#sidebar a")).forEach(function(e){e.setAttribute("tabIndex","visible"===sidebar?0:-1)})</script><div class=content id=content><main><h1 id=document-not-found-404><a href=#document-not-found-404 class=header>Document not found (404)</a></h1><p>This URL is invalid, sorry. Please use the navigation bar or search to continue.</main><nav aria-label="Page navigation" class=nav-wrapper><div style=clear:both></div></nav></div></div><nav aria-label="Page navigation" class=nav-wide-wrapper></nav></div><script>window.playground_copyable=!0</script><script src=elasticlunr.min.js></script><script src=mark.min.js></script><script src=searcher.js></script><script src=clipboard.min.js></script><script src=highlight.js></script><script src=book.js></script></div>

FontAwesome/css/font-awesome.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FontAwesome/fonts/FontAwesome.ttf

162 KB
Binary file not shown.
162 KB
Binary file not shown.

FontAwesome/fonts/fontawesome-webfont.svg

+1
Loading
162 KB
Binary file not shown.
95.7 KB
Binary file not shown.
75.4 KB
Binary file not shown.

ayu-highlight.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clipboard.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)