Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdie0 committed Oct 15, 2023
0 parents commit 6711001
Show file tree
Hide file tree
Showing 117 changed files with 1,562 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file makes sure that Github Pages doesn't process mdBook's output.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html class=rust 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><body class="no-js sidebar-visible"><div id=body-container><script>var path_to_root="",default_theme=window.matchMedia("(prefers-color-scheme: dark)").matches?"ayu":"rust"</script><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);var html=document.querySelector("html"),body=(html.classList.remove("rust"),html.classList.add(theme),document.querySelector("body"));body.classList.remove("no-js"),body.classList.add("js")</script><input id=sidebar-toggle-anchor type=checkbox class=hidden><script>var body=document.querySelector("body"),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,body.classList.remove("sidebar-visible"),body.classList.add("sidebar-"+sidebar)</script><nav aria-label="Table of contents" class=sidebar id=sidebar><div class=sidebar-scrollbox><ol class=chapter><li class="chapter-item expanded"><a href=index.html><strong aria-hidden=true>1.</strong> Introduction</a><li class="chapter-item expanded"><a href=json.html><strong aria-hidden=true>2.</strong> JSON</a><li class="chapter-item expanded"><a href=discord_webhook.html><strong aria-hidden=true>3.</strong> Discord Webhook</a><li class="chapter-item expanded affix"><li class=part-title>Discord Webhook structure<li class="chapter-item expanded"><a href=structure/username.html><strong aria-hidden=true>4.</strong> username</a><li class="chapter-item expanded"><a href=structure/avatar_url.html><strong aria-hidden=true>5.</strong> avatar_url</a><li class="chapter-item expanded"><a href=structure/content.html><strong aria-hidden=true>6.</strong> content</a><li class="chapter-item expanded"><a href=structure/embeds.html><strong aria-hidden=true>7.</strong> embeds</a><li><ol class=section><li class="chapter-item expanded"><a href=structure/embed/color.html><strong aria-hidden=true>7.1.</strong> color</a><li class="chapter-item expanded"><a href=structure/embed/author.html><strong aria-hidden=true>7.2.</strong> author</a><li class="chapter-item expanded"><a href=structure/embed/title.html><strong aria-hidden=true>7.3.</strong> title</a><li class="chapter-item expanded"><a href=structure/embed/url.html><strong aria-hidden=true>7.4.</strong> url</a><li class="chapter-item expanded"><a href=structure/embed/description.html><strong aria-hidden=true>7.5.</strong> description</a><li class="chapter-item expanded"><a href=structure/embed/fields.html><strong aria-hidden=true>7.6.</strong> fields</a><li class="chapter-item expanded"><a href=structure/embed/image.html><strong aria-hidden=true>7.7.</strong> image</a><li class="chapter-item expanded"><a href=structure/embed/thumbnail.html><strong aria-hidden=true>7.8.</strong> thumbnail</a><li class="chapter-item expanded"><a href=structure/embed/footer.html><strong aria-hidden=true>7.9.</strong> footer</a><li class="chapter-item expanded"><a href=structure/embed/timestamp.html><strong aria-hidden=true>7.10.</strong> timestamp</a></ol><li class="chapter-item expanded"><a href=structure/tts.html><strong aria-hidden=true>8.</strong> tts</a><li class="chapter-item expanded"><a href=structure/allowed_mentions.html><strong aria-hidden=true>9.</strong> allowed_mentions</a><li class="chapter-item expanded"><a href=structure/file.html><strong aria-hidden=true>10.</strong> file</a><li class="chapter-item expanded affix"><li class=part-title>Integrate with<li class="chapter-item expanded"><a href=services/ifttt.html><strong aria-hidden=true>11.</strong> IFTTT</a><li class="chapter-item expanded"><a href=services/ifttt_platform.html><strong aria-hidden=true>12.</strong> IFTTT Platform / Filter Code</a><li class="chapter-item expanded affix"><li class=part-title>Use with<li class="chapter-item expanded"><a href=tools/postman.html><strong aria-hidden=true>13.</strong> Postman</a><li class="chapter-item expanded"><a href=tools/insomnia.html><strong aria-hidden=true>14.</strong> Insomnia</a><li class="chapter-item expanded"><a href=tools/curl.html><strong aria-hidden=true>15.</strong> curl</a><li class="chapter-item expanded"><a href=tools/httpie.html><strong aria-hidden=true>16.</strong> HTTPie</a><li class="chapter-item expanded affix"><li class=part-title>Examples<li class="chapter-item expanded"><a href=examples/spotify.html><strong aria-hidden=true>17.</strong> Spotify</a><li class="chapter-item expanded"><a href=examples/twitch.html><strong aria-hidden=true>18.</strong> Twitch</a><li class="chapter-item expanded"><a href=examples/reddit.html><strong aria-hidden=true>19.</strong> Reddit</a><li class="chapter-item expanded"><a href=examples/twitter.html><strong aria-hidden=true>20.</strong> Twitter</a><li class="chapter-item expanded"><a href=examples/youtube.html><strong aria-hidden=true>21.</strong> YouTube</a><li class="chapter-item expanded affix"><li class=part-title>Additional info<li class="chapter-item expanded"><a href=other/edit_webhook_message.html><strong aria-hidden=true>22.</strong> Edit Webhook Message</a><li class="chapter-item expanded"><a href=other/rate_limits.html><strong aria-hidden=true>23.</strong> Rate Limits</a><li class="chapter-item expanded"><a href=other/discord_markdown.html><strong aria-hidden=true>24.</strong> Discord Markdown</a><li class="chapter-item expanded"><a href=other/slack_formatting.html><strong aria-hidden=true>25.</strong> Slack formatting</a><li class="chapter-item expanded"><a href=other/field_limits.html><strong aria-hidden=true>26.</strong> Field Limits</a><li class=spacer><li class="chapter-item expanded"><a href=epilogue.html><strong aria-hidden=true>27.</strong> Epilogue</a><li class="chapter-item expanded"><a href=contributing.html><strong aria-hidden=true>28.</strong> Contributing</a></ol></div><div class=sidebar-resize-handle id=sidebar-resize-handle></div></nav><script>var activeSection,sidebarScrollbox=document.querySelector("#sidebar .sidebar-scrollbox"),sidebarScrollTop=(sidebarScrollbox.addEventListener("click",function(e){"A"===e.target.tagName&&sessionStorage.setItem("sidebar-scroll",sidebarScrollbox.scrollTop)},{passive:!0}),sessionStorage.getItem("sidebar-scroll"));sessionStorage.removeItem("sidebar-scroll"),sidebarScrollTop?sidebarScrollbox.scrollTop=sidebarScrollTop:(activeSection=document.querySelector("#sidebar .active"))&&activeSection.scrollIntoView({block:"center"})</script><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>
1 change: 1 addition & 0 deletions FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file added FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
1 change: 1 addition & 0 deletions FontAwesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions ayu-highlight.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions book.js

Large diffs are not rendered by default.

Loading

0 comments on commit 6711001

Please sign in to comment.