Skip to content

Commit

Permalink
4.1 doc :shipit:
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Nov 27, 2023
1 parent b6a973f commit 1fb6dd0
Show file tree
Hide file tree
Showing 1,357 changed files with 76,627 additions and 0 deletions.
32 changes: 32 additions & 0 deletions 4.1/ref/api/GeneralError.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="icons/favicon.ico" />
<link rel="stylesheet" href="css/bulma.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/presentationStyle.css" />
<script src="scripts/jquery-3.5.1.min.js"></script>
<script src="scripts/presentationStyle.js"></script>
<title>MoreLinq - General Error</title>
</head>

<body>
<section id="MainSection" class="section p-0">
<div class="pageHeader level mb-2 pt-2 pb-2 pl-5 pr-5">
<div id="TitleContainer" class="level-left">
<div id="DocumentationTitle" class="level-item">
MoreLinq - General Error
</div>
</div>
</div>
</section>

<div id="TopicContent" class="column content is-7">
<h1>We're sorry, a general error has occurred.</h1>
<p>Please try to load the page again. If the error persists, please contact the site administrator.</p>
</div>
</body>

</html>
34 changes: 34 additions & 0 deletions 4.1/ref/api/PageNotFound.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="icons/favicon.ico" />
<link rel="stylesheet" href="css/bulma.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/presentationStyle.css" />
<script src="scripts/jquery-3.5.1.min.js"></script>
<script src="scripts/presentationStyle.js"></script>
<title>MoreLinq - Page Not Found</title>
</head>

<body>
<section id="MainSection" class="section p-0">
<div class="pageHeader level mb-2 pt-2 pb-2 pl-5 pr-5">
<div id="TitleContainer" class="level-left">
<div id="DocumentationTitle" class="level-item">
MoreLinq - Page Not Found
</div>
</div>
</div>
</section>

<div id="TopicContent" class="column content is-7">
<h1>We're sorry, the page you requested cannot be found.</h1>
<p>The URL might be misspelled or the page you are looking for is no longer available. If you typed in the
URL, check that it does not contain a typo. You can return to the <a href="html/N_MoreLinq.htm">main page</a> to
use the table of contents or the search option to try and locate the page.</p>
</div>
</body>

</html>
Loading

0 comments on commit 1fb6dd0

Please sign in to comment.