Skip to content

Commit

Permalink
Docsify (#6)
Browse files Browse the repository at this point in the history
* docsify init

* docsify: finish
  • Loading branch information
FahimFBA authored Oct 7, 2024
1 parent 0902f76 commit 009ecaf
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
Empty file added .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ We welcome contributions from developers of all skill levels. Feel free to mail

**License**

This project is licensed under the [MIT License](LICENSE) - see the LICENSE file for details.
This project is licensed under the [MIT License](https://github.com/FahimFBA/C-STRUCTURE/blob/main/LICENSE) - see the LICENSE file for details.

Start exploring the world of efficient data structures in C with C-STRUCTURE. Happy coding! 🚀
54 changes: 54 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>C-STRUCTURE</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="description"
content="A comprehensive collection of header files of 'C' language focusing on the data-structures and algorithms"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"
/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
themeColor: "#802433",
name: "C-STRUCTURE",
repo: "UIU-Developers-Hub/C-STRUCTURE",
relativePath: true,
subMaxLevel: 5,
search: "auto",
search: {
maxAge: 86400000,
paths: "auto",
placeholder: "Search",
noData: "No Results found!",
depth: 5,
hideOtherSidebarContent: false,
},
darklightTheme: {
bodyFontSize: "16px",
dark: {
accent: "#d44e70",
},
light: {
accent: "#4ed4d2",
},
},
};
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>

0 comments on commit 009ecaf

Please sign in to comment.