48 lines
1.4 KiB
HTML
48 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Document</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta
|
|
name="description"
|
|
content="Documentation for Taffy — The REST Web Service Framework for ColdFusion and Lucee"
|
|
/>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<aside
|
|
class="book"
|
|
style="position: absolute; top: 50px; right: 20px; width: 160px"
|
|
>
|
|
<br />Need to better understand REST fundamentals? <br /><a
|
|
href="http://www.restassuredbook.com"
|
|
>
|
|
<img
|
|
src="assets/book-3d.png"
|
|
width="100"
|
|
alt="Picture of book cover art for Adam's book: REST Assured, A Pragmatic Approach to API Design"
|
|
/>
|
|
<br />I wrote a book for you.
|
|
</a>
|
|
</aside>
|
|
<script>
|
|
window.$docsify = {
|
|
name: "Taffy Docs",
|
|
repo: "atuttle/Taffy",
|
|
maxLevel: 4,
|
|
};
|
|
</script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
|
|
</body>
|
|
</html>
|