Skip to content

Commit 6050a4f

Browse files
committed
docs: add .doc
1 parent 877c1f7 commit 6050a4f

File tree

17 files changed

+7919
-4
lines changed

17 files changed

+7919
-4
lines changed

.doc/404.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>react-org-tree</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/_demos/.uuid/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>react-org-tree</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/demo/basic/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>basic</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/demo/expand-all/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>expandAll</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/demo/expand/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>expand</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/demo/horizontal/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>horizontal</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/demo/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>react-org-tree</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

.doc/demo/vertical/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<link
10+
rel="shortcut icon"
11+
type="image/x-icon"
12+
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13+
/>
14+
<style>
15+
.markdown table {
16+
width: auto !important;
17+
}
18+
</style>
19+
<link rel="stylesheet" href="/umi.css" />
20+
<script>
21+
window.routerBase = "react-org-tree";
22+
</script>
23+
<script>
24+
//! umi version: 3.4.22
25+
</script>
26+
<script>
27+
!(function () {
28+
var e = localStorage.getItem("dumi:prefers-color"),
29+
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
30+
r = ["light", "dark", "auto"];
31+
document.documentElement.setAttribute(
32+
"data-prefers-color",
33+
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
34+
);
35+
})();
36+
</script>
37+
<title>vertical</title>
38+
</head>
39+
<body>
40+
<div id="root"></div>
41+
42+
<script src="/umi.js"></script>
43+
</body>
44+
</html>

0 commit comments

Comments
 (0)