Skip to content

Commit 45ff072

Browse files
committed
Update docs
1 parent a2d119b commit 45ff072

File tree

112 files changed

+3171
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3171
-269
lines changed

docs/blog/descriptor/safe.about.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/safe.backToBlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/safe.blog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/safe.blogPosting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/safe.start.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/semantic.About.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/semantic.Blog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/semantic.BlogPosting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/semantic.Index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"doc": {
55
"value": "Index Page"

docs/blog/descriptor/semantic.articleBody.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/semantic.dateCreated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/semantic.id.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/descriptor/unsafe.post.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "schema/alps.json",
2+
"$schema": "https://alps-io.github.io/schemas/alps.json",
33
"alps": {
44
"descriptor": [
55
{

docs/blog/docs/asd.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html lang="en">
2+
<head>
3+
<title>ALPS example</title>
4+
</head>
5+
<body>
6+
<iframe src="../profile.svg" style="border:0; width:100%; height:95%" allow="fullscreen"></iframe>
7+
</body>
8+
</html>

docs/blog/docs/safe.about.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<html lang="en">
2+
<head>
3+
<title>about (safe)</title>
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
5+
<style>
6+
.markdown-body {
7+
box-sizing: border-box;
8+
min-width: 200px;
9+
max-width: 980px;
10+
margin: 0 auto;
11+
padding: 25px;
12+
}
13+
14+
@media (max-width: 767px) {
15+
.markdown-body {
16+
padding: 15px;
17+
}
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div class="markdown-body">
23+
<p>ALPS example</p>
24+
25+
<h1>about</h1>
26+
27+
<ul>
28+
<li>type: safe</li>
29+
<li>rt: <a href="semantic.About.html">About</a></li>
30+
</ul>
31+
32+
<hr />
33+
34+
<p><a href="../index.html">home</a> > <a href="../profile.svg">asd</a> > <a href="../descriptor/safe.about.json">about</a></p>
35+
36+
</div>
37+
</body>
38+
</html>

docs/blog/docs/safe.backToBlog.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<html lang="en">
2+
<head>
3+
<title>backToBlog (safe)</title>
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
5+
<style>
6+
.markdown-body {
7+
box-sizing: border-box;
8+
min-width: 200px;
9+
max-width: 980px;
10+
margin: 0 auto;
11+
padding: 25px;
12+
}
13+
14+
@media (max-width: 767px) {
15+
.markdown-body {
16+
padding: 15px;
17+
}
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div class="markdown-body">
23+
<p>ALPS example</p>
24+
25+
<h1>backToBlog</h1>
26+
27+
<ul>
28+
<li>type: safe</li>
29+
<li>rt: <a href="semantic.Blog.html">Blog</a></li>
30+
</ul>
31+
32+
<hr />
33+
34+
<p><a href="../index.html">home</a> > <a href="../profile.svg">asd</a> > <a href="../descriptor/safe.backToBlog.json">backToBlog</a></p>
35+
36+
</div>
37+
</body>
38+
</html>

docs/blog/docs/safe.blog.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<html lang="en">
2+
<head>
3+
<title>blog (safe)</title>
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
5+
<style>
6+
.markdown-body {
7+
box-sizing: border-box;
8+
min-width: 200px;
9+
max-width: 980px;
10+
margin: 0 auto;
11+
padding: 25px;
12+
}
13+
14+
@media (max-width: 767px) {
15+
.markdown-body {
16+
padding: 15px;
17+
}
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div class="markdown-body">
23+
<p>ALPS example</p>
24+
25+
<h1>blog</h1>
26+
27+
<ul>
28+
<li>type: safe</li>
29+
<li>rel: collection</li>
30+
<li>rt: <a href="semantic.Blog.html">Blog</a></li>
31+
</ul>
32+
33+
<hr />
34+
35+
<p><a href="../index.html">home</a> > <a href="../profile.svg">asd</a> > <a href="../descriptor/safe.blog.json">blog</a></p>
36+
37+
</div>
38+
</body>
39+
</html>

docs/blog/docs/safe.blogPosting.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<html lang="en">
2+
<head>
3+
<title>blogPosting (safe)</title>
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
5+
<style>
6+
.markdown-body {
7+
box-sizing: border-box;
8+
min-width: 200px;
9+
max-width: 980px;
10+
margin: 0 auto;
11+
padding: 25px;
12+
}
13+
14+
@media (max-width: 767px) {
15+
.markdown-body {
16+
padding: 15px;
17+
}
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div class="markdown-body">
23+
<p>ALPS example</p>
24+
25+
<h1>blogPosting</h1>
26+
27+
<ul>
28+
<li>type: safe</li>
29+
<li>rel: item</li>
30+
<li>rt: <a href="semantic.BlogPosting.html">BlogPosting</a></li>
31+
<li>descriptor
32+
<table>
33+
<thead>
34+
<tr>
35+
<th>id</th>
36+
<th>type</th>
37+
</tr>
38+
</thead>
39+
<tbody>
40+
<tr>
41+
<td><a href="semantic.id.html">id</a></td>
42+
<td>semantic</td>
43+
</tr>
44+
</tbody>
45+
</table></li>
46+
</ul>
47+
48+
<hr />
49+
50+
<p><a href="../index.html">home</a> > <a href="../profile.svg">asd</a> > <a href="../descriptor/safe.blogPosting.json">blogPosting</a></p>
51+
52+
</div>
53+
</body>
54+
</html>

docs/blog/docs/safe.start.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<html lang="en">
2+
<head>
3+
<title>start (safe)</title>
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
5+
<style>
6+
.markdown-body {
7+
box-sizing: border-box;
8+
min-width: 200px;
9+
max-width: 980px;
10+
margin: 0 auto;
11+
padding: 25px;
12+
}
13+
14+
@media (max-width: 767px) {
15+
.markdown-body {
16+
padding: 15px;
17+
}
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div class="markdown-body">
23+
<p>ALPS example</p>
24+
25+
<h1>start</h1>
26+
27+
<ul>
28+
<li>type: safe</li>
29+
<li>rt: <a href="semantic.Blog.html">Blog</a></li>
30+
</ul>
31+
32+
<hr />
33+
34+
<p><a href="../index.html">home</a> > <a href="../profile.svg">asd</a> > <a href="../descriptor/safe.start.json">start</a></p>
35+
36+
</div>
37+
</body>
38+
</html>

docs/blog/docs/semantic.About.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<html lang="en">
2+
<head>
3+
<title>About (semantic)</title>
4+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
5+
<style>
6+
.markdown-body {
7+
box-sizing: border-box;
8+
min-width: 200px;
9+
max-width: 980px;
10+
margin: 0 auto;
11+
padding: 25px;
12+
}
13+
14+
@media (max-width: 767px) {
15+
.markdown-body {
16+
padding: 15px;
17+
}
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<div class="markdown-body">
23+
<p>ALPS example</p>
24+
25+
<h1>About</h1>
26+
27+
<ul>
28+
<li><p>type: semantic</p></li>
29+
<li><p>descriptor
30+
<table>
31+
<thead>
32+
<tr>
33+
<th>id</th>
34+
<th>type</th>
35+
</tr>
36+
</thead>
37+
<tbody>
38+
<tr>
39+
<td><a href="safe.backToBlog.html">backToBlog</a></td>
40+
<td>safe</td>
41+
</tr>
42+
</tbody>
43+
</table></p></li>
44+
</ul>
45+
46+
<hr />
47+
48+
<p><a href="../index.html">home</a> > <a href="../profile.svg">asd</a> > <a href="../descriptor/semantic.About.json">About</a></p>
49+
50+
</div>
51+
</body>
52+
</html>

0 commit comments

Comments
 (0)