|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1">
|
6 | 6 | <meta name="turbo-root" content="/project-template-repo">
|
7 |
| - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.757446135901"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.757446243030"> |
8 | 8 |
|
9 | 9 | <!-- See retype.com -->
|
10 | 10 | <meta name="generator" content="Retype 3.5.0">
|
|
31 | 31 |
|
32 | 32 | <script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
|
33 | 33 |
|
34 |
| - <link href="../resources/css/retype.css?v=3.5.0.757446135901" rel="stylesheet"> |
| 34 | + <link href="../resources/css/retype.css?v=3.5.0.757446243030" rel="stylesheet"> |
35 | 35 |
|
36 |
| - <script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.757446135901" data-turbo-eval="false" defer></script> |
| 36 | + <script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.757446243030" data-turbo-eval="false" defer></script> |
37 | 37 | <script data-cfasync="false" src="../resources/js/retype.js?v=3.5.0" data-turbo-eval="false" defer></script>
|
38 |
| - <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.757446135901" data-turbo-eval="false" defer></script> |
| 38 | + <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.757446243030" data-turbo-eval="false" defer></script> |
39 | 39 | </head>
|
40 | 40 | <body>
|
41 | 41 | <div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
@@ -185,11 +185,11 @@ <h1>
|
185 | 185 |
|
186 | 186 | <nav class="flex mt-14">
|
187 | 187 | <div class="w-1/2">
|
188 |
| - <a class="px-5 py-4 h-full flex items-center break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-r rounded-l-lg transition-colors duration-150 relative hover:z-5" href="../license/"> |
| 188 | + <a class="px-5 py-4 h-full flex items-center break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-r rounded-l-lg transition-colors duration-150 relative hover:z-5" href="../"> |
189 | 189 | <svg xmlns="http://www.w3.org/2000/svg" class="mr-3" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" overflow="visible"><path d="M19 11H7.41l5.29-5.29a.996.996 0 10-1.41-1.41l-7 7a1 1 0 000 1.42l7 7a1.024 1.024 0 001.42-.01.996.996 0 000-1.41L7.41 13H19c.55 0 1-.45 1-1s-.45-1-1-1z" /><path fill="none" d="M0 0h24v24H0z" /></svg>
|
190 | 190 | <span>
|
191 | 191 | <span class="block text-xs font-normal text-gray-400 dark:text-dark-400">Previous</span>
|
192 |
| - <span class="block mt-1">LICENSE</span> |
| 192 | + <span class="block mt-1">Welcome</span> |
193 | 193 | </span>
|
194 | 194 | </a>
|
195 | 195 | </div>
|
|
205 | 205 | <div>
|
206 | 206 | <ul class="flex flex-wrap items-center text-sm">
|
207 | 207 | <li>
|
208 |
| - <a class="block mr-4 py-2 text-sm whitespace-nowrap transition-colors duration-200 ease-linear text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200 md:mb-0" href="../license/">License</a> |
| 208 | + <a class="block mr-4 py-2 text-sm whitespace-nowrap transition-colors duration-200 ease-linear text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200 md:mb-0" href="license.md">License</a> |
209 | 209 | </li>
|
210 | 210 | </ul>
|
211 | 211 | </div>
|
|
0 commit comments