Skip to content

Commit ff55fad

Browse files
authored
Merge pull request #3 from oguzhan18/added-docs
Added docs
2 parents 167e0a0 + ccc6dcd commit ff55fad

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

docs/_coverpage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
<span><svg width="256px" height="256px" viewBox="-1.26 -1.26 20.52 20.52" xmlns="http://www.w3.org/2000/svg" mirror-in-rtl="true" fill="#000000" stroke="#000000" transform="rotate(0)" stroke-width="0.45"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="0.18"></g><g id="SVGRepo_iconCarrier"> <path fill="#f0f0f0" d="M12.6 0H1.4A1.417 1.417 0 0 0 0 1.43v15.14A1.417 1.417 0 0 0 1.4 18h11.2a1.355 1.355 0 0 0 .2-.02A4.992 4.992 0 0 1 13 8a5.468 5.468 0 0 1 1 .1V1.43A1.417 1.417 0 0 0 12.6 0zM5 12H3a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zm3-4H3a1 1 0 0 1 0-2h5a1 1 0 0 1 0 2zm3-4H3.03a1 1 0 0 1 0-2H11a1 1 0 0 1 0 2z"></path> <path fill="#f0f0f0" d="M12.89 14.55a.993.993 0 0 1-.44 1.34.934.934 0 0 1-.45.11.98.98 0 0 1-.89-.55l-1-2a.965.965 0 0 1 0-.89c.01-.03.03-.06.04-.09l.96-1.92a1 1 0 1 1 1.78.9L12.12 13zM17.89 13.44l-1 2.01A.98.98 0 0 1 16 16a1.05 1.05 0 0 1-.45-.1 1.007 1.007 0 0 1-.44-1.35l.77-1.55-.77-1.55a1 1 0 1 1 1.78-.9l.96 1.91.04.09a.965.965 0 0 1 0 .89z"></path> </g></svg></span>
33

4-
[//]: # (# <span style="color:black; font-weight:800;">JS UI <small>1.0.0</small></span> )
4+
[//]: # (# <span style="color:black; font-weight:800;">HTML Attribute Manager <small>1.0.0</small></span> )
55
<span>
6-
Get rid of framework dependency now. HTML attribute manager system, where we can create and manage HTML attributes with HAT, is completely up to your discretion.
6+
Get rid of framework dependency now. HTML Attribute Manager system, where we can create and manage HTML attributes with HAM, is completely up to your discretion.
77
</span>
88

99

docs/_footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
**JS UI** Documentation 2024 - [Visit our repo](https://github.com/oguzhan18/html-attribute-manager)
2+
**HTML Attribute Manager** Documentation 2024 - [Visit our repo](https://github.com/oguzhan18/html-attribute-manager)

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8"/>
5-
<title>JS UI Documentation</title>
5+
<title>HTML Attribute Manager Documentation</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
7-
<meta name="description" content="Everything you need to know about working with JS UI Documentation"/>
7+
<meta name="description" content="Everything you need to know about working with HTML Attribute Manager Documentation"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
99
<link rel="stylesheet" href="/theme.css"/>
1010
<link rel="shortcut icon"
@@ -36,12 +36,12 @@
3636
tabComments: true,
3737
tabHeadings: true,
3838
},
39-
repo: "https://github.com/oguzhan18/#",
39+
repo: "https://github.com/oguzhan18/html-attribute-manager",
4040
loadSidebar: true,
4141
coverpage: true,
4242
maxLevel: 3,
4343
subMaxLevel: 3,
44-
name: "JS UI Documentation",
44+
name: "",
4545
nameLink: "/",
4646
auto2top: true,
4747
autoHeader: false,
@@ -55,8 +55,8 @@
5555
plugins: [
5656
function (hook, vm) {
5757
hook.doneEach(function () {
58-
if (document.title.indexOf("JS UI Documentation") === -1)
59-
document.title += " - JS UI Documentation";
58+
if (document.title.indexOf("HTML Attribute Manager Documentation") === -1)
59+
document.title += " - HTML Attribute Manager Documentation";
6060
});
6161
},
6262
function (hook, vm) {

docs/layout-property/html-attribute-manager.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ const attributeManager = new HtmlAttributeManager({
5151

5252
````
5353

54+
## Live Example
55+
<iframe src="https://stackblitz.com/edit/web-platform-7n4aph?file=index.html" width="100%" height="500"></iframe>
56+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-attribute-manager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A JavaScript library for managing HTML elements with specific attributes.",
55
"main": "index.js",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"manager",
1717
"javascript"
1818
],
19-
"author": "Your Name",
19+
"author": "Oğuzhan ÇART",
2020
"license": "ISC",
2121
"bugs": {
2222
"url": "https://github.com/oguzhan18/html-attribute-manager/issues"

0 commit comments

Comments
 (0)