Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 11, 2020
1 parent c6db2cf commit 21e7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
@@ -1 +1 @@
<html> <head> <title>GraphQL Specification Versions</title> <style> body { color: #333333; font: 13pt/18pt Cambria, 'Palatino Linotype', Palatino, 'Liberation Serif', serif; margin: 6rem auto 3rem; max-width: 780px; } @media (min-width: 1240px) { body { padding-right: 300px; } } a { color: #3B5998; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 1.5em; margin: 8rem 0 2em; } td { padding-bottom: 5px; } td + td { padding-left: 2ch; } </style> </head> <body> <h1>GraphQL</h1> <table> <tr> <td><em>Prerelease</em></td> <td><a href="./draft" keep-hash>Working Draft</a></td> <td>Wed, Jun 10, 2020</td> <td></td> </tr> <tr> <td><em>Latest Release</em></td> <td><a href="./June2018" keep-hash>June 2018</a></td> <td>Sun, Jun 10, 2018</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/June2018">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2016" keep-hash>October 2016</a></td> <td>Mon, Oct 31, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./April2016" keep-hash>April 2016</a></td> <td>Thu, Apr 7, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/April2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2015" keep-hash>October 2015</a></td> <td>Thu, Oct 1, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2015">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./July2015" keep-hash>July 2015</a></td> <td>Thu, Jul 2, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/July2015">Release Notes</a></td> </tr> </table> <script> var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { if (links[i].hasAttribute('keep-hash')) { links[i].href += location.hash; links[i].removeAttribute('keep-hash'); } } </script> </body> </html>
<html> <head> <title>GraphQL Specification Versions</title> <style> body { color: #333333; font: 13pt/18pt Cambria, 'Palatino Linotype', Palatino, 'Liberation Serif', serif; margin: 6rem auto 3rem; max-width: 780px; } @media (min-width: 1240px) { body { padding-right: 300px; } } a { color: #3B5998; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 1.5em; margin: 8rem 0 2em; } td { padding-bottom: 5px; } td + td { padding-left: 2ch; } </style> </head> <body> <h1>GraphQL</h1> <table> <tr> <td><em>Prerelease</em></td> <td><a href="./draft" keep-hash>Working Draft</a></td> <td>Thu, Jun 11, 2020</td> <td></td> </tr> <tr> <td><em>Latest Release</em></td> <td><a href="./June2018" keep-hash>June 2018</a></td> <td>Sun, Jun 10, 2018</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/June2018">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2016" keep-hash>October 2016</a></td> <td>Mon, Oct 31, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./April2016" keep-hash>April 2016</a></td> <td>Thu, Apr 7, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/April2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2015" keep-hash>October 2015</a></td> <td>Thu, Oct 1, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2015">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./July2015" keep-hash>July 2015</a></td> <td>Thu, Jul 2, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/July2015">Release Notes</a></td> </tr> </table> <script> var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { if (links[i].hasAttribute('keep-hash')) { links[i].href += location.hash; links[i].removeAttribute('keep-hash'); } } </script> </body> </html>

0 comments on commit 21e7ff4

Please sign in to comment.