Skip to content

Commit

Permalink
build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarAdel committed Feb 24, 2024
1 parent 6118852 commit 12594c8
Show file tree
Hide file tree
Showing 23 changed files with 2,043 additions and 2 deletions.
Empty file added build/.nojekyll
Empty file.
183 changes: 183 additions & 0 deletions build/404.html

Large diffs are not rendered by default.

236 changes: 236 additions & 0 deletions build/index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions build/resources/css/retype.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file added build/resources/fonts/Inter-roman-latin-var.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions build/resources/js/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions build/resources/js/lunr.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions build/resources/js/prism.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions build/resources/js/retype.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/resources/js/search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[[{"l":"Index"}],[{"l":"useClickOutside","p":["The useClickOutside hook is a custom React hook designed to invoke a callback when a click event occurs outside a specified element."]},{"l":"Usage"},{"l":"Parameters","p":["Name","Description","callbackFun","The callback function to be invoked on click outside the specified element."]},{"l":"API"},{"l":"elementRef","p":["A React RefObject that should be assigned to the HTML element for which you want to detect clicks outside."]},{"l":"Example","p":["In this example, the useClickOutside hook is utilized to detect clicks outside a specified element, triggering the provided callback function."]}],[{"l":"useEffectExceptFirstRender","p":["The useEffectExceptFirstRender hook is a custom React hook designed to execute an effect function after the initial render, excluding the first render."]},{"l":"Usage"},{"l":"Parameters","p":["Name","Description","func","The effect function to be executed after the initial render, excluding the first render.","deps","An array of dependencies to watch for changes. The effect function will be re-executed if any of these dependencies change."]},{"l":"Example","p":["In this example, the effect function will be executed on every render except the first one."]}],[{"l":"useFetch"}],[{"l":"useScrollBlock","p":["The useScrollBlock hook, part of the \"hookverse\" package, provides a simple way to block and allow scrolling on a webpage. It is designed to be used in React applications."]},{"l":"Usage"},{"l":"API"},{"i":"blockscroll","l":"blockScroll()","p":["This function blocks scrolling by applying styles to the html and body elements, preventing scrolling on the page."]},{"i":"allowscroll","l":"allowScroll()","p":["This function allows scrolling by removing the styles applied to the html and body elements, restoring the normal scrolling behavior."]},{"l":"Example","p":["In this example, clicking the \"Block Scroll\" button will prevent scrolling on the page, and clicking the \"Allow Scroll\" button will restore the normal scrolling behavior."]}]]
61 changes: 61 additions & 0 deletions build/resources/lunr.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*!
* lunr.Builder
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Index
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Pipeline
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Set
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.TokenSet
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.Vector
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.stemmer
* Copyright (C) 2020 Oliver Nightingale
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
*/

/*!
* lunr.stopWordFilter
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.tokenizer
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.trimmer
* Copyright (C) 2020 Oliver Nightingale
*/

/*!
* lunr.utils
* Copyright (C) 2020 Oliver Nightingale
*/

/**
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
* Copyright (C) 2020 Oliver Nightingale
* @license MIT
*/
28 changes: 28 additions & 0 deletions build/resources/mermaid.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*!
* Wait for document loaded before starting the execution
*/

/*!
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
Licensed under The MIT License (http://opensource.org/licenses/MIT)
*/

/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */

/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! Check if previously processed */

/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */

/**
* Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams.
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Knut Sveidqvist <https://github.com/knsv>
* @namespace
* @public
*/
8 changes: 8 additions & 0 deletions build/resources/prism.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
Loading

0 comments on commit 12594c8

Please sign in to comment.