-
-
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.
- Loading branch information
0 parents
commit 28aad1d
Showing
65 changed files
with
10,004 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,196 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Page Not Found :: Playframework</title> | ||
<meta name="generator" content="Antora 3.1.5"> | ||
<link rel="stylesheet" href="/_/css/site.css"> | ||
<link rel="stylesheet" href="/_/css/vendor/tabs.css"> | ||
</head> | ||
<body class="status-404"> | ||
<header class="header"> | ||
<nav class="navbar"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item" href="https://playframework.github.io">Playframework</a> | ||
<div class="navbar-item search hide-for-print"> | ||
<div id="search-field" class="field"> | ||
<input id="search-input" type="text" placeholder="Search the docs"> | ||
<label class="filter checkbox"> | ||
<input type="checkbox" data-facet-filter="component:" checked> In this project | ||
</label> | ||
</div> | ||
</div> | ||
<button class="navbar-burger" aria-controls="topbar-nav" aria-expanded="false" aria-label="Toggle main menu"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
</div> | ||
<!-- | ||
<div id="topbar-nav" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
<a class="navbar-item" href="#">Home</a> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link" href="#">Products</a> | ||
<div class="navbar-dropdown"> | ||
<a class="navbar-item" href="#">Product A</a> | ||
<a class="navbar-item" href="#">Product B</a> | ||
<a class="navbar-item" href="#">Product C</a> | ||
</div> | ||
</div> | ||
<div class="navbar-item has-dropdown is-hoverable"> | ||
<a class="navbar-link" href="#">Services</a> | ||
<div class="navbar-dropdown"> | ||
<a class="navbar-item" href="#">Service A</a> | ||
<a class="navbar-item" href="#">Service B</a> | ||
<a class="navbar-item" href="#">Service C</a> | ||
</div> | ||
</div> | ||
<div class="navbar-item"> | ||
<span class="control"> | ||
<a class="button is-primary" href="#">Download</a> | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
--> | ||
</nav> | ||
</header> | ||
<div class="body"> | ||
<div class="nav-container"> | ||
<aside class="nav"> | ||
<div class="panels"> | ||
<div class="nav-panel-explore is-active" data-panel="explore"> | ||
<ul class="components"> | ||
<li class="component"> | ||
<a class="title" href="/play-grpc/0.12.x/index.html">Play gRPC</a> | ||
<ul class="versions"> | ||
<li class="version is-latest"> | ||
<a href="/play-grpc/0.12.x/index.html">0.12.x</a> | ||
</li> | ||
<li class="version"> | ||
<a href="/play-grpc/0.11.x/index.html">0.11.x</a> | ||
</li> | ||
<li class="version"> | ||
<a href="/play-grpc/0.10.x/index.html">0.10.x (EOL)</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="component"> | ||
<a class="title" href="/play-soap/2.x/index.html">Play SOAP</a> | ||
<ul class="versions"> | ||
<li class="version is-latest"> | ||
<a href="/play-soap/2.x/index.html">2.x</a> | ||
</li> | ||
<li class="version"> | ||
<a href="/play-soap/1.x/index.html">1.x (EOL)</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</aside> | ||
</div> | ||
<main class="article"> | ||
<div class="toolbar" role="navigation"> | ||
<button class="nav-toggle"></button> | ||
<a href="/play-soap/2.x/index.html" class="home-link"></a> | ||
<nav class="breadcrumbs" aria-label="breadcrumbs"> | ||
</nav> | ||
</div> | ||
<div class="content"> | ||
<article class="doc"> | ||
<h1 class="page">Page Not Found</h1> | ||
<div class="paragraph"> | ||
<p>The page you’re looking for does not exist. It may have been moved. You can return to the <a href="/play-soap/2.x/index.html">start page</a>, or follow one of the links in the navigation to the left.</p> | ||
</div> | ||
<div class="paragraph"> | ||
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. | ||
If you typed the URL of this page manually, please double check that you entered the address correctly.</p> | ||
</div> | ||
</article> | ||
</div> | ||
</main> | ||
</div> | ||
<footer class="footer"> | ||
<div id="support"> | ||
<article class="community"> | ||
<h3>Community support</h3> | ||
<ul> | ||
<li><a href="//github.com/playframework/playframework/discussions">Discuss Forum</a></li> | ||
<li><a href="//discord.gg/g5s2vtZ4Fa">Discord</a></li> | ||
<li><a href="//stackoverflow.com/questions/tagged/playframework">Stackoverflow</a></li> | ||
</ul> | ||
</article> | ||
<article class="professional"> | ||
<h3>Donate to our Collective</h3> | ||
<ul> | ||
<li><a href="https://www.playframework.com/sponsors">If you like Play consider becoming a | ||
sponsor</a></li> | ||
</ul> | ||
</article> | ||
</div> | ||
<div class="wrapper"> | ||
<div> | ||
<h3>Play Framework</h3> | ||
<ul> | ||
<li><a href="https://www.playframework.com/download">Try Play</a></li> | ||
<li><a href="https://www.playframework.com/documentation/latest/Tutorials">Tutorials</a> | ||
</li> | ||
<li><a href="https://www.playframework.com/documentation">Documentation</a></li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h3>Community links</h3> | ||
<ul> | ||
<li><a href="http://www.indeed.com/jobs?q=%22play+framework%22&l=">Jobs <em>via Indeed</em></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h3>Code & contribution</h3> | ||
<ul> | ||
<li><a href="https://www.playframework.com/code">Code & contributors</a></li> | ||
<li><a href="//github.com/playframework/playframework/issues">Bug tracker | ||
<em>GitHub</em></a></li> | ||
<li><a href="https://www.playframework.com/get-involved">Get involved</a></li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h3>Social networks</h3> | ||
<ul> | ||
<li><a href="//twitter.com/playframework"><span>Twitter</span></a></li> | ||
<li><a href="//opencollective.com/playframework"><span>Open Collective</span></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="credits"> | ||
<a href="https://www.playframework.com" class="logo"><img | ||
src="https://www.playframework.com/assets/images/logos/1e960a0ef2cad41e1be353eb6efe5af1-play_reverse.svg"></a> | ||
<a href="https://lightbend.com" class="partner"><img | ||
src="https://www.playframework.com/assets/images/logos/525b1d1a1f86ef97a29eded7e434b38c-lightbend-reverse.svg"></a> | ||
<a href="https://zengularity.com" class="partner"><img | ||
src="https://www.playframework.com/assets/images/logos/e73318d4c3a11ee57b9f6a1bf823d127-zengularity.png"></a> | ||
<p> | ||
Play Framework is released under the Apache 2 License | ||
</p> | ||
</div> | ||
<div class="lb-legal"> | ||
<p> | ||
© 2011-2022 Lightbend | | ||
<a href="https://www.lightbend.com/legal/licenses" target="_blank">Licenses</a> | | ||
<a href="https://www.lightbend.com/legal/terms" target="_blank">Terms</a> | | ||
<a href="https://www.lightbend.com/legal/privacy" target="_blank">Privacy Policy</a> | ||
</p> | ||
</div> | ||
</footer> | ||
<script id="site-script" src="/_/js/site.js" data-ui-root-path="/_"></script> | ||
<script async src="/_/js/vendor/tabs.js" data-sync-storage-key="preferred-tab"></script> | ||
<script async src="/_/js/vendor/highlight.js"></script> | ||
<script src="/_/js/vendor/lunr.js"></script> | ||
<script src="/_/js/search-ui.js" id="search-ui-script" data-site-root-path="" data-snippet-length="100" data-stylesheet="/_/css/search.css"></script> | ||
<script async src="/search-index.js"></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.