|
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <meta name="description" content="DotKernel Frontend documentation"> |
| 8 | + <meta http-equiv="Refresh" content="0; url='https://docs.dotkernel.org/frontend-documentation/'" /> |
8 | 9 | <title>DotKernel Frontend documentation</title> |
9 | | - <link rel="canonical" href="https://docs.dotkernel.org/frontend-documentation/"> |
| 10 | + <link rel="canonical" href="https://docs.dotkernel.org/frontend/"> |
10 | 11 | <link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_docs_favicon_white.svg"> |
11 | | - <link rel="stylesheet" href="https://docs.dotkernel.org/css/bootstrap.css" /> |
12 | | - <link rel="stylesheet" href="https://docs.dotkernel.org/css/bootstrap-icons.min.css" /> |
13 | | - <link rel="stylesheet" href="https://docs.dotkernel.org/css/docs.css" /> |
14 | | - <script src="https://docs.dotkernel.org/js/bootstrap.js" defer></script> |
15 | | - <script src="https://docs.dotkernel.org/js/docs.js" defer></script> |
16 | 12 | </head> |
17 | | - |
18 | | -<body> |
19 | | - <nav class="navbar navbar-expand-lg bg-body-tertiary bg-light dk-nav py-3" data-bs-theme="light"> |
20 | | - <div class="container justify-content-between"> |
21 | | - <div class="dk-nav-icon d-flex align-items-center"> |
22 | | - <a class="navbar-brand" href="https://docs.dotkernel.org/"> |
23 | | - <img src="https://docs.dotkernel.org/img/dk_logomark_white.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> |
24 | | - </a> |
25 | | - |
26 | | - <div class="dk-nav-icon-items"> |
27 | | - <span style="font-size: 12px; line-height: 13px">DotKernel Documentation</span> |
28 | | - |
29 | | - <div class="dropdown" data-bs-theme="light"> |
30 | | - <span class="fw-bold dropdown-toggle dk-pkg-name" data-bs-toggle="dropdown" aria-expanded="false">Frontend</span> |
31 | | - <ul class="dropdown-menu"> |
32 | | - <li class="dropdown-item"> |
33 | | - <a href="https://docs.dotkernel.org/api-documentation/" class="nav-link d-flex gap-4 align-items-center"> |
34 | | - <img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> |
35 | | - <div> |
36 | | - <span class="fw-bold d-block">API</span> |
37 | | - <span>DotKernel API</span> |
38 | | - </div> |
39 | | - </a> |
40 | | - </li> |
41 | | - |
42 | | - <li class="dropdown-item"> |
43 | | - <a href="https://docs.dotkernel.org/admin/" class="nav-link d-flex gap-4 align-items-center"> |
44 | | - <img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> |
45 | | - <div> |
46 | | - <span class="fw-bold d-block">Admin</span> |
47 | | - <span>DotKernel Admin application</span> |
48 | | - </div> |
49 | | - </a> |
50 | | - </li> |
51 | | - |
52 | | - <li class="dropdown-item bg-light"> |
53 | | - <a href="https://docs.dotkernel.org/frontend-documentation/" class="nav-link d-flex gap-4 align-items-center"> |
54 | | - <img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> |
55 | | - <div> |
56 | | - <span class="fw-bold d-block">Frontend</span> |
57 | | - <span>DotKernel Frontend application</span> |
58 | | - </div> |
59 | | - </a> |
60 | | - </li> |
61 | | - |
62 | | - <li class="dropdown-item"> |
63 | | - <a href="https://docs.dotkernel.org/packages/" class="nav-link d-flex gap-4 align-items-center"> |
64 | | - <img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> |
65 | | - <div> |
66 | | - <span class="fw-bold d-block">Packages</span> |
67 | | - <span>DotKernel Packages</span> |
68 | | - </div> |
69 | | - </a> |
70 | | - </li> |
71 | | - |
72 | | - <li class="dropdown-item"> |
73 | | - <a href="https://docs.dotkernel.org/development/" class="nav-link d-flex gap-4 align-items-center"> |
74 | | - <img src="https://docs.dotkernel.org/img/dk_logomark.svg" alt="DotKernel Logo" width="45" height="50" class="d-inline-block align-text-top" /> |
75 | | - <div> |
76 | | - <span class="fw-bold d-block">Development</span> |
77 | | - <span>WSL2 Development Environment</span> |
78 | | - </div> |
79 | | - </a> |
80 | | - </li> |
81 | | - </ul> |
82 | | - </div> |
83 | | - </div> |
84 | | - </div> |
85 | | - <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> |
86 | | - <span class="navbar-toggler-icon"></span> |
87 | | - </button> |
88 | | - |
89 | | - <div class="collapse navbar-collapse" id="navbarText"> |
90 | | - <ul class="navbar-nav ms-auto mb-2 mb-lg-0"> |
91 | | - <li class="nav-item"> |
92 | | - <a class="nav-link fw-bold text-white" href="https://github.com/dotkernel/frontend/" target="_blank"> |
93 | | - <i class="bi bi-github"></i> |
94 | | - GitHub |
95 | | - </a> |
96 | | - </li> |
97 | | - </ul> |
98 | | - </div> |
99 | | - </div> |
100 | | - </nav> |
101 | | - |
102 | | - <div class="container"> |
103 | | - <div class="hero py-5 text-center"> |
104 | | - <h1 class="fw-bold">DotKernel Frontend documentation</h1> |
105 | | - </div> |
106 | | - </div> |
107 | | - |
108 | | - <footer class="footer"> |
109 | | - <div class="container"> |
110 | | - <div class="row"> |
111 | | - <div class="col-md-9"> |
112 | | - <div class="footer_head"> |
113 | | - <p>DotKernel</p> |
114 | | - </div> |
115 | | - |
116 | | - <div class="row"> |
117 | | - <div class="col-md-6 dk_widget"> |
118 | | - <p>DotKernel API</p> |
119 | | - |
120 | | - <a href="https://docs.dotkernel.org/api-documentation/"> |
121 | | - <i class="bi bi-arrow-return-right"></i> |
122 | | - DotKernel web starter project suitable for building RESTful APIs |
123 | | - </a> |
124 | | - </div> |
125 | | - |
126 | | - <div class="col-md-6 dk_widget"> |
127 | | - <p>DotKernel Admin</p> |
128 | | - |
129 | | - <a href="https://docs.dotkernel.org/admin/"> |
130 | | - <i class="bi bi-arrow-return-right"></i> |
131 | | - DotKernel web starter project suitable for admin applications |
132 | | - </a> |
133 | | - </div> |
134 | | - |
135 | | - <div class="col-md-6 dk_widget"> |
136 | | - <p>DotKernel Frontend</p> |
137 | | - |
138 | | - <a href="https://docs.dotkernel.org/frontend-documentation/"> |
139 | | - <i class="bi bi-arrow-return-right"></i> |
140 | | - DotKernel web starter project suitable for frontend applications |
141 | | - </a> |
142 | | - </div> |
143 | | - |
144 | | - <div class="col-md-6 dk_widget"> |
145 | | - <p>DotKernel Packages</p> |
146 | | - |
147 | | - <a href="https://docs.dotkernel.org/packages/"> |
148 | | - <i class="bi bi-arrow-return-right"></i> |
149 | | - DotKernel packages offering a wide range of tools |
150 | | - </a> |
151 | | - </div> |
152 | | - </div> |
153 | | - </div> |
154 | | - |
155 | | - <div class="col-md-3"> |
156 | | - <div class="footer_head"> |
157 | | - <p>Support</p> |
158 | | - </div> |
159 | | - |
160 | | - <ul class="support__list"> |
161 | | - <li class="support__list-item"> |
162 | | - <a href="https://github.com/dotkernel" class="support__link" title="GitHub" target="_blank"> |
163 | | - <i class="bi bi-github"></i> GitHub |
164 | | - </a> |
165 | | - </li> |
166 | | - <li class="support__list-item"> |
167 | | - <a href="https://dotkernel.slack.com" class="support__link" title="Chat" target="_blank"> |
168 | | - <i class="bi bi-slack"></i> Slack |
169 | | - </a> |
170 | | - </li> |
171 | | - <li class="support__list-item"> |
172 | | - <a href="https://twitter.com/dotkernel" class="support__link" title="X (Twitter)" target="_blank"> |
173 | | - <i class="bi bi-twitter-x"></i> Twitter |
174 | | - </a> |
175 | | - </li> |
176 | | - |
177 | | - <li class="support__list-item"> |
178 | | - <a href="https://www.dotkernel.com/blog/" class="support__link" title="Blog" target="_blank"> |
179 | | - <i class="bi bi-file-post"></i> Blog |
180 | | - </a> |
181 | | - </li> |
182 | | - <li class="support__list-item"> |
183 | | - <a href="https://www.dotkernel.com/feed/" class="support__link" title="Blog feed" target="_blank"> |
184 | | - <i class="bi bi-rss-fill"></i> Feed |
185 | | - </a> |
186 | | - </li> |
187 | | - </ul> |
188 | | - </div> |
189 | | - </div> |
190 | | - |
191 | | - <div class="footer_copy"> |
192 | | - © 2024 DotKernel |
193 | | - </div> |
194 | | - </div> |
195 | | - </footer> |
196 | | -</body> |
| 13 | +<body></body> |
197 | 14 | </html> |
0 commit comments