forked from projectriff/projectriff.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Normalize redirect pages - hide content for 2 seconds to allow for the script based redirect to fire without flashing the page's content - add landing pages for invokers and runtimes, redirecting to a specific pages, should be converting into a listing down the road - convert the cli landing page into a redirect to the riff command * Normalize headings - level 2 is sentence case - level 3+ is lower case
- Loading branch information
Showing
10 changed files
with
194 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,42 @@ | ||
--- | ||
id: v0.4 | ||
title: v0.4.x | ||
title: riff v0.4.x | ||
sidebar_label: v0.4.x | ||
--- | ||
|
||
## riff v0.4.x | ||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[Get started with riff v0.4.x](./v0.4/getting-started.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.4/getting-started'; | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
id: invokers | ||
title: Invokers | ||
sidebar_label: Invokers | ||
--- | ||
|
||
<!-- TODO convert into a listing of each invoker --> | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[riff CLI](./invokers/command.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.4/invokers/command'; | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
id: runtimes | ||
title: Runtimes | ||
sidebar_label: Runtimes | ||
--- | ||
|
||
<!-- TODO convert into a listing of each runtime --> | ||
|
||
<style> | ||
.mainContainer { | ||
-webkit-animation: hideonload 2s; | ||
-moz-animation: hideonload 2s; | ||
-ms-animation: hideonload 2s; | ||
-o-animation: hideonload 2s; | ||
animation: hideonload 2s; | ||
} | ||
@keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-moz-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-webkit-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-ms-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
@-o-keyframes hideonload { | ||
from { opacity: 0; } | ||
to { opacity: 1; } | ||
} | ||
</style> | ||
|
||
[riff CLI](./runtimes/core.md) | ||
|
||
<script type="text/javascript"> | ||
window.location.href = '/docs/v0.4/runtimes/core'; | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters